Re: EndpointConfiguration in Apache camel deprecated after 2.19.0 version

2022-08-23 Thread Claus Ibsen
Hi No, it's deprecated and removed in Camel 3. Camel 2 is EOL and no longer actively maintained. However there is the camel-catalog, that can parse the uri and split that into a map for every option https://github.com/apache/camel/blob/camel-2.25.4/platforms/camel-catalog/src/main/java/org/apache

EndpointConfiguration in Apache camel deprecated after 2.19.0 version

2022-08-23 Thread Dheena
Team, In our application we were using older camel version where EndpointConfiguration interface and getEndpointConfiguration() method are referenced [Returns the object representation of the endpoint configuration]. >From 2.19.0 camel version we see it's deprecated. Is there any alternate class/m