-
Notifications
You must be signed in to change notification settings - Fork 594
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
Unit tests don't work with java 11 #1723
Comments
Maybe this can be easily fixed by updating some dependencies in the pom. |
Workaround for #1723, because Ubuntu 20.04 VMs include Java 11 by default
Workaround for #1723, because Ubuntu 20.04 VMs include Java 11 by default
Thank you for your contribution! This issue is stale because it has been open 60 days with no activity. In order to keep it open, please remove stale label or add a comment within the next 10 days. If you need a Piper team member to remove the stale label make sure to add |
Issue got stale and no further activity happened. It has automatically been closed. Please re-open in case you still consider it relevant. |
To reproduce:
Try both the same thing in
maven:3-jdk-8
andmaven:3-jdk-11
docker image respectively:Clone this repo, cd into, run
mvn verify
If using java 8, it works.
If using java 11 you'll get loads of errors like
The text was updated successfully, but these errors were encountered: