You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace Error Prone with Spring Nullability plugin (#3939)
Fixes: #3935
Issue link: #3935
Replaces the Error Prone and NullAway Gradle configuration and dependencies
with the `io.spring.nullability` plugin to align null-safety checks with
Spring Framework's nullability standards.
* Removed `net.ltgt.errorprone` plugin
* Removed ErrorProne and NullAway dependencies from the build configuration
* Applied `io.spring.nullability` plugin
Signed-off-by: Hyunsang Han <[email protected]>
0 commit comments