-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat: migrate to jackson 3 #5031
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: master
Are you sure you want to change the base?
Conversation
7633f49 to
7b93974
Compare
changes: - update maven-compiler-plugin to latest 3.14.1 - update maven-javadoc-plugin to latest 3.12.0 - update jacoco-maven-plugin to latest 0.8.14 - set maven.compiler.release to 17 - set source to 17 and update link to javadoc for maven-javadoc-plugin configuration - set java-version to 17 in github workflows - set java version to 17 in swagger-gradle-plugin
0de7198 to
f60ee1e
Compare
|
I have removed many of the changes associated with java 17, so the PR is now much smaller. @cbot59, thanks for the comment! JsonMapper is a descendant of ObjectMapper, so |
|
Hey everyone -- thanks to @vpelikh, we now have Jackson 3 and Java 17 support. But I didn't want to wait, so I have it available here! His branch is available as a dependency, just add this to your build.gradle file or pom.xml equivalent: |
No, it doesn't, because the |

Description
This PR consists of two commits:
Fixes: #4991
Type of Change
Checklist
Screenshots / Additional Context