Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RestClientConfig assigns aggregationkeydeserializer as general string keydeserializer for the common objectmapper #13

Open
RDBreed opened this issue Dec 28, 2017 · 0 comments
Labels

Comments

@RDBreed
Copy link

RDBreed commented Dec 28, 2017

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.

@jettro jettro added the bug label Dec 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants