mention gh-34410

master
Brian Clozel 12 months ago
parent
commit
34ae50b65e
  1. 5
      Spring-Framework-7.0-Release-Notes.md

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

@ -72,6 +72,11 @@ reflection only, you can safely remove those hints in favor of a simple type hin @@ -72,6 +72,11 @@ reflection only, you can safely remove those hints in favor of a simple type hin
More details on the related changes in [#33847](https://github.com/spring-projects/spring-framework/issues/33847).
### kotlinx.serialization JSON support
The `org.jetbrains.kotlinx:kotlinx-serialization-json` dependency is quite popular in the Kotlin ecosystem and is often transitive dependency.
This caused issues where applications were using this library for reading/writing JSON instead of Jackson; there is no easy workaround.
As of this version, the Kotlinx Serialization JSON codecs and converters will not be auto-detected and configured when the library is on the classpath. Support is still present in Framework, but developers will need to manually configure it.
## New and Noteworthy

Loading…
Cancel
Save