-
Notifications
You must be signed in to change notification settings - Fork 95
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
Update 5.3.x to current dependencies and support Java 11 #28
base: 5.3
Are you sure you want to change the base?
Conversation
- Changed Gradle to 1.12 - Change antlr-runtime to 3.5.2 - Use Firefox 24 ESR - Remove the opera* launch commands
- Gradle 4 migration - Fix dependencies (junit still used) - Fix test for JDK 8 (hashCode) - switch to OpenJDK 8
- remove antlr from dependencies, see gradle/gradle#820 - remove duplicate Jetty dependency
@thiagohp maybe you can have a look at that - thanks! |
Strange the same build just worked in my repo: https://github.com/derkoe/tapestry-5/runs/1231050611 |
Update some more versions, use variables
Why don't you use a newer version ? |
@martin-g because 5.4 was a big release with many breaking changes which makes updates of bigger applications nearly impossible. It should have been called Tapestry 6. |
Hello, @derkoe ! Is this pull request still relevant? I apologize for only looking at it now. Cheers! |
@thiagohp yes that is still relevant - but now it should be Java 17. I will update the PR |
* Add build for all pull requests on GitHub * Add matrix for all supported Java versions (cherry picked from commit 9d8de2f)
This updates most dependencies to recent versions and makes Tapestry 5.3.x run in Java 11.
We have tested this with a big Tapestry application and it all seems to work quite well.
Would be great to see a 5.3.9 with Java 11 support.