Skip to content
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

Merged

Conversation

tazmaniax
Copy link
Collaborator

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
CleanShot 2021-06-27 at 17 54 01

routing.test.html
The following tests don't fail but an error is reported that stops further tests from running
CleanShot 2021-06-27 at 18 04 08

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.

Comment on lines +199 to +201
// FIXME: This passes but an error is recorded that stops further testing!
// open('@{Application.jsRouteError()}')
// assertTextPresent('Wrong parameter type')
Copy link
Collaborator Author

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

Copy link
Member

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

@xael-fry xael-fry merged commit a79d20b into playframework:master Jan 28, 2022
@xael-fry xael-fry added this to the 1.7.0 milestone Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java 17 Support
2 participants