-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson3 based HashMapper and RedisSerializer #3168
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
base: main
Are you sure you want to change the base?
Conversation
pom.xml
Outdated
<dependency> | ||
<groupId>tools.jackson.core</groupId> | ||
<artifactId>jackson-databind</artifactId> | ||
<version>3.0.0-rc5</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dependency management available: spring-projects/spring-data-build#2594
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm... I see some test failures using that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, so com.fasterxml.jackson.core:jackson-annotations
did, for whatever reason, not transition to tools.jackson
. The outcome is as expected a mess, with both the 2.19
as well as the 3.0
BOM pointing to different versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, to round things off the verion schema is different, so you need 3.0-rc5
for jackson-annotations
. Not 3.0.0-rc5
as for the rest.
Signed-off-by: JavaNo0b <[email protected]>
Original Pull Request: #3142
b4bd720
to
20329b7
Compare
20329b7
to
eb1d320
Compare
work in progress...