You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2011/08/19 15:44:28 UTC

[jira] [Commented] (CAMEL-4357) Move org.apache.camel.Main to org.apache.camel.main.Main

    [ https://issues.apache.org/jira/browse/CAMEL-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087709#comment-13087709 ] 

Claus Ibsen commented on CAMEL-4357:
------------------------------------

There is also a Main class in camel-spring. It was actually started there as the first Main class we offered in Camel.

> Move org.apache.camel.Main to org.apache.camel.main.Main
> --------------------------------------------------------
>
>                 Key: CAMEL-4357
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4357
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.8.0
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.9.0
>
>
> I am currently looking into the dependencies betwen packages in camel-core. The packages org.apache.camel and org.apache.camel.spi form the camel api.
> So I am trying to make them not depend on other packages from camel-core. One problem there is the starter class Main. It needs access to impl packages as it needs to start camel. So it should not live in org.apache.camel.
> I propose to move it to org.apache.camel.main. To not break anything right now I will create a deprecated class Main in org.apache.camel that extends the moved Main. We can remove the deprecated version in camel 3.0

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira