-
Notifications
You must be signed in to change notification settings - Fork 95
Jackson 3 migration #536
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 migration #536
Conversation
| ## Dependencies | ||
|
|
||
| - Java 8 | ||
| - Java 17 |
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.
Do we need to break compatibility with older Java software to support Jackson 3?
If we cannot release without this Java version update, we should increase the major version number in this release to clearly mark that it is breaking backward compatibility.
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.
Jackson 3 build with JDK17, older JDK will not be able to read classes, so yep, we need this.
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.
Regarding versioning - set version to 1.0.0-SNAPSHOT
Description
List of changes:
jackson-datatype-problemartifact renamed toproblem-jackson2problem-jackson3Motivation and Context
Fixes #522
Types of changes
Checklist: