mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
a61b297967
This commit leverages flexible generics nullness at method and type level when relevant in spring-jdbc. Due to https://github.com/uber/NullAway/issues/1075, some related `@SuppressWarnings("NullAway")` have been added. JdbcOperations Kotlin extensions have been refined accordingly. Closes gh-34911