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

Remove compiler warnings in spring-security-ldap

- Add
  compile-warnings-error plugin to ldap module

- Replace
  org.springframework.lang.NonNull with org.jspecify.annotations.NonNull

-
  Add @SuppressWarnings for unchecked/rawtypes/deprecation warnings

Closes
  gh-18405

Signed-off-by: LeeJiWon <dlwldnjs1009@gmail.com>
This commit is contained in:
LeeJiWon
2026-01-22 21:49:56 +09:00
committed by Rob Winch
parent a23be5e625
commit 9fa0a34b4c
12 changed files with 15 additions and 4 deletions
+1
View File
@@ -1,5 +1,6 @@
apply plugin: 'io.spring.convention.spring-module'
apply plugin: 'javadoc-warnings-error'
apply plugin: 'compile-warnings-error'
dependencies {
management platform(project(":spring-security-dependencies"))