26 Aug 2024 14:50:23 Christopher Schultz <ch...@christopherschultz.net>:
Is there anything in Jakarta EE 12 that would actually be _inappropriate_ for us to put into Tomcat 11?
It is very early days for Jakarta EE 12. The release of 11 is still in progress (but is complete for the specifications Tomcat implements).
Generally, I think anything that is new is probably safe to back port but we'll need to look at it all on a case by case basis.
We can't change any of the Jakarta APIs in 11 so that may mean a little more hope jumping for folks that want to use features that require new API like early hints.
I am very wary of backporting changes to anything cookie related as past experience shows changes to cookie behaviour in stable versions always breaks something for someone.
I've been thinking about the EL language changes. The changes so far could be put behind an option to enable them in Tomcat 11. If we went that way I'd want to see if there was a way to do that that didn't use a system property.
Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org