Skip to content

Overriding Jackson2JsonDecoder/Encoder should be easier with CodecCustomizer #15167

Closed
@jntakpe

Description

@jntakpe

To override the default Jackson2JsonEncoder, I have to set to false CodecConfigurer#registerDefaults
and register my custom Jackson2JsonEncoder using CodecConfigurer#customCodecs. Hence I cannot rely anymore on Spring Boot to add the LoggingCodecConfiguration or potential future configuration improvements.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions