diff --git a/Spring-Framework-7.0-Release-Notes.md b/Spring-Framework-7.0-Release-Notes.md index 3d0837a..2ded52b 100644 --- a/Spring-Framework-7.0-Release-Notes.md +++ b/Spring-Framework-7.0-Release-Notes.md @@ -54,6 +54,8 @@ The `RequestContext#jstPresent` protected static field has been renamed to `JSTL The `HttpComponentsClientHttpRequestFactory#setConnectTimeout` methods have been removed as part of [#35748](https://github.com/spring-projects/spring-framework/issues/35748). +`JdbcOperations.queryForObject(sql: String, args: Array)` and `JdbcOperations.queryForList(sql: String, args: Array)` Kotlin extensions have been replaced by variants using a vararg parameter instead of the array one, to align with the Java API as part of [#35846](https://github.com/spring-projects/spring-framework/issues/35846). + ### Breaking Changes #### HttpHeaders changes