We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Toshiaki Maki opened DATAREDIS-644 and commented
It would be better to have a constructor to set ObjectMapper in Jackson2JsonRedisSerializer.
ObjectMapper
Jackson2JsonRedisSerializer
At this moment, ObjectMapper can be configured only by the setter. https://github.com/spring-projects/spring-data-redis/blob/00c433c74fe63376adb6a26b50b8ff3605aad238/src/main/java/org/springframework/data/redis/serializer/Jackson2JsonRedisSerializer.java
No further details from DATAREDIS-644
The text was updated successfully, but these errors were encountered:
Fixed via #2332
Sorry, something went wrong.
christophstrobl
No branches or pull requests
Toshiaki Maki opened DATAREDIS-644 and commented
It would be better to have a constructor to set
ObjectMapper
inJackson2JsonRedisSerializer
.At this moment,
ObjectMapper
can be configured only by the setter.https://github.com/spring-projects/spring-data-redis/blob/00c433c74fe63376adb6a26b50b8ff3605aad238/src/main/java/org/springframework/data/redis/serializer/Jackson2JsonRedisSerializer.java
No further details from DATAREDIS-644
The text was updated successfully, but these errors were encountered: