martin-g commented on pull request #16: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/16#issuecomment-805728912
I don't quite understand the description of the issue but looking at the code change it seems you want to use Servlet 5.x with EJB 3.x (i.e. Java EE 8 and earlier). Am I correct ? I am not sure we want to support this combination. Your application should be either Java EE 8 or Jakarta EE 9, not a mix. Even if your application comes with jakarta.** and javax.** classes then after migration all of them will be jakarta.**. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org