Author: dkulp
Date: Tue Oct 7 12:42:50 2008
New Revision: 702602
URL: http://svn.apache.org/viewvc?rev=702602&view=rev
Log:
Update to bouncycastle 140 and xalan 2.7.1 as we can ship stuff that allows
ws-security to now work out of the box
Modified:
cxf/trunk/distribution/manifest/pom.xml
cxf/trunk/distribution/pom.xml
cxf/trunk/distribution/src/main/release/lib/WHICH_JARS
cxf/trunk/distribution/src/main/release/release_notes.txt
cxf/trunk/parent/pom.xml
cxf/trunk/rt/ws/security/pom.xml
Modified: cxf/trunk/distribution/manifest/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/manifest/pom.xml?rev=702602&r1=702601&r2=702602&view=diff
==============================================================================
--- cxf/trunk/distribution/manifest/pom.xml (original)
+++ cxf/trunk/distribution/manifest/pom.xml Tue Oct 7 12:42:50 2008
@@ -214,12 +214,6 @@
<groupId>${pom.groupId}</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
<version>${pom.version}</version>
- <exclusions>
- <exclusion>
- <groupId>bouncycastle</groupId>
- <artifactId>bcprov-jdk14</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
Modified: cxf/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/pom.xml?rev=702602&r1=702601&r2=702602&view=diff
==============================================================================
--- cxf/trunk/distribution/pom.xml (original)
+++ cxf/trunk/distribution/pom.xml Tue Oct 7 12:42:50 2008
@@ -220,16 +220,6 @@
<groupId>${pom.groupId}</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
<version>${pom.version}</version>
- <exclusions>
- <exclusion>
- <groupId>bouncycastle</groupId>
- <artifactId>bcprov-jdk14</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
@@ -269,16 +259,6 @@
<groupId>${pom.groupId}</groupId>
<artifactId>cxf-bundle</artifactId>
<version>${pom.version}</version>
- <exclusions>
- <exclusion>
- <groupId>bouncycastle</groupId>
- <artifactId>bcprov-jdk14</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: cxf/trunk/distribution/src/main/release/lib/WHICH_JARS
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/lib/WHICH_JARS?rev=702602&r1=702601&r2=702602&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/lib/WHICH_JARS (original)
+++ cxf/trunk/distribution/src/main/release/lib/WHICH_JARS Tue Oct 7 12:42:50
2008
@@ -58,8 +58,9 @@
- stax-utils.jar
For WS-Security support:
-- bcprov-jdk14.jar
-- xalan.jar (version 2.7.1 preferred)
+- bcprov-jdk15.jar
+- xalan.jar
+- serializer.jar
- wss4j.jar
- xmlsec.jar
Modified: cxf/trunk/distribution/src/main/release/release_notes.txt
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/release_notes.txt?rev=702602&r1=702601&r2=702602&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/release_notes.txt (original)
+++ cxf/trunk/distribution/src/main/release/release_notes.txt Tue Oct 7
12:42:50 2008
@@ -42,25 +42,6 @@
For more details, see the Installation Guide.
-2.3 Bouncy Castle/JCE and Xalan requirement for WS-Security
-
-To use the WS-Security features of CXF, you need to obtain a JCE crypto
provider
-that implements the algorithms that you plan to use. One option is to download
-the Bouncy Castle jar from:
-http://bouncycastle.org/download/bcprov-jdk14-136.jar
-and add that to the lib directory or classpath.
-
-You also need to have xalan available as the xmlsec code has direct
-dependencies on xalan. However, all recent versions of xalan (2.5.0 - 2.7.1)
-have bugs in them that prevent the JAX-WS TCK from passing if it's on the
-classpath. Specifically, reading an EndpointReference via
-EndpointReference.readFrom(Source) may not result in an EndpointReference that
-is completely usable as namespace declarations may be lost.
-
-The latest version of the WSS4J library that is used to implement WS-Security
-requires the opensaml jar to be on the classpath. This is different than
previous
-versions that only required it if doing SAML assertions. When upgrading
-to CXF 2.1.2, you will need to add the opensaml jar to your application.
3. Building the Samples
Modified: cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=702602&r1=702601&r2=702602&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Tue Oct 7 12:42:50 2008
@@ -883,8 +883,8 @@
</dependency>
<dependency>
<groupId>bouncycastle</groupId>
- <artifactId>bcprov-jdk14</artifactId>
- <version>136</version>
+ <artifactId>bcprov-jdk15</artifactId>
+ <version>140</version>
</dependency>
<dependency>
Modified: cxf/trunk/rt/ws/security/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/pom.xml?rev=702602&r1=702601&r2=702602&view=diff
==============================================================================
--- cxf/trunk/rt/ws/security/pom.xml (original)
+++ cxf/trunk/rt/ws/security/pom.xml Tue Oct 7 12:42:50 2008
@@ -80,14 +80,14 @@
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
</exclusion>
- <exclusion>
- <groupId>bouncycastle</groupId>
- <artifactId>bcprov-jdk13</artifactId>
- </exclusion>
- <exclusion>
- <groupId>bouncycastle</groupId>
- <artifactId>bcprov-jdk14</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk13</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk14</artifactId>
+ </exclusion>
<exclusion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
@@ -98,24 +98,24 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
- <version>2.7.0</version>
+ <version>2.7.1</version>
<exclusions>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>bouncycastle</groupId>
- <artifactId>bcprov-jdk14</artifactId>
+ <artifactId>bcprov-jdk15</artifactId>
<scope>runtime</scope>
</dependency>