spring-security/core
Evgeniy Cheban 286e95893a @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:19:35 -05:00
..
src @EnableMethodSecurity doesn't resolve Method Security annotations on interfaces through a Proxy 2022-05-03 13:19:35 -05:00
spring-security-core.gradle jsr250-api -> jakarta.annotation-api 2022-01-19 14:34:32 -06:00