Skip to content

Commit e1203b7

Browse files
committed
Document that WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default
Closes gh-38083
1 parent 3872ec8 commit e1203b7

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/spring-mvc.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ The `ObjectMapper` (or `XmlMapper` for Jackson XML converter) instance (created
6060
* `MapperFeature.DEFAULT_VIEW_INCLUSION` is disabled
6161
* `DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES` is disabled
6262
* `SerializationFeature.WRITE_DATES_AS_TIMESTAMPS` is disabled
63+
* `SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS` is disabled
6364

6465
Spring Boot also has some features to make it easier to customize this behavior.
6566

0 commit comments

Comments
 (0)