-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Unable to build with Java 16 #7901
Comments
The issue is likely because of the dependency of maven plugins on However, we are at $ ./mvnw dependency:tree
[INFO] Scanning for projects...
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/Users/amitsingh/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release My guess is we have a maven plugin which is using an older version of |
It's being pulled in from @nineinchnick might know if there's a release coming since he got something merged-in upstream. |
There was a new release two days ago. |
Updated the CI to use JDK 16 in #7952 |
When using Java 16 to build the project, we quickly get the following error:
The text was updated successfully, but these errors were encountered: