Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.17.0
-
Fix Version/s: 2.18.0
-
Component/s: None
-
Labels:None
-
Estimated Complexity:Unknown
Description
It would be useful if camel rest supported automatic discovery of rest components based on classpath. Currently if I only declare a dependency on jetty, i need to register it via rest component.
If I fail to, I get an error Cannot find RestConsumerFactory in Registry or as a Component to use but ideally camel should figure out which component I want.