Skip to content
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

Bump org.apache.datasketches:datasketches-java from 6.0.0 to 6.1.0 #14027

Open
abhioncbr opened this issue Sep 18, 2024 · 3 comments
Open

Bump org.apache.datasketches:datasketches-java from 6.0.0 to 6.1.0 #14027

abhioncbr opened this issue Sep 18, 2024 · 3 comments
Labels
dependencies Pull requests that update a dependency file help wanted

Comments

@abhioncbr
Copy link
Contributor

Check the failures here

@abhioncbr abhioncbr added dependencies Pull requests that update a dependency file help wanted labels Sep 18, 2024
@Jackie-Jiang
Copy link
Contributor

Seems all the failures are with java 21

@Jackie-Jiang
Copy link
Contributor

Seeing this exception. Seems java 21 is no longer supported.

2024-09-18T19:01:55.7652987Z Caused by: java.lang.IllegalArgumentException: Unsupported JDK Major Version. It must be one of 1.8, 8, 11, 17: 21.0.4
2024-09-18T19:01:55.7654805Z 	at org.apache.datasketches.memory.internal.ResourceImpl.checkJavaVersion(ResourceImpl.java:146)
2024-09-18T19:01:55.7656546Z 	at org.apache.datasketches.memory.internal.ResourceImpl.parseJavaVersion(ResourceImpl.java:383)
2024-09-18T19:01:55.7660195Z 	at org.apache.datasketches.memory.internal.ResourceImpl.<clinit>(ResourceImpl.java:87)
2024-09-18T19:01:55.7661248Z 	... 48 more

@Jackie-Jiang
Copy link
Contributor

This is the related change that throws exception on java 21: apache/datasketches-memory#209

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file help wanted
Projects
None yet
Development

No branches or pull requests

2 participants