Jetty 12 and Lucee 6.2.x

Anyone using Lucee 6.2.x on Jetty 12? I have used Jetty 8, 9 and 10 in production but Jetty 12 seems to be a new beast. Lucee never deploys. I can’t even serve static content.

OS: Linux and Windows
Java Version: JDK 21.0.8+9
Tomcat Version: n/a
Lucee Version: Lucee 6.2.1.122.jar

You’ll need the javax libraries, 6.2 supports Jakarta (i.e. jetty 12) but is still javax based

See the addJavaXjars function around line 237

Lucee 7 latest snapshots should just work as we switched to Jakarta