grigoriliev commented on issue #4412:
URL: https://github.com/apache/camel-quarkus/issues/4412#issuecomment-1719274478

   I was having the same problem using Spring Boot. My issue was that I didn't 
have the following Maven dependency:
   
   ```
    <dependency>
        <groupId>org.apache.camel.springboot</groupId>
        <artifactId>camel-jackson-starter</artifactId>
    </dependency>
   ```
   
   Without it there is no  support for auto configuration. In result, the 
configuration
   
   `camel.dataformat.jackson.module-class-names = 
com.fasterxml.jackson.datatype.jsr310.JavaTimeModule`
   
   in application.properties was ignored.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to