-
Notifications
You must be signed in to change notification settings - Fork 79
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
Exception when using jackson-databind 2.11.0 #109
Comments
Hi @bspammer, |
Sadly the same error occurs running the latest Spring Boot libraries e.g. 2.3.0.RELEASE Will 100% need fixing as Spring is an extremely popular framework with Enterprise We are trying to update our servers to the latest versions, sadly the error showed when sending using: Class: MessageBirdClient The SMS gets sent after a delay but the application throws a ValueInstantiationException error. Spring 2.2.0.RELEASE is fine. So is 2.1.7.RELEASE Cheers, |
Sorry I should have said. The later Spring libraries use: jackson-databind 2.11.0 |
Hi @samdohrey, thank you for reaching us. We will investigate the problem with @denizkilic and come with a solution on the following days. |
Hi @samdohrey, @bspammer |
Hi @denizkilic, Perfect, I can confirm this works :) Thank you!!! |
Hi, thanks for this! |
Steps to reproduce:
jackson-databind
to2.11.0
inpom.xml
The text was updated successfully, but these errors were encountered: