Skip to content
Advertisement

Jackson ObjectMapper NoSuchMethodError problem wiht SpringBoot 2.2.7 and Camel 3.11.2

I am trying to setup project with simple post route:

JavaScript

The application should accept invoices in XML format, convert them and send them to an external system. First I just want to accept the input string and print it.

Error I am getting:

JavaScript

I am using Java 11. Any suggestions? It seams like a libraries clash.

Advertisement

Answer

Camel 3.11.2 and SpringBoot 2.2.7 are not compatible, needed to upgrade SpringBoot to 2.5.5.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement