Merge branch '3.0.x' into 3.1.x

Closes gh-38089
This commit is contained in:
Andy Wilkinson 2023-10-27 17:01:10 +01:00
commit 9703ab717d
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ The `ObjectMapper` (or `XmlMapper` for Jackson XML converter) instance (created
* `MapperFeature.DEFAULT_VIEW_INCLUSION` is disabled
* `DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES` is disabled
* `SerializationFeature.WRITE_DATES_AS_TIMESTAMPS` is disabled
* `SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS` is disabled
Spring Boot also has some features to make it easier to customize this behavior.