Re: Apache Tomcat should not copy classes of the Jakarta EE API's into the Tomcat module

2024-12-08 Thread Mark Thomas
Erik, The Tomcat project has not, does not and will not copy classes from Jakarta EE. It would be a clear breach of the licensing of those classes to do so without following the terms of the license. If you look into the history, you will see that many of those classes were part of the origi

Apache Tomcat should not copy classes of the Jakarta EE API's into the Tomcat module

2024-12-07 Thread Erik Meuwese
Apache Tomcat copies classes of the Jakarta EE API's into the Tomcat module. The package jakarta https://github.com/apache/tomcat/tree/main/java/jakarta should be removed from the Tomcat module or renamed. And the Jakarta EE API's should be included as dependencies. Copying the source from https:/