Brian Clozel
a6cf0365ce
Revisit Kotlin Serialization integration
...
This commit removes the "kotlin-serialization" option from the
`spring.http.converters.preferred-json-mapper` and configures the kotlin
serialization http message converter ahead of the preferred JSON
converter.
This effectively makes Kotlin Serialization a converter that is
considered first for JSON support, and then Jackson/Jsonb/Gson is
considered as fallback.
Closes gh-47178
2025-09-12 18:05:23 +02:00
Brian Clozel
6a55d7b49b
Polishing contribition
...
Closes gh-46546
2025-09-10 20:53:40 +02:00
Dmitry Sulman
c7621bb6be
Introduce Kotlin Serialization auto-configuration
...
See gh-46546
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
2025-09-10 20:53:40 +02:00
Andy Wilkinson
652401b76c
Polish message converter references relating to Jackson 3 upgrade
...
See gh-45535
2025-09-10 15:23:22 +01:00
Andy Wilkinson
d353038c58
Update Jackson support to require Jackson 3
...
Closes gh-45535
2025-09-02 11:37:09 +01:00
Moritz Halbritter
12cb825924
Add nullability annotations to module/spring-boot-http-converter
...
See gh-46587
2025-08-04 11:27:40 +02:00
Phillip Webb
067b4204b3
Start building against Spring Framework 7.0.0-M8 snapshots
...
See gh-46620
2025-07-31 09:36:58 +01:00
Moritz Halbritter
c0f1f641ce
Make auto-configurations final and remove public members
...
Closes gh-32883
2025-07-29 09:48:49 +02:00
Stéphane Nicoll
6b140ddbd6
Polish
...
See gh-46540
2025-07-25 14:28:32 +02:00
Phillip Webb
decc32dde3
Restructure project directories to better fit Gradle
...
Closes gh-46358
2025-07-10 17:54:08 -07:00