Updated Spring Framework 7.0 Release Notes (markdown)

master
Sébastien Deleuze 2 months ago
parent
commit
96ecfa7e29
  1. 2
      Spring-Framework-7.0-Release-Notes.md

2
Spring-Framework-7.0-Release-Notes.md

@ -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).
### Breaking Changes
#### HttpHeaders changes

Loading…
Cancel
Save