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

Optimize ClassUtils#getMostSpecificMethod #31100

Closed
github-actions bot opened this issue Aug 23, 2023 · 0 comments
Closed

Optimize ClassUtils#getMostSpecificMethod #31100

github-actions bot opened this issue Aug 23, 2023 · 0 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: backport An issue that is a backport of another issue to a maintenance branch type: enhancement A general enhancement
Milestone

Comments

@github-actions
Copy link

Backport of gh-30272

@github-actions github-actions bot added in: core Issues in core modules (aop, beans, core, context, expression) type: backport An issue that is a backport of another issue to a maintenance branch type: enhancement A general enhancement labels Aug 23, 2023
@github-actions github-actions bot added this to the 5.3.30 milestone Aug 23, 2023
@sdeleuze sdeleuze changed the title Reduce NoSuchMethodExceptions being thrown by ClassUtils.getMostSpecificMethod Optimize ClassUtils#getMostSpecificMethod Aug 23, 2023
sdeleuze added a commit to sdeleuze/spring-framework that referenced this issue Aug 23, 2023
This commit optimizes ClassUtils#getMostSpecificMethod which is
a method frequently invoked in typical Spring applications.

It refines ClassUtils#isOverridable by considering static and
final modifiers as non overridable and optimizes its implementation.

Closes spring-projectsgh-31100
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: backport An issue that is a backport of another issue to a maintenance branch type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant