6f7e1e3c48
Added --add-modules=ALL-MODULE-PATH by default because now Jetty has proper JPMS modules and when starting in standalone mode only the org.eclipse.jetty.xml module will be in the module graph - while before automatic modules where added to the module graph implicitly. Added --add-reads=ALL-UNNAMED to the websocket module to allow the websocket implementation to access method handles of application classes (the websocket endpoints) that live in the web application classloader (which forms an unnamed module). Signed-off-by: Simone Bordet <simone.bordet@gmail.com> |
||
---|---|---|
.. | ||
src | ||
pom.xml |