Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 591 Bytes

Embedded Jetty

Provides a simple way of building embedded Jetty instances that allows for web.xml-free startup. The resulting application is identical within your IDE and your actual application deployment environment.

How to use

See https://github.com/NetsOSS/embedded-jetty-sample

Versioning

The artifact version number tracks the Jetty version, e.g. 1.0+9.0 tracks the 9.0.x versions of Jetty.

Patch strategy

Patches are generally created on the oldest applicable jetty version and merged or cherry picked to the future versions.