You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2010/01/21 22:15:44 UTC

[jira] Created: (CAMEL-2388) Remove some dependencies

Remove some dependencies
------------------------

                 Key: CAMEL-2388
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2388
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-cxf
    Affects Versions: 2.1.0
            Reporter: Christian Schneider


While checking the dependencies of camel-cxf I found that some dependencies are at least not necessary to compile the project.
I have attached a patch with the removed dependencies. 

The dependencies are:
camel-spring
cxf-rt-transports-http-jetty



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-2388) Remove some dependencies

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57049#action_57049 ] 

Willem Jiang commented on CAMEL-2388:
-------------------------------------

I tried to remove the camel-spring dependency  and found 
CxfRsSpringEndpoint, CxfConverter, CxfSpringEndpoint need to SpringCamelContext to look up the ApplicationContext which SpringCamelContext holds.

So I will just commit change of cxf-rt-transports-http-jetty part.

> Remove some dependencies
> ------------------------
>
>                 Key: CAMEL-2388
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2388
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>    Affects Versions: 2.1.0
>            Reporter: Christian Schneider
>            Assignee: Willem Jiang
>         Attachments: camel-cxf-2010-01-21.patch
>
>
> While checking the dependencies of camel-cxf I found that some dependencies are at least not necessary to compile the project.
> I have attached a patch with the removed dependencies. 
> The dependencies are:
> camel-spring
> cxf-rt-transports-http-jetty

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CAMEL-2388) Remove some dependencies

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CAMEL-2388:
-----------------------------------

    Assignee: Willem Jiang

> Remove some dependencies
> ------------------------
>
>                 Key: CAMEL-2388
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2388
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>    Affects Versions: 2.1.0
>            Reporter: Christian Schneider
>            Assignee: Willem Jiang
>         Attachments: camel-cxf-2010-01-21.patch
>
>
> While checking the dependencies of camel-cxf I found that some dependencies are at least not necessary to compile the project.
> I have attached a patch with the removed dependencies. 
> The dependencies are:
> camel-spring
> cxf-rt-transports-http-jetty

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CAMEL-2388) Remove some dependencies

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider closed CAMEL-2388.
--------------------------------------


> Remove some dependencies
> ------------------------
>
>                 Key: CAMEL-2388
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2388
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>    Affects Versions: 2.1.0
>            Reporter: Christian Schneider
>            Assignee: Willem Jiang
>             Fix For: 2.2.0
>
>         Attachments: camel-cxf-2010-01-21.patch
>
>
> While checking the dependencies of camel-cxf I found that some dependencies are at least not necessary to compile the project.
> I have attached a patch with the removed dependencies. 
> The dependencies are:
> camel-spring
> cxf-rt-transports-http-jetty

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-2388) Remove some dependencies

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider updated CAMEL-2388:
---------------------------------------

    Attachment: camel-cxf-2010-01-21.patch

> Remove some dependencies
> ------------------------
>
>                 Key: CAMEL-2388
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2388
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>    Affects Versions: 2.1.0
>            Reporter: Christian Schneider
>         Attachments: camel-cxf-2010-01-21.patch
>
>
> While checking the dependencies of camel-cxf I found that some dependencies are at least not necessary to compile the project.
> I have attached a patch with the removed dependencies. 
> The dependencies are:
> camel-spring
> cxf-rt-transports-http-jetty

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-2388) Remove some dependencies

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57048#action_57048 ] 

Willem Jiang commented on CAMEL-2388:
-------------------------------------

we can remove the camel-spring, but the cxf-rt-transports-http-jetty's scope should be change to test.
As lot's of camel-cxf unit test need it. 

> Remove some dependencies
> ------------------------
>
>                 Key: CAMEL-2388
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2388
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>    Affects Versions: 2.1.0
>            Reporter: Christian Schneider
>            Assignee: Willem Jiang
>         Attachments: camel-cxf-2010-01-21.patch
>
>
> While checking the dependencies of camel-cxf I found that some dependencies are at least not necessary to compile the project.
> I have attached a patch with the removed dependencies. 
> The dependencies are:
> camel-spring
> cxf-rt-transports-http-jetty

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2388) Remove some dependencies

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-2388.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0

> Remove some dependencies
> ------------------------
>
>                 Key: CAMEL-2388
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2388
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>    Affects Versions: 2.1.0
>            Reporter: Christian Schneider
>            Assignee: Willem Jiang
>             Fix For: 2.2.0
>
>         Attachments: camel-cxf-2010-01-21.patch
>
>
> While checking the dependencies of camel-cxf I found that some dependencies are at least not necessary to compile the project.
> I have attached a patch with the removed dependencies. 
> The dependencies are:
> camel-spring
> cxf-rt-transports-http-jetty

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.