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

[spel] performance for property access is less than ideal [SPR-6230] #10898

Closed
spring-projects-issues opened this issue Oct 13, 2009 · 1 comment
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Andy Clement opened SPR-6230 and commented

Two issues here.

  1. The SpEL API can lead users to start paying a high price for features they aren't using (if they started creating multiple StandardEvaluationContext objects just to switch the root object)
  2. the reflective property resolver is doing more cache lookups than it needs to

Affects: 3.0 RC1

Referenced from: commits c9057fd

@spring-projects-issues
Copy link
Collaborator Author

Andy Clement commented

changes committed.

@spring-projects-issues spring-projects-issues added type: enhancement A general enhancement in: core Issues in core modules (aop, beans, core, context, expression) labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 3.0 RC2 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants