casid / jte

Secure and speedy templates for Java and Kotlin.
https://jte.gg
Apache License 2.0
737 stars 54 forks source link

Provide jte-jsp-converter for Jakarta #358

Closed casid closed 2 months ago

casid commented 2 months ago

From a namespace perspective, Jakarta EE 8 still uses the javax. naming. However, the Jakarta EE 9 release on Dec 8th, 2020, would introduce jakarta. as the namespace to replace javax.* for Jakarta EE specifications.

https://jakarta.ee/blogs/javax-jakartaee-namespace-ecosystem-progress/

Projects who use the jte-jsp-converter module are bound to the javax namespace.

We should provide a jte-jsp-converter-jakarta module to allow these projects to upgrade to the new namespace.

casid commented 2 months ago

Preview released with 3.1.11