Skip to content

Exposing ObjectMapper disables Spring Boot JacksonAutoConfiguration #1209

Closed
@tchlyah

Description

@tchlyah

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, ...).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions