[ 
https://issues.apache.org/jira/browse/CAMEL-14080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-14080.
---------------------------------
    Resolution: Won't Fix

> 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
>            Priority: Minor
>
> 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.20.10#820010)

Reply via email to