-
Notifications
You must be signed in to change notification settings - Fork 1.7k
adding jackson3 provider (#1066) #1067
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
Signed-off-by: bschumann <b.schumann@kasasi.de>
|
@kallestenflo could you please review the PR? |
|
Thank you this is needed for all Spring Boot v4 users and we also need this for Apache Camel |
|
Sorry I did not know you supporting these old JAVA versions. |
|
I don’t know how relevant it is to support < 17. 17 can be used as baseline. |
could also jump the project to 3.0 and use jdk17 / jacklson 3 / spring boot v4 as the reason |
|
this project is low maintained so even releasing it as 2.11 with jackson 3 and jdk17 is better - the existing users can stay on the current release. And in case some serious bugs is to be fixed on that release then it can be release as 2.10.x |
|
I would be perfectly fine with JDK17 too. |
Signed-off-by: bschumann <b.schumann@kasasi.de>
|
I'm not very familiar with gradle. Hopefully I got all relevant parts. |
Signed-off-by: bschumann <b.schumann@kasasi.de>
Resolves #1066
Trying to add jackson3 support.
Update jackson2 from 2.19.2 to 2.20.1