Camel Main: RoutesIncludePattern doesn't seem to respect asterisks as a directory placeholder

2023-05-14 Thread Fyodor Kravchenko
Hello, in my little test I'm trying the following, public class CamelMainTry {     public static void main(String[] args) throws Exception {     Main main = new Main(); //    this works but I need to catch more // main.configure().withRoutesIncludePattern("deploy/customer/PRIVATE/EXCHA

How to stop encoding of query params value when we have some special characters in Apache Camel toD uri

2023-05-14 Thread Himanshi Jain
Hi, We have "/" in a query param as a value which has to be passed on to a rest API. But as soon as we add it in the header to be used with REST dsl it gets encoded %252F in the actual url. url=rest:get:/api/v1/some functionality --> this is saved in application.properties parameterA=users/xyz/ab

How to use Splitter with Aggregate using xml in Apache Camel 3.20.0

2023-05-14 Thread Sahil Upneja
Hi Team, I am facing one issue while using splitter with aggregation. Please see the details below https://stackoverflow.com/questions/76230258/how-to-use-splitter-with-aggregate-using-xml-in-apache-camel-3-20-0 Please suggest the solution Regards Sahil

How to use splitter in existing route

2023-05-14 Thread Sahil Upneja
Hi Team, I am facing one issue while using splitter in route. Please see the details below https://stackoverflow.com/questions/76228963/how-to-use-splitter-in-existing-route Please suggest the solution Regards Sahil