-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Open
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)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
Originally, Jackson 3 JSON converters, codecs et views constructors were taking an ObjectMapper
parameters. I did that to be more lenient and ease migration. @wilkinsona suggested it would be cleaner to use strongly typed JsonMapper
which extends ObjectMapper
, in order to be consistent across formats supported by Jackson (XmlMapper
, SmileMapper
, CBORMapper
) and avoid the confusion created by instances and beans of type ObjectMapper
. I agreed with this proposal, it was too late in the M8 cycle so I had to revert it, but I will plan to merge it earlier in the M9 development cycle.
wilkinsona and vpavic
Metadata
Metadata
Assignees
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement