Description
Looking over the pom.xml file we are still referencing some JSTL(Tags) dependencies. I've removed them and things look to be working properly still.
JSP(Pages) support was removed as part of Faces 4.0 here : https://github.com/jakartaee/faces/issues/1546
MyFaces commits that I found relating to JSP removal:
1) https://github.com/apache/myfaces/commit/7d2d9ac1ea2930c531679c1d109c499b97deb65a
2) https://github.com/apache/myfaces/commit/d667662b90bcc24c9bbc1b6b9e93ab6bcd4539ab
1) Remove dependencies that are no longer necessary.
2) Remove the generation of myfaces_core.tld and myfaces_html.tld
3) Remove imports for jsp/jstl in the manifest generation
Attachments
Issue Links
- links to