Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 610651189D for ; Mon, 14 Jul 2014 16:15:43 +0000 (UTC) Received: (qmail 32773 invoked by uid 500); 14 Jul 2014 16:15:43 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 32571 invoked by uid 500); 14 Jul 2014 16:15:43 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 32555 invoked by uid 99); 14 Jul 2014 16:15:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2014 16:15:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D5E6193105C; Mon, 14 Jul 2014 16:15:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@cxf.apache.org Date: Mon, 14 Jul 2014 16:15:43 -0000 Message-Id: In-Reply-To: <1f966b0e840f4ab18ce78dc3054f48fa@git.apache.org> References: <1f966b0e840f4ab18ce78dc3054f48fa@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: Updating release notes with GCM issue 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/2ce38563 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/2ce38563 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/2ce38563 Branch: refs/heads/2.7.x-fixes Commit: 2ce38563c3ad6ac7a927c9e4e1315a4a774f8ab2 Parents: f02aee0 Author: Colm O hEigeartaigh Authored: Mon Jul 14 17:14:54 2014 +0100 Committer: Colm O hEigeartaigh Committed: Mon Jul 14 17:15:24 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/2ce38563/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 02297b0..d2ede73 100644 --- a/distribution/src/main/release/release_notes.txt +++ b/distribution/src/main/release/release_notes.txt @@ -41,7 +41,7 @@ with the specified versions, are installed on your system: * Apache Maven 2.2.1 or 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. @@ -142,7 +142,13 @@ for caveats when upgrading from CXF 2.6.x to 2.7.x. ** Task * [CXF-5565] - update to opensaml 2.6.1 +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".