rmaucher commented on pull request #16:
URL: 
https://github.com/apache/tomcat-jakartaee-migration/pull/16#issuecomment-806478334


   > I still don't understand the setup.
   > Since both Tomcat and the app do not provide the extra API jars how this 
application works/worked on Tomcat 9.x ?
   
   Going back to the JSTL spec and implementation in the examples webapp. The 
implementation classes get redirected to jakarta.servlet.jsp.jstl, however the 
classes are still looked up from the javax.servlet.jsp.jstl package. The spec 
classes from javax.* are not relocated to jakarta.*.
   
   > Could we create another profile to address this?
   
   Tomcat uses some classes that overlap the packages, so meh. JSTL is the best 
example, but there's also all the annotations.


-- 
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

Reply via email to