Skip to content
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

Expression Language 3.0 value lookup performance improvement #14175

Closed
epj opened this issue Sep 25, 2020 · 1 comment · Fixed by #14430
Closed

Expression Language 3.0 value lookup performance improvement #14175

epj opened this issue Sep 25, 2020 · 1 comment · Fixed by #14430
Assignees
Labels
in:Web Components release bug This bug is present in a released version of Open Liberty release:21002 team:Sirius

Comments

@epj
Copy link
Contributor

epj commented Sep 25, 2020

Lookup performance can be improved for certain Expression Language 3.0 values. By optimizing EL 3.0 context handling and classloader calls, the evaluations of EL unscoped and static expressions perform better with this fix. This is a port of Apache bug fix 62453. Also includes Apache bug 63781 to support multiple java levels correctly.

@epj epj added in:Web Components release bug This bug is present in a released version of Open Liberty team:Sirius labels Sep 25, 2020
@epj epj self-assigned this Sep 25, 2020
@epj epj added this to General Issues in Web Tier Team via automation Sep 25, 2020
@pnicolucci
Copy link
Member

@epj can you be a bit more specific as to what improvements you're looking to make to the Expression Language? Which version of the expression language are you updating? Is there a corresponding change in the open source?

Or is this a change to the JSP engine?

@epj epj changed the title Expression Language value lookup performance Expression Language 3.0 value lookup performance Sep 28, 2020
@epj epj changed the title Expression Language 3.0 value lookup performance Expression Language 3.0 value lookup performance improvement Jan 26, 2021
@epj epj closed this as completed in #14430 Feb 1, 2021
Web Tier Team automation moved this from General Issues to Completed Tasks Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:Web Components release bug This bug is present in a released version of Open Liberty release:21002 team:Sirius
Projects
Archived in project
Web Tier Team
  
Completed Tasks
Development

Successfully merging a pull request may close this issue.

3 participants