Re: [jackson-user] NoSuchMethodError: com.fasterxml.jackson.core.JsonParser.getReadCapabilities()

2023-06-07 Thread Ted Yu
te: > >> On Tue, Jun 6, 2023 at 12:04 PM Ted Yu wrote: >> > >> > Thanks for taking a look. >> > >> > The jar is produced with `maven-shade-plugin`. Do you have suggestion >> on how I can trace down the origin of 2.6.7 databind in such scenario ?

Re: [jackson-user] NoSuchMethodError: com.fasterxml.jackson.core.JsonParser.getReadCapabilities()

2023-06-06 Thread Ted Yu
version > (jackson-databind from looks) and requiring matching-or-later > `jackson-core`. > So you do not have a consistent set of Jackson components. > > -+ Tatu +- > > On Tue, Jun 6, 2023 at 11:52 AM Ted Yu wrote: > > > > Hi, > > We encounter the err

[jackson-user] NoSuchMethodError: com.fasterxml.jackson.core.JsonParser.getReadCapabilities()

2023-06-06 Thread Ted Yu
Hi, We encounter the error shown at the end. Looking at META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.xml in the fat jar: com.fasterxml.jackson.core jackson-databind 2.6.7.1 jackson-databind But I don't see 2.6.7 in any pom.xml in our repository. I checked

[jackson-user] Re: NoSuchMethodError: com.fasterxml.jackson.core.JsonParser.getReadCapabilities()

2023-06-06 Thread Ted Yu
UTC-7 Ted Yu wrote: > Hi, > We encounter the error shown at the end. > > Looking > at META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.xml in > the fat jar: > > com.fasterxml.jackson.core > jackson-databind > 2.6.7.1 > jackson-databind