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

Java 17 support #89

Closed
kileys opened this issue Jan 25, 2022 · 2 comments
Closed

Java 17 support #89

kileys opened this issue Jan 25, 2022 · 2 comments

Comments

@kileys
Copy link

kileys commented Jan 25, 2022

Java 17 removed the sun/nio/ch/SocketChannelImpl constructor used here[1] and now throws java.lang.NoSuchMethodError: <init>. Can support be added to use an available constructor?

[1] https://github.com/google/zetasql/blob/master/zetasql/local_service/local_service_jni.cc#L117-L120

@matthewcbrown
Copy link
Collaborator

This should be fixed in 2022.04.1, please give it a try (thanks @apilloud!)

@apilloud
Copy link
Member

Confirmed this works in apache/beam#17434

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants