Replies: 3 comments
-
This is not really a karavan issue but the kamelet uses jackson and there is some datetime "crap" to deal with. What JDK version and Camel version do you use. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I used: OpenJDK 64-Bit Server VM Temurin-17.0.9+9 (build 17.0.9+9, mixed mode) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess you have a column |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all , there is an issue with jackson format date.
I take simple route with yaml dsl:
When this app run, i got error about ; "com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type
java.time.LocalDateTime
not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through reference chain: org.springframework.util.LinkedCaseInsensitiveMap["created_at"])"I added dependency: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 and config env:camel.dataformat.jackson.module-class-names=com.fasterxml.jackson.datatype.jsr310.JavaTimeModule
but i can not resolved above issue
Beta Was this translation helpful? Give feedback.
All reactions