spring-framework/src/docs/asciidoc
Sébastien Deleuze 43faa439ab Refine kotlinx.serialization support
This commit introduces the following changes:
 - Converters/codecs are now used based on generic type info.
 - On WebMvc and WebFlux, kotlinx.serialization is enabled along
   to Jackson because it only serializes Kotlin @Serializable classes
   which is not enough for error or actuator endpoints in Boot as
   described on spring-projects/spring-boot#24238.

TODO: leverage Kotlin/kotlinx.serialization#1164 when fixed.

Closes gh-26147
2020-11-26 12:36:35 +01:00
..
core Fix broken links to XSD schemas in ref docs 2020-11-23 14:49:43 +01:00
css
data-access Do not generate reference docs for include-files 2020-09-21 11:51:50 +02:00
images
integration Do not generate reference docs for include-files 2020-09-21 11:51:50 +02:00
languages Refine kotlinx.serialization support 2020-11-26 12:36:35 +01:00
testing Do not generate reference docs for include-files 2020-09-21 11:51:50 +02:00
web Deprecate context method in WebClient 2020-11-23 21:46:14 +00:00
core.adoc
data-access.adoc Document that @Transactional does not propagate to new threads 2020-11-17 14:43:17 +01:00
docinfo-footer.html
index.adoc
integration.adoc Explicitly mention Jakarta Mail 1.6 next to JavaMail 2020-11-17 14:42:41 +01:00
languages.adoc
overview.adoc
rsocket.adoc Upgrade to Coroutines 1.4.0-M1 and use awaitSingle() 2020-10-13 15:26:39 +02:00
testing.adoc Discover @DynamicPropertySource methods on enclosing test classes 2020-11-15 20:59:15 +01:00
web-reactive.adoc
web.adoc