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/camel/catalog/CamelCatalog.java#L386 On Tue, Aug 23, 2022 at 3:17 PM Dheena <dheenai...@gmail.com> wrote: > 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/method help us in achieving the same functionality. Kindly advise. > > Ideally If we get any class/method/method where we can get value at runtime > and form the URI dynamically will solve our problem. > > Regards, > Dheenan P > -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2