-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
In the past both JSTL API & implementation were part of the same
Jakarta Standard Tag Library project, see [1] & [2].
Later the JSTL implementation moved to Eclipse WaSP project in 2023, see [3] , [4] & [5].
In order to keep JSTL implementation up2date with most recent changes
it is necessary to switch JSTL implementation
from org.glassfish.web:jakarta.servlet.jsp.jstl predecessor
to org.glassfish.wasp:wasp successor maven coordinates.
—
[1] https://github.com/jakartaee/tags
[2] https://projects.eclipse.org/projects/ee4j.jstl
[3] https://github.com/eclipse-ee4j/wasp
[4] https://projects.eclipse.org/projects/ee4j.wasp
[5] https://github.com/jakartaee/tags/commit/c2d277b2b54ba10a9941bb1955fb680ccb0fd9db
- is related to
-
WFLY-18900 Pass jstl Platform TCK tests on Java 21
- Resolved