You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jonathan (Jira)" <ji...@apache.org> on 2019/10/17 17:25:00 UTC

[jira] [Created] (CAMEL-14080) Implement StubEndpoint annotation

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)