Merge branch '3.2.x'

Closes gh-40839
This commit is contained in:
Andy Wilkinson
2024-05-20 15:55:16 +01:00
2 changed files with 7 additions and 3 deletions

View File

@@ -2005,7 +2005,8 @@
{
"name": "spring.mvc.converters.preferred-json-mapper",
"type": "java.lang.String",
"description": "Preferred JSON mapper to use for HTTP message conversion. By default, auto-detected according to the environment."
"defaultValue": "jackson",
"description": "Preferred JSON mapper to use for HTTP message conversion. By default, auto-detected according to the environment. Supported values are 'jackson', 'gson', and 'jsonb'. When other json mapping libraries (such as kotlinx.serialization) are present, use a custom HttpMessageConverters bean to control the preferred mapper."
},
{
"name": "spring.mvc.date-format",