From 869b25135da4101e46724b8854fb870d514d4306 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Fri, 17 Jan 2025 20:54:46 +0100 Subject: [PATCH] Update breaking-changes-6-2.md --- docs/recipes/breaking-changes-6-2.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/recipes/breaking-changes-6-2.md b/docs/recipes/breaking-changes-6-2.md index db20f7163..c57cadec7 100644 --- a/docs/recipes/breaking-changes-6-2.md +++ b/docs/recipes/breaking-changes-6-2.md @@ -27,6 +27,16 @@ Dynamically switching preciseMath on and off as required is recommended, rather As part of this change, we updated all our test cases to test switching dynamically during a request and identified a few problems which we addressed. +## Support for Jakarta Servlet + +Lucee 6.2 adds support for Jakarta Servlet, in addition to Javax. + +Javax libraries are still required for Lucee to work when deployed on a Jakarta based Servlet engine like Tomcat 10+. + +Our Official Lucee 6.2 Installers and Docker images have been updated to bundle Tomcat 10+. + +Older Javax Servlet engines (i.e. Tomcat 9) are still supported as well, just make sure they are updated and still maintained. + ## Lucee is up to 50% for some operations than Lucee 5.4 While not exactly what you might expect as a breaking change, we did find that all the improvements made with 6.2 managed to surface some other underlying bugs, simply because Lucee got faster.