Update CXF stack to version 2.2.6
---------------------------------
Key: GERONIMO-5153
URL: https://issues.apache.org/jira/browse/GERONIMO-5153
Project: Geronimo
Issue Type: Improvement
Security Level: public (Regular issues)
Components: webservices
Affects Versions: 2.2
Environment: All
Reporter: Alexandros Karypidis
Fix For: 2.2.1, 3.0
CXF has recently released versions 2.1.9 and 2.2.6. According to the project
lead, the 2.1 line will now be phased out (Geronimo uses 2.1.4). Therefore
Geronimo should consider switching to 2.2.6 for the future.
Reasons for this to occur immediately:
1) CXF 2.2.6 is being advertized as one of the most stable versions to date:
http://www.dankulp.com/blog/?p=182
http://mail-archives.apache.org/mod_mbox/cxf-users/201001.mbox/%[email protected]%3e
2) It appears to be a one -line change. I am totally inexperienced with
Geronimo (a new user) that ran into some issues and decided to try the update
myself on the 2.2 branch. I succeeded with just changing the "cxfVersion"
property of the top-level POM and re-building. See:
http://marc.info/?l=geronimo-user&m=126676750031858&w=2
Here's the change:
C:\g22>svn diff pom.xml plugins\cxf\cxf\src\main\history\dependencies.xml
Index: pom.xml
===================================================================
--- pom.xml (revision 912260)
+++ pom.xml (working copy)
@@ -67,7 +67,7 @@
<openejbVersion>3.1.2</openejbVersion>
<derbyVersion>10.5.3.0_1</derbyVersion>
- <cxfVersion>2.1.4</cxfVersion>
+ <cxfVersion>2.2.6</cxfVersion>
<axis2Version>1.5</axis2Version>
<axiomVersion>1.2.8</axiomVersion>
<springVersion>2.5.6</springVersion>
Index: plugins/cxf/cxf/src/main/history/dependencies.xml
===================================================================
--- plugins/cxf/cxf/src/main/history/dependencies.xml (revision 912260)
+++ plugins/cxf/cxf/src/main/history/dependencies.xml (working copy)
@@ -111,4 +111,9 @@
<artifactId>wss4j</artifactId>
<type>jar</type>
</dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15</artifactId>
+ <type>jar</type>
+ </dependency>
</plugin-artifact>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.