-
Notifications
You must be signed in to change notification settings - Fork 684
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
Updated dependencies and allow support for JDK 17 source #1372
Updated dependencies and allow support for JDK 17 source #1372
Conversation
Applies changes made in playframework#1368 to revert unnecessary and incorrect changes to GroovyTemplate introduced in playframework#1338
Conflicts: framework/src/play/templates/GroovyTemplate.java
This reverts commit c151672.
// FIXME: This passes but an error is recorded that stops further testing! | ||
// open('@{Application.jsRouteError()}') | ||
// assertTextPresent('Wrong parameter type') |
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.
@xael-fry are you ok with this test being commented out? They don't pass currently and I was unable to resolve
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.
@tazmaniax yes as you keep it and put some comment to explain, I think we ca merge it
Pull Request Checklist
Helpful things
Fixes
Fixes #1366
Purpose
What does this PR do?
Updates 3rd party dependencies to the latest version and also provides support for Java 17 source code.
Background Context
Purpose
Updates 3rd party dependencies to the latest version and also provides support for Java 17 source code.
Some tests are failing, see below for details.
samples-and-tests/just-test-cases
errors.test.html
The following tests don't fail but an error is reported that stops further tests from running
routing.test.html
The following tests don't fail but an error is reported that stops further tests from running
Play 1 - ant test run 20210627.txt
samples-and-tests/nonstatic-app
See test output for exceptions
system.out.txt
References
Are there any relevant issues / PRs / mailing lists discussions?
See my previous PR on my play1 repo for discussions.