Hello camel community
I see that sort EIP takes simple expressions. I was wondering if it
accepts a jsonpath expression and is capable of sorting a json array in
ascending or descending order based on a certain field inside the array
Cheers
Reji
Thank you, Claus,
It worked now, here is the relevant fragment:
itCamelContext = new OsgiDefaultCamelContext(bundleContext);
itCamelContext.addComponent("http", new HttpComponent());
itCamelContext.setTracing(true);
itCamelContext.s
The Camel community announces the immediate availability of Camel
Quarkus 1.0.0-M3
The artifacts are published and ready for you to download either from
the Apache mirrors or from the Github repository. For more details you
can have a look at the github repository [1]
Many thanks to all who made
Hi,
I moved from 2.x to 3.x and see getOut() on exchange is now depreciated.
But the intention to replace it with getMessage is not inline with the
behaviour of getOut().
https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_getout_on_message
As stated in above link the getMessage
Hi Michael,
You would need to open a PR against master.
Please, find some helpful information around contributions
https://camel.apache.org/manual/latest/contributing.html.
I'm sure ICU4J is functionally great. However, license compatibility is a
legal matter, we don't really have choice.