-
Notifications
You must be signed in to change notification settings - Fork 47
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
Document: Jakarta EE 10: Support Jakarta Pages 3.1 #5835
Comments
Pages 3.1 ChangesFinding Unknown Identifiers
New Expression Language Resolvers & Import Changes
Tags 3.0 ChangesNamespaces
Deprecations
Removed APIs
Configuration
|
I'm leaving out a few changes listed under each specification since no implementation / behavior changes occurred :
|
@dmuelle You're correct, and I've closed the Tags issue. Thanks |
Hi @volosied - what is the function of the new directive and JSP property group |
Also, is there a Liberty feature that corresponds to Jakarta Tags? |
@dmuelle If errorOnELNotFound is enabled and the page uses an unknown identifier (in essence, a variable which hasn't been defined) then the JSP/Pages engine will throw PropertyNotFoundException. The specification issue for can be found here: There is no separate Jakarta Tags feature. It is only enabled via Pages 3.1. |
Hi @volosied- the draft for these updates is now available for review on the Differences between Jakarta EE 10.0 and 9.1 page: Let me know if any further edits are needed. If not, you can sign off by adding the |
Hi, I noticed |
thanks for catching that, fixed in #5973 |
This issue also addresses the Tag 3.0 epic at OpenLiberty/open-liberty#18744 . Approving this epic. The Pages 3.1 epic was approved previously in #18737. |
Peer ReviewThis release adds a new option to find unknown Expression Language identifiers. This release adds a new option to find unknown Expression Language identifiers. When this option is enabled, a To enable this option byn using a JSP Property Group in the web.xml file, set the Although support for the previous URIs or IRI? The |
Thanks for reviewing @ramkumar-k-9286 - all suggestions incorporated except
|
Please describe the problem you are having with the documentation. Is information missing, inaccurate, or unclear? Tell us about the context where you encountered the problem so we can understand how to address it.
OpenLiberty/open-liberty#18737
The text was updated successfully, but these errors were encountered: