1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Merge remote-tracking branch 'origin/5.8.x' into main

This commit is contained in:
Josh Cummings
2022-08-26 16:01:40 -06:00
24 changed files with 1223 additions and 13 deletions
@@ -23,6 +23,10 @@ Defaults to "false".
Enables JSR-250 authorization annotations (@RolesAllowed, @PermitAll, @DenyAll) for this application context.
Defaults to "false".
[[nsa-method-security-mode]]
* **mode**
If set to "aspectj", then uses AspectJ to intercept method invocations.
[[nsa-method-security-proxy-target-class]]
* **proxy-target-class**
If true, class based proxying will be used instead of interface based proxying.