mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commit updates JdbcOperationsExtensions.kt to: - Properly use the spread operator for invoking Java methods with a varargs parameter - Align JdbcOperationsExtensions return values nullability with the Java API (breaking change) - Use varargs where Java counterpart does (breaking change, undo some changes from gh-34668) - Use nullable args instead of non-nullable ones Closes gh-35846