-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
update jackson to latest 2.11.1+ #3554
Comments
Are there any news on a timeline for this update? |
no fixed ETA, probably within next release; things should work probably fine though with 2.11.1+ if you define version in your POM / build system |
I have tested using jackson 2.11.0 on our project and it was failing since a deprecated method was removed.
|
The same issue when use
|
@frantuma it is not work fine because of NoSuchMethod error |
This is waiting for feedback on jackson PR; after that is clarified this can be implemented in master by updating version (and fixing quoting in tests if there is no progress in jackson PR), and in 1.5 version,by updating deprecated calls |
refs #3554 - update jackson to 2.11.1
Thanks @frantuma Do we have an estimate when the fix will be released? |
@xcv58 As I understand release date can be tracked here: https://github.com/swagger-api/swagger-core/milestone/37 |
@qwazer this is not correct, at least at the moment we are not cutting a release at the end of milestones; that said, 2.1.3 was released on June 27th |
Looks better with 1.6.2-SNAPSHOT, but I have another unrelated issue now ;-) |
Hi @frantuma I upgrade to the latest swagger-core@
It can be reproduced via xcv58/finatra-swagger#1 All dependencies are defined here: I'm not sure it's the same bug or a different one. Could you please take a look? |
@xcv58 from the stack trace and looking at your code, you are using swagger 1.x ( |
Thanks @frantuma You are correct, I will work with them to figure out how can we upgrade. |
see
The text was updated successfully, but these errors were encountered: