-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jetty 12.1.x ee11 change to glassfish wasp #12676
base: jetty-12.1.x
Are you sure you want to change the base?
Jetty 12.1.x ee11 change to glassfish wasp #12676
Conversation
…ee11-change-to-glassfish-wasp
…ee11-change-to-glassfish-wasp
…ee11-change-to-glassfish-wasp
between ee10,11 etc
Eclipse Wasp is available on older versions of EE too. Do we want to offer it on ee10 as well? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With Eclipse Wasp we now have a single artifact that does both JSP and JSTL.
Can we replace ee11 version of JSP implementation too?
…ee11-change-to-glassfish-wasp
It's possible, but it's some work to do: we have some integration code that we would have to figure out how to rework for glassfish jsp, then rework the jetty maven jspc plugin, then test with osgi and jpms etc. So not impossible, but not insignificant work either. Maybe best investigated in a different PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File a new PR to investigate using WASP everywhere in ee11.
- jsp
- jstl
- jspc-maven-plugin
etc ..
The Glassfish project changed to a new implementation of JSTL (and incidentally JSP) called Wasp. This PR changes jetty ee11 to use JSTL from Wasp.