devondragon / SpringUserFramework

Easy User Management Framework/Starter App for Spring. Providing registration, login, logout, and more built on top of Spring Security.
Apache License 2.0
88 stars 28 forks source link

Fix RoleHierarchyImpl Deprecation Warnings in WebSecurityConfig #99

Closed devondragon closed 4 months ago

devondragon commented 4 months ago

https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/access/hierarchicalroles/RoleHierarchyImpl.html#fromHierarchy(java.lang.String)

create-issue-branch[bot] commented 4 months ago

Branch issue-99-Fix-RoleHierarchyImpl-Deprecation-Warnings-in-WebSecurityConfig created!

devondragon commented 4 months ago

Fixed and merged.