RusticiSoftware / TinCanJava

Tin Can Java Library
http://rusticisoftware.github.io/TinCanJava/
Apache License 2.0
44 stars 46 forks source link

Jetty dependency update #47

Closed gomezgoiri closed 8 years ago

gomezgoiri commented 8 years ago

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

gomezgoiri commented 8 years ago

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.

gomezgoiri commented 8 years ago

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.