Some updates have been made around the use of Jetty in the microservice API:

  1. The version of Jetty has been upgraded to v9.4.6.v20170531

  2. The microservice now ships with a default jetty.xml file that can be used to configure Jetty.  Settings related to authentication and SSL have been removed from the cfg file.  You can still define resource mappings and used ports in the cfg file, but the default behavior is to specify these in the jetty.xml file.  

  3. The introduction of the new Jetty version required me to bump up the javax.servlet version from 3.0.1 to 3.1.0 and add some minor code changes.  This is going to require at least a minor version bump.

 

  • No labels