-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Fix integration tests on Java 11 & enforce #9188
Fix integration tests on Java 11 & enforce #9188
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
@dwijnand this is not a fix, but I think we should backport to 2.7.x because we can then declare it Java 11 ready (since both Play and samples tests are passing). |
Mergify doesn't like this PR: "Base branch update has failed" once more... |
|
Automatic backport of pull request #9188
The job "Run it tests for Scala 2.12 and Java 11" is failing: https://travis-ci.com/playframework/playframework/jobs/192016513
This tasks tracks fixing those issues and enforcing that it doesn't regress by removing the
allow_failures
for Java 11.Fixes #8829