1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Remove compiler warnings in spring-security-data

- Add
  compile-warnings-error plugin to data module
- Remove
  deprecated setDefaultRolePrefix() call in getRootObject()
- Add
  @SuppressWarnings deprecation for tests using deprecated methods
- Add
  tests using AuthorizationManagerFactory

Closes
  spring-projectsgh-18422

Signed-off-by: pocj8ur4in <pocj8ur4in@gmail.com>
This commit is contained in:
pocj8ur4in
2026-01-25 14:59:35 +09:00
committed by Rob Winch
parent 4957c5a7e9
commit 64e863e7df
3 changed files with 42 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@ plugins {
}
apply plugin: 'io.spring.convention.spring-module'
apply plugin: 'compile-warnings-error'
dependencies {
management platform(project(":spring-security-dependencies"))