RusticiSoftware/TinCanJava

Jetty dependency update

Closed this issue · 2 comments

Jetty 8 is End of Life and they recommend to use Jetty 9.

In the commits referred above I have made the necessary adaptations to update to Jetty 9.

All tests pass locally, but I still need to make it JDK 7 compliant to avoid your Travis CI from failing.

Ok, there is no other way but to use JDK 8.

Seeing that JDK 7 is no longer maintained and that Oracle recommends to update to JDK 8, I was wondering whether you could consider to update the JDK used by your Travis CI.