Author: dkulp
Date: Mon Jun 16 18:33:44 2008
New Revision: 668371
URL: http://svn.apache.org/viewvc?rev=668371&view=rev
Log:
Add some info about the opensaml stuff to the release_notes
Modified:
cxf/trunk/distribution/src/main/release/release_notes.txt
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=668371&r1=668370&r2=668371&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/release_notes.txt (original)
+++ cxf/trunk/distribution/src/main/release/release_notes.txt Mon Jun 16
18:33:44 2008
@@ -57,6 +57,10 @@
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.1, you will need to add the opensaml jar to your application.
3. Building the Samples