Skip to content

Fix #211 - add context marker for single, stand-alone identifiers #316

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

markt-asf
Copy link
Contributor

The presence of this marker will allow ELResolver instances, particularly jakarta.servlet.jsp.el.ImportELResolver, to optimise lookups.

This provides the machinery on the EL side of things to fix jakartaee/pages#245

It includes a couple of new TCK tests that check the marker is set (or not set) correctly.

I'll leave this open for a week or so to give folks a chance to comment. There haven't been any comments on the proposed approach and that has been posted for over a year but I'm allowing time just in case a concrete implementation means someone spots something they hadn't though of previously.

…fiers

The presence of this marker will allow resolvers, particularly
jakarta.servlet.jsp.el.ImportELResolver to optimise lookups.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance issues from repeating ImportHandler.resolveClass calls for null attributes
1 participant