-
Notifications
You must be signed in to change notification settings - Fork 55
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
Enable xtf build on jdk 21 #590
Comments
@dosu do you know what the solution for this problem could be? |
The error you're encountering is due to the use of internal JDK classes, specifically To resolve this issue, consider the following steps:
These steps should help you address the compatibility issues with JDK 21. |
@dosu are you able to find out which particular dependency need update? |
For reference looking around on internet it could be also lombok. https://stackoverflow.com/questions/77171270/compilation-error-after-upgrading-to-jdk-21-nosuchfielderror-jcimport-does-n |
This was fixed by #593. Closing. |
Experiencing
with
The text was updated successfully, but these errors were encountered: