GeoIP2-java icon indicating copy to clipboard operation
GeoIP2-java copied to clipboard

JPMS support

Open robertvazan opened this issue 3 years ago • 1 comments

Please make this library an automatic module or even better use moditect to generate multi-release JAR with module-info.java. This will make the library easier to use in dependent apps and libraries that make use of JPMS introduced in Java 9.

robertvazan avatar Apr 19 '22 18:04 robertvazan

I agree. This seems like something we should add.

oschwald avatar Apr 20 '22 14:04 oschwald

As of 4.0.0, this library is now a module.

oschwald avatar Jan 04 '23 19:01 oschwald