You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/02 11:38:00 UTC

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

     [ 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)