maxmind / MaxMind-DB-Reader-java

Java reader for the MaxMind DB format
https://maxmind.github.io/MaxMind-DB-Reader-java/
Apache License 2.0
113 stars 43 forks source link

Specify java release version to use when building #83

Closed horgh closed 3 years ago

horgh commented 3 years ago

This is because I am seeing

java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;

when running on Java 8 when using this in GeoIP2-java.

See https://github.com/eclipse/jetty.project/issues/3244.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 90.0% when pulling 23de9f2cb772c906ac1c966a8f993b47bf8821b3 on horgh/java-8 into 9ea9da7411c8ad91b96ac91957018129453423e7 on master.