bootique / bootique-jetty

Provides Jetty integration with Bootique

Home Page:https://bootique.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jetty 11 (Jakarta) support

andrus opened this issue · comments

Jetty 11 is the latest Jetty and the first one that switched to the Jakarta EE package namespace (Servlet 5.0 spec). Let's create bootique-jetty-jakarta and other jetty 11 specific modules that integrate it in Bootique.

Notes on the port:

  • New version of Jetty: 11.0.7
  • Not porting "bootique-jetty-metrics". haven't heard of anyone finding it useful
  • Had to remove shutdown timeout, as the new Jetty is much slower to stop in this case

Related: #108