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 2012/06/02 14:28:23 UTC

[jira] [Updated] (CAMEL-4417) Move base classes used by components from impl to support

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

Claus Ibsen updated CAMEL-4417:
-------------------------------

    Fix Version/s:     (was: 2.10.0)

API should be kept stable, moving to 3.0.
                
> Move base classes used by components from impl to support
> ---------------------------------------------------------
>
>                 Key: CAMEL-4417
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4417
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.8.0
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 3.0.0
>
>         Attachments: CAMEL-4417-1.patch
>
>
> Several classes in impl are used or extended by components. We should avoid this.
> The base classes should be moved to support. Examples are DefaultComponent, DefaultEndpoint, DefaultProducer.
> Another case is the AsyncProcessorTypeConverter. The typeconverter is well placed in impl but the class also has a public static convert method that is used from many components. So this functionality should be moved to processor so it is available to components.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira