Re: [JCS] jakarta plans?
Mark Thomas <[email protected]> Sun, 8 Jun 2025 09:43:06 +0100
| Newsgroups | gmane.comp.jakarta.commons.user |
|---|---|
| Message-ID | <[email protected]> |
On 08/06/2025 03:52, robertlazarski wrote: > I am upgrading a rather large project to the jakarta libs and noticed the > latest JCS version 3.2.1 will not run with jakarta.servlet-api version > 6.1.0, nor does the GitHub repo seem to have any indication of jakarta > support. > > Unfortunately I noticed this late in the dev cycle of my project, and I > have about a week or two to either fix the JCS source code so that it works > with jakarta, or replace JCS with something that supports jakarta if I have > no choice - no idea on that yet. > > This is of course open source, and I am on the PMC of several Apache > projects, in membership etc. > > I just went thru this jakarta stuff for a lot of other projects, and it > looks like a relatively big job for JCS. Yet, I've been on JCS for a very > long time and have to decide. You could use the Tomcat Migration Tool for Jakarta EE to convert a JAR from Java EE to Jakarta EE. Whether you are happy using that long term, short term or at all is your choice. Mark