Closed tomdesair closed 5 years ago
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! :) Can you release a new version or snapshot to maven central? Then I could upgrade my project to java 11.
@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.