-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
The now deprecated MappingJackson2MessageConverter
has convenient getObjectMapper()
for extensions.
In fact, in Spring for Apache Kafka we have:
public class MappingJacksonParameterizedConverter extends MappingJackson2MessageConverter {
where we use that getObjectMapper()
for its logic.
Natural evolution would be to migrate to new JacksonJsonMessageConverter
but that one does not have respective getObjectMapper()
.
Related issue: spring-projects/spring-kafka#3930
Thanks.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement