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
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