matthiasblaesing opened a new pull request, #8976:
URL: https://github.com/apache/netbeans/pull/8976

   JSP 2.X and 3.X could both be parsed by a 3.X compatible Parser. However 
Jasper (the JSP implementation of Apache Tomcat) has ties to the API and the 
parser thus has to match the target runtime environment.
   
   To solve this problem both a JSP 2.X (javax-Namespace) and a 3.X parser are 
built and switch based on the declared specification of the project.
   
   The servletjspapi module was enhanced to carry both the javax. and the 
jakarta. based API classes. These don't clash - just many (all?) 
implementations decided to not support deployment on the same classpath.
   
   Closes: https://github.com/apache/netbeans/issues/8543


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to