You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If using this project, the common objectmapper of SpringBoot is automatically configured with mapping every key=String to AggregationKeyDeserializer. When using the SpringBoot objectmapper in any other project - with this project as dependency - the mapper will try to use this specific deserializer when mapping Maps with key=String, which is not what I would expect...
Would expect: - this is configured for each response as @JsonDeserialize - or a custom objectmapper is used for this specific project.
The text was updated successfully, but these errors were encountered:
If using this project, the common objectmapper of SpringBoot is automatically configured with mapping every key=String to AggregationKeyDeserializer. When using the SpringBoot objectmapper in any other project - with this project as dependency - the mapper will try to use this specific deserializer when mapping Maps with key=String, which is not what I would expect...
Would expect: - this is configured for each response as @JsonDeserialize - or a custom objectmapper is used for this specific project.
The text was updated successfully, but these errors were encountered: