-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Investigate Upgrade to Jackson 3 #3113
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
Comments
Did a first step (have a branch in my fork): I had to change the dependencies and imports. Some adjustments where methods that have been renamed (or better the old ones had been deprecated). So far this works, BUT: I hand a customized I will need some more investigation how to address that. |
Looking at https://central.sonatype.com/artifact/co.elastic.clients/elasticsearch-java, the Elasticsearch client 9 references Jackson 2.18.3. |
ok, as Jackson changed the coordinates and package names, it is possible to use a version 2 Not sure if this is a good idea, and what consequences this might have for users. |
https://github.com/FasterXML/jackson/wiki/Jackson-Release-3.0
Related to: spring-projects/spring-data-commons#3292
Due to the amount of breaking changes the upgrade will have a broader impact.
The text was updated successfully, but these errors were encountered: