-
Notifications
You must be signed in to change notification settings - Fork 144
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
Compatibility issue with Java 11 #209
Comments
@jawad-r3 I am on it. |
Hi, |
@dharmikchauhan - I have just raised a PR migrating the entire code base to Java 17 ( except test cases ). I would suggest you take a pull of my branch and run the build. Let me know if that makes a difference. |
We are moving our code from Java 11 to 17. I pulled the latest SDK version into the code and was surprised to see it's not compatible with the new Java version. In the new version old Javax classes have been moved to new Jakarta based classes. Hence nothing works with Java 17.
Please update the SDK to new Java 17.
The text was updated successfully, but these errors were encountered: