Closed
Description
Exposing ObjectMapper used by JsonSerializer implemented here: #1132, disables Spring Boot JacksonAutoConfiguration#jacksonObjectMapper(), since it is annotated with @ConditionalOnMissingBean
.
It forces usage of Couchbase ObjectMapper Bean which disables Spring Boot Jackson customizations (properties, modules, ...).