Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.15.1
-
None
-
Novice
Description
Rest properties for RestletComponent are not picked up by the component because it's incorrectly looking for "restle" properties instead of "restlet".
// configure component options RestConfiguration config = getCamelContext().getRestConfiguration(); if (config != null && (config.getComponent() == null || config.getComponent().equals("restle"))) { // configure additional options on spark configuration if (config.getComponentProperties() != null && !config.getComponentProperties().isEmpty()) { setProperties(this, config.getComponentProperties()); } }
Attachments
Issue Links
- relates to
-
CAMEL-7364 JpaMessageIdRepository uses EntityManager non thread-safe
- Resolved