-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
snappy-java 1.1.9.0 Can't work with Java 8 #389
Comments
LuciferYang
changed the title
1.1.9.0 Can't work with Java 8
snappy-java 1.1.9.0 Can't work with Java 8
Jan 31, 2023
cc @dongjoon-hyun I create a issue for snappy-java 1.1.9.0 run with Java 8 I'm not sure whether this is unexpected. Let's wait for @xerial |
Merged
Ok. It hits a well-known issue of ByteBuffer incompatibility between JDK8 and later #390 |
Releasing https://github.com/xerial/snappy-java/releases/tag/v1.1.9.1 with a fix for this |
Thanks @xerial |
Thank you, @LuciferYang and @xerial . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wrote a simple demo to reproduce this issue, the demo is in https://github.com/LuciferYang/snappy-java-test
The test code as follows:
run the above case with zulu 8u352
run
mvn clean test -Dsnappy-java.version=1.1.8.4
with Java 8 will passrun
mvn clean test -Dsnappy-java.version=1.1.9.0
with Java 8 will failed as follows:run
mvn clean test -Dsnappy-java.version=1.1.9.0
with Java 11 will passThe text was updated successfully, but these errors were encountered: