-
Notifications
You must be signed in to change notification settings - Fork 275
Jackson 3 support #1074
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?
Jackson 3 support #1074
Conversation
// https://github.com/FasterXML/jackson | ||
implementation("tools.jackson.core", "jackson-databind", "3.0.0-rc10") | ||
implementation("tools.jackson.core", "jackson-core", "3.0.0-rc10") | ||
implementation("com.fasterxml.jackson.core","jackson-annotations","3.0-rc5") |
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.
implementation("com.fasterxml.jackson.core","jackson-annotations","3.0-rc5")
dedicated jackson-annotations for version 3 is dropped.
from jackson discussion FasterXML/jackson-future-ideas#90
3.x will use 2.x jackson-annotations versions: 3.0.x will use 2.20, and so on (no separate 3.x versions released for jackson-annotations)
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.
good to know, thank you! will fix
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.
LGTM
Content of this PR:
Notable changes from Jackson 2: