You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2011/06/21 20:27:49 UTC

[jira] [Created] (CAMEL-4131) Update versions of various things that CXF depends on

Update versions of various things that CXF depends on
-----------------------------------------------------

                 Key: CAMEL-4131
                 URL: https://issues.apache.org/jira/browse/CAMEL-4131
             Project: Camel
          Issue Type: Task
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.8.0



With the update to CXF 2.4.1, the features.xml file needs updating and various versions of things need updating to work with CXF.  (ideally, we'd just use the CXF features.xml, but I understand the need for the OBR stuff that CXF's feature.xml doesn't support yet)




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

        

[jira] [Commented] (CAMEL-4131) Update versions of various things that CXF depends on

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

Willem Jiang commented on CAMEL-4131:
-------------------------------------

Applied the patch with thanks to Dan, I also did some clean up work on the abdera-version and fix a minor issue of commons-pools-bundle-version. 

> Update versions of various things that CXF depends on
> -----------------------------------------------------
>
>                 Key: CAMEL-4131
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4131
>             Project: Camel
>          Issue Type: Task
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-4131.txt, CAMEL-4131b.txt
>
>
> With the update to CXF 2.4.1, the features.xml file needs updating and various versions of things need updating to work with CXF.  (ideally, we'd just use the CXF features.xml, but I understand the need for the OBR stuff that CXF's feature.xml doesn't support yet)

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

        

[jira] [Updated] (CAMEL-4131) Update versions of various things that CXF depends on

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

Daniel Kulp updated CAMEL-4131:
-------------------------------

    Attachment: CAMEL-4131b.txt

New version of the patch that removes ant/antlr/commons-io (CXF doesn't need them) and also updates camel-atom to use the same version of abdera  that CXF uses.

> Update versions of various things that CXF depends on
> -----------------------------------------------------
>
>                 Key: CAMEL-4131
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4131
>             Project: Camel
>          Issue Type: Task
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-4131.txt, CAMEL-4131b.txt
>
>
> With the update to CXF 2.4.1, the features.xml file needs updating and various versions of things need updating to work with CXF.  (ideally, we'd just use the CXF features.xml, but I understand the need for the OBR stuff that CXF's feature.xml doesn't support yet)

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

        

[jira] [Updated] (CAMEL-4131) Update versions of various things that CXF depends on

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

Daniel Kulp updated CAMEL-4131:
-------------------------------

    Attachment: CAMEL-4131.txt


This aligns things much closer with CXF 2.4.1 and ActiveMQ 5.5.   If I features:install camel-cxf, the only mis-matched stuff now are:
xmlbeans -CXF uses 2.4 as 2.5 is not in central.  I believe Camel requires 2.5?)
velocity -CXF uses 1.6, but it's only used for tooling so I'm not sure why CXF is even including it.  Need to investigate more.
javamail -The version Camel uses isn't at central.

It also adds:
ant
antlr
commons-io

Not sure why on those three yet.  CXF doesn't need them at runtime.  Need to check if camel-cxf does.







> Update versions of various things that CXF depends on
> -----------------------------------------------------
>
>                 Key: CAMEL-4131
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4131
>             Project: Camel
>          Issue Type: Task
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-4131.txt
>
>
> With the update to CXF 2.4.1, the features.xml file needs updating and various versions of things need updating to work with CXF.  (ideally, we'd just use the CXF features.xml, but I understand the need for the OBR stuff that CXF's feature.xml doesn't support yet)

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

        

[jira] [Resolved] (CAMEL-4131) Update versions of various things that CXF depends on

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

Willem Jiang resolved CAMEL-4131.
---------------------------------

    Resolution: Fixed

> Update versions of various things that CXF depends on
> -----------------------------------------------------
>
>                 Key: CAMEL-4131
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4131
>             Project: Camel
>          Issue Type: Task
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-4131.txt, CAMEL-4131b.txt
>
>
> With the update to CXF 2.4.1, the features.xml file needs updating and various versions of things need updating to work with CXF.  (ideally, we'd just use the CXF features.xml, but I understand the need for the OBR stuff that CXF's feature.xml doesn't support yet)

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