-
Notifications
You must be signed in to change notification settings - Fork 569
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
Jackson 2.10.0 #1088
Jackson 2.10.0 #1088
Conversation
Hmmm...I've seen what looks to be a webserver crash both in the pipeline and now on my local machine with this change. Investigating... |
I've reproduced a failure locally:
Looks like this class might not exist in 2.10. |
Hmm, no, |
OK, the problem was Because of the above we ended up with a combination of Jackson 2.10.0 and 2.9.0 on the classpath leading to issues. The work-around is to force the use of Jackson 2.9.0 for this test. With this change the pipeline is passing. |
Upgrade Jackson to 2.10.0. This should reduce the stream of CVE patches. For more details see
https://medium.com/@cowtowncoder/jackson-2-10-features-cd880674d8a2