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

MethodValidationPostProcessor still validates FactoryBean methods on CGLIB proxies [SPR-17386] #21919

Closed
spring-projects-issues opened this issue Oct 15, 2018 · 0 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) status: backported An issue that has been backported to maintenance branches type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Oct 15, 2018

Juergen Hoeller opened SPR-17386 and commented

As mentioned in #21907 comments, the initial fix only covers the interface-based proxy case but unfortunately still runs into a stack overflow against CGLIB proxies. This incurs a significantly more expensive check at runtime, so let's see what we can do about it.


Affects: 4.3.20, 5.0.10, 5.1.1

Issue Links:

Backported to: 5.0.11, 4.3.21

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) status: backported An issue that has been backported to maintenance branches type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants