StripesFramework / stripes

Stripes is a Java framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as it should be. It's stripey and it doesn't suck.
http://www.stripesframework.org/
171 stars 73 forks source link

Upgrade stripes to Jakarta EE 9+ #101

Closed TomOli closed 9 months ago

TomOli commented 10 months ago

Is posible to create new release of StripesFramework for compatibility with Jakarta EE 9. rename packages javax -> jakarta I have some project and I need to move from Tomcat 9.x -> Tomcat 10.x

herrlado commented 9 months ago

https://github.com/StripesFramework/stripes/pull/100

rgrashel commented 9 months ago

If you are on Stripes 1.6.0, you can build and try this branch that I just released: https://github.com/StripesFramework/stripes/tree/1.6.0-Jakarta

I have not yet pushed this to the Maven repos. But I know this works on both Tomcat 10.x as well as Payara 6. All unit tests pass, all web tests pass.

rgrashel commented 9 months ago

Fixed in https://github.com/StripesFramework/stripes/pull/104.

Release: https://github.com/StripesFramework/stripes/releases/tag/1.6.0-Jakarta-beta