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 2009/07/03 09:22:07 UTC

[jira] Created: (CAMEL-1790) camel-cxf - get rid of dependency to commons-io

camel-cxf - get rid of dependency to commons-io
-----------------------------------------------

                 Key: CAMEL-1790
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1790
             Project: Apache Camel
          Issue Type: Sub-task
          Components: camel-cxf
    Affects Versions: 2.0-M2
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.0.0


Is only used to copy from input stream to output stream.

Should use IOHelper from *camel-core* to do this instead.
Then we can lose this dependency.

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


[jira] Commented: (CAMEL-1790) camel-cxf - get rid of dependency to commons-io

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52666#action_52666 ] 

Claus Ibsen commented on CAMEL-1790:
------------------------------------

The same for *camel-http* that also have this dependency we can loose.

> camel-cxf - get rid of dependency to commons-io
> -----------------------------------------------
>
>                 Key: CAMEL-1790
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1790
>             Project: Apache Camel
>          Issue Type: Sub-task
>          Components: camel-cxf
>    Affects Versions: 2.0-M2
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> Is only used to copy from input stream to output stream.
> Should use IOHelper from *camel-core* to do this instead.
> Then we can lose this dependency.

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


[jira] Resolved: (CAMEL-1790) camel-cxf - get rid of dependency to commons-io

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

Claus Ibsen resolved CAMEL-1790.
--------------------------------

    Resolution: Fixed

No camel .jars depend any longer on commons-io

trunk: 790845.

> camel-cxf - get rid of dependency to commons-io
> -----------------------------------------------
>
>                 Key: CAMEL-1790
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1790
>             Project: Apache Camel
>          Issue Type: Sub-task
>          Components: camel-cxf
>    Affects Versions: 2.0-M2
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> Is only used to copy from input stream to output stream.
> Should use IOHelper from *camel-core* to do this instead.
> Then we can lose this dependency.

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