1
0
mirror of synced 2026-08-04 01:07:02 +00:00

Support RoleHierarchy Bean in authorizeHttpRequests Kotlin DSL

Closes gh-15136
This commit is contained in:
Marcus Hert Da Coregio
2024-06-10 15:40:21 -03:00
parent ed2b654f71
commit 7c43fc111f
3 changed files with 106 additions and 10 deletions
+2
View File
@@ -5,3 +5,5 @@ Spring Security 6.4 provides a number of new features.
Below are the highlights of the release, or you can view https://github.com/spring-projects/spring-security/releases[the release notes] for a detailed listing of each feature and bug fix.
- https://github.com/spring-projects/spring-security/issues/4186[gh-4186] - Support `RoleHierarchy` in `AclAuthorizationStrategyImpl`
- https://github.com/spring-projects/spring-security/issues/15136[gh-15136] - Support `RoleHierarchy` Bean in `authorizeHttpRequests` Kotlin DSL