Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2.19.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
Description
The REST component has binding support could use bit more flexibility:
- bindingMode should be exposed on component/endpoint, currently it's only configurable through RestConfiguration
- bindingMode could be set to auto if not set and inType or outType is present
- RestProducerBindingProcessor.type (inType from RestEndpoint) is not used to marshal body of the request, it probably should be removed?