You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2014/07/14 18:15:06 UTC

git commit: Updating release notes with GCM issue

Repository: cxf
Updated Branches:
  refs/heads/master 149bfbdc9 -> ebd537875


Updating release notes with GCM issue


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/ebd53787
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ebd53787
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ebd53787

Branch: refs/heads/master
Commit: ebd537875cc6a785421cecacfb187d0b8f4d0988
Parents: 149bfbd
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Jul 14 17:14:54 2014 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Jul 14 17:14:54 2014 +0100

----------------------------------------------------------------------
 distribution/src/main/release/release_notes.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/ebd53787/distribution/src/main/release/release_notes.txt
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/release_notes.txt b/distribution/src/main/release/release_notes.txt
index efe20d7..0a3c372 100644
--- a/distribution/src/main/release/release_notes.txt
+++ b/distribution/src/main/release/release_notes.txt
@@ -35,7 +35,7 @@ with the specified versions, are installed on your system:
     * Apache Maven 3.x to build the samples
 
 
-3.  Integrating CXF Into You Application
+3.  Integrating CXF Into Your Application
 
 If you use Maven to build your application, you need merely add
 appropriate dependencies. See the pom.xml files in the samples.
@@ -163,7 +163,13 @@ for caveats when upgrading from CXF 2.7.x to 3.0.0
     * [CXF-5819] - Introduce HBaseQueryVisitor
 
 
+8. Known issues
 
+If you are using AES encryption with GCM for symmetric encryption in
+XML/WS-Security, there is a problem if you are using BouncyCastle < 1.49 or
+1.50. To circumvent this either of the following steps can be taken:
 
+a) Upgrade to BouncyCastle 1.49 (or 1.51 when it gets released) OR
+b) Set the system property "org.apache.xml.security.cipher.gcm.useIvParameterSpec" to "true".