@ -54,6 +54,8 @@ The `RequestContext#jstPresent` protected static field has been renamed to `JSTL
@@ -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<out Any>)` and `JdbcOperations.queryForList(sql: String, args: Array<out Any>)` 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).