Hi There,

Apache CXF 4.0.4 has support for Jakarta EE 9 (and updated for Tomcat 10.1)
as seen in the migration notes -
https://cxf.apache.org/docs/40-migration-guide.html. So javax.* packages
are migrated to jakarta.*

However, Apache Fediz (1.6.3 -
https://github.com/apache/cxf-fediz/blob/main/pom.xml) is not supporting
jakarta.* as we can see from the versions of servlet and tomcat in pom.

 <servlet.version>4.0.1</servlet.version>
 <tomcat.version>9.0.87</tomcat.version>

I also noticed that CXF is being upgraded for Jakarta EE 10 -
https://issues.apache.org/jira/projects/CXF/issues/CXF-8671?filter=allopenissues

I am sure there is a plan to release Apache Fediz targeting Tomcat 10.1 so
javax.* packages are migrated to jakarta.* and supports Spring 6.

Could you please let us know the roadmap of when it would be released to
support Jakarta EE 9. Alternatively, you could also provide the source code
targeting Jakarta EE 9 and I could build it from there to get the required
plugins. I will use them in my project & report feedback.

Thanks,
Gana

Reply via email to