-
Notifications
You must be signed in to change notification settings - Fork 64
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 dependencies to support tests on JDK11 #16
Conversation
…ing all supported JDK versions
979afe5
to
aeb3161
Compare
b74ae7c
to
e55b105
Compare
I've added automated test support for JDK8, 9 and 11 (10 is excluded since it is EOL). For example: https://travis-ci.org/tomdesair/tus-java-server/builds/469764733 This should prevent issues in the future when Java classes are removed as described in #14 |
Thats nice! :) |
@nschwalbe I've released version 1.0.0-1.3 and pushed it to Maven Central. It does take a few hours before it's processed there, but you should be able to use this version tomorrow. I've also updated the version in my example projects: |
Thanks a lot! So I was able to finish the java 11 upgrade before christmas. Happy Holidays :) |
You're welcome 😄. Enjoy the holidays! |
This PR updates our test dependencies to support tests on JDK11.
It also updates the Travis configuration to execute a build process with each supported JDK version.