With the latest version facing issue with Jackson-databind #799
Unanswered
rajeevrawat982
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can explicitly add Jackson dependencies in your pom.xml |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my project multiple dependency bringing old version of jackson-databind (2.11.3) because of that I'm keep getting exception
java.lang.NoSuchMethodError: 'boolean com.fasterxml.jackson.databind.JsonNode.canConvertToExactIntegral()' ,
as per my knowledge this method was introduced in a newer version of the Jackson library (version 2.12.0). Is there any work around so I can resolve this without upgrading the jackson-databind version ?
Beta Was this translation helpful? Give feedback.
All reactions