From e1203b7e28952598d560f7a47eda936d5ad2aa13 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 27 Oct 2023 17:00:26 +0100 Subject: [PATCH] Document that WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default Closes gh-38083 --- .../spring-boot-docs/src/docs/asciidoc/howto/spring-mvc.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/spring-mvc.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/spring-mvc.adoc index e24a6a66066..82a81a07883 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/spring-mvc.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/spring-mvc.adoc @@ -60,6 +60,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.