Sort EIP // using jsonpath expression to sort json array

2020-01-27 Thread Reji Mathews
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

Re: org.apache.camel.NoSuchLanguageException: No language could be found for: simple

2020-01-27 Thread Alex Soto
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

[ANNOUNCEMENT] Release Apache Camel Quarkus 1.0.0-M3

2020-01-27 Thread Andrea Cosentino
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

DefaultExchange getMessage() expectation

2020-01-27 Thread Narsi Reddy Nallamilli
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

Re: Re: Re: Bindy plus Unicode

2020-01-27 Thread Alex Dettinger
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.