I have significantly refined Kotlin Serialization ...
# spring
s
I have significantly refined Kotlin Serialization support in Spring Framework
5.3.2-SNAPSHOT
, see https://github.com/spring-projects/spring-framework/commit/43faa439ab567c382e50ae670560024cebdf63d2 for more details, and feel free to test it with Spring Boot
2.4.0
or
2.4.1-SNAPSHOT
by defining
spring-framework.version=5.3.2-SNAPSHOT
in
gradle.properties
to check it behaves as expected. No more need for jackson exclusion.
👍 8