mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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