MethodValidationPostProcessor still validates FactoryBean methods on CGLIB proxies [SPR-17386] #21919
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
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
The text was updated successfully, but these errors were encountered: