-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Fix JDK 10 & 11 builds #5860
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
Comments
This is necessary until we can figure out how to fix the build. Issue: gh-5860
Upgrading dependencies and reconfiguring PowerMock Issue: spring-projectsgh-5860
Upgrading dependencies and reconfiguring PowerMock Issue: gh-5860
Upgrading dependencies and reconfiguring PowerMock Issue: gh-5860
We haven't fixed JDK 11 yet, so reopening |
Upgraded dependencies and removed a test in the Java Config LDAP sample which is arguably an integration test since it starts up an LDAP container. This test also isn't JDK 11 compatible and the remaining integration tests in the sample cover the same material. Issue: gh-5860
Upgraded dependencies and removed a test in the Java Config LDAP sample which is arguably an integration test since it starts up an LDAP container. This test also isn't JDK 11 compatible and the remaining integration tests in the sample cover the same material. Issue: gh-5860
Building with OpenJDK 11 from master I get this:
so I think this issue should be reopened. TravisCI builds with openjdk8 |
@bberto If you have found an issue in master, please create a new issue with details on how to reproduce. Please note that we run our build in Jenkins which builds against JDK 8, 9, 10, 11, and 12 so there is likely some other difference causing the problem. That means the more details you can provide the more likely we will be able to figure out the issue. Thanks! |
Summary
Due to a Jenkins misconfiguration the build was not actually running on JDK 10 or 11. When Jenkins was fixed the build broke. We need to fix the build for JDK 10 and 11
The text was updated successfully, but these errors were encountered: