Relative Content

Tag Archive for javaapache-camel

Json validation date time camel

I am currently having an issue with json validation of date time fields in camel. I am using the inbuilt json validator of camel, where it takes in parameter json schema as reference for validation.
My issue is with date time fields, if the date time field in the json request doesn’t have the time zone it fails.
I am trying to override the format or skip date time validation it fails unsuccessfully.
I have :

Apache Camel split EIP changes body value

I’m new to camel. I have an implementation that stores data on message body. In one of my use cases, I need to split my message based on a specific header but keep body unchangeable. So here is example of my implementation: