spring-security/core
Evgeniy Cheban 66bbfc7a50 @EnableMethodSecurity doesn't resolve Method Security annotations on interfaces through a Proxy
Removed proxy unwrapping in case of resolving Method Security annotations,
this cause an issue when interfaces which are implemented by the proxy was skipped,
resulting in a missing security checks on those methods.

Closes gh-11175
2022-05-03 13:17:23 -05:00
..
src @EnableMethodSecurity doesn't resolve Method Security annotations on interfaces through a Proxy 2022-05-03 13:17:23 -05:00
spring-security-core.gradle jsr250-api -> jakarta.annotation-api 2022-01-19 14:34:32 -06:00