Jonathan created CAMEL-14080:
--------------------------------
Summary: Implement StubEndpoint annotation
Key: CAMEL-14080
URL: https://issues.apache.org/jira/browse/CAMEL-14080
Project: Camel
Issue Type: New Feature
Components: camel-test
Affects Versions: 3.0.0.RC2
Reporter: Jonathan
Currently to *stub* a component we need to do
{code:java}
camelContext.addComponent("aws-s3", camelContext.getComponent("stub"));
{code}
The goal for this feature is to create the annotation @StubComponent at Class
level :
{code:java}
@StubComponent("aws-s3|http4")
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)