-
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
Use jakarta.servlet.jsp.jstl version 2 implementation from Eclipse Glassfish #5941
Comments
janbartel
added a commit
that referenced
this issue
Feb 3, 2021
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel
added a commit
that referenced
this issue
Feb 3, 2021
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel
added a commit
that referenced
this issue
Feb 10, 2021
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel
added a commit
that referenced
this issue
Feb 10, 2021
Closed via #5942 |
This was referenced Mar 6, 2021
Closed
Merged
Merged
Open
This was referenced Mar 10, 2021
Closed
Closed
This was referenced Jul 25, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For jetty-11, we have been mashing up the 1.2 version of the org.apache.taglibs implementation to shade in the jakarta.servlet api instead of the javax.servlet api. This was just a temporary fix to allow us to keep developing jetty-11 with the jakarta.servlet namespace. Note also that while our org.mortbay.taglibs-standard.jar contained the shaded classes, the -source jar we have been publishing still contains the javax.servlet api references.
The Eclipse Glassfish project has made available a 2.0 version, using the proper jakarta.servlet api. It is released under Eclipse License 2.0.
We should change to use it.
The text was updated successfully, but these errors were encountered: