Skip to content

Conversation

@quaff
Copy link
Contributor

@quaff quaff commented Mar 28, 2025

No description provided.

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Mar 28, 2025
@jhoeller jhoeller self-assigned this Mar 28, 2025
@jhoeller jhoeller added in: data Issues in data modules (jdbc, orm, oxm, tx) type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Mar 28, 2025
@jhoeller jhoeller added this to the 7.0.0-M4 milestone Mar 28, 2025
@jhoeller jhoeller merged commit 5be83e9 into spring-projects:main Mar 28, 2025
5 checks passed
sdeleuze added a commit to sdeleuze/spring-framework that referenced this pull request Nov 19, 2025
This commit updates JdbcOperationsExtensions to:
 - Properly use the spread operator for invoking Java methods with
   a varargs parameter
 - Add missing `as Class<*>` casts
 - Use varargs when Java counterpart does (breaking change, undo some
   changes from spring-projectsgh-34668)
 - Use nullable args instead of non-nullable ones
sdeleuze added a commit to sdeleuze/spring-framework that referenced this pull request Nov 19, 2025
This commit updates JdbcOperationsExtensions to:
 - Properly use the spread operator for invoking Java methods with
   a varargs parameter
 - Add missing `as Class<*>` casts
 - Use varargs when Java counterpart does (breaking change, undo some
   changes from spring-projectsgh-34668)
 - Use nullable args instead of non-nullable ones
sdeleuze added a commit to sdeleuze/spring-framework that referenced this pull request Nov 19, 2025
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 spring-projectsgh-34668)
 - Use nullable args instead of non-nullable ones

 Closes spring-projectsgh-35846
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: data Issues in data modules (jdbc, orm, oxm, tx) type: task A general task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants