You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2020/06/10 10:29:58 UTC

[ws-wss4j] branch master updated: Updating release notes for 2.3.0

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 18dffa3  Updating release notes for 2.3.0
18dffa3 is described below

commit 18dffa3013f672418da4554010b5a8410a1ee1ee
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jun 10 11:29:43 2020 +0100

    Updating release notes for 2.3.0
---
 ChangeLog.txt | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/ChangeLog.txt b/ChangeLog.txt
index bc37058..5c2342f 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -5,6 +5,47 @@ for a given release.
 Portions of this report were generated using the ReleaseNotes facility
 in Jira.
 
+Release 2.3.0
+==============
+
+Bug
+
+    [WSS-634] - Nodes are not imported correctly when creating headers
+    [WSS-643] - NullPointerException in getCacheManager
+    [WSS-644] - Error when a SOAP-Fault is thrown with MTOM enabled
+    [WSS-648] - Performance problem with very big request
+    [WSS-651] - Incorrect signature if document has WSU_NS declared on SOAP Header or Envelope
+    [WSS-652] - MTOM Content-Id handling doesn't comply with RFC2392: .NET issues
+    [WSS-659] - SecurityContextToken validator set by wrong QName
+    [WSS-663] - Missing ECC key support
+    [WSS-670] - Expected signature algorithm is overwriten with default in case of DSA and EC Keys
+
+Improvement
+
+    [WSS-640] - Streaming Sender-Vouches validation does not work with SOAP 1.2
+    [WSS-641] - Add the ability to configure a different separator for certificate constraints
+    [WSS-650] - Exclude guava 19.0 dependency
+    [WSS-656] - Add the ability to specify a security Provider to use with Signature
+    [WSS-657] - Update OpenSAML Dependency to 3.4.x
+    [WSS-658] - Enable signature confirmation for signed SAML tokens
+    [WSS-661] - Change BouncyCastle provider registering
+    [WSS-662] - [OSGi] Support for SAAJ-RI 1.4.0
+    [WSS-666] - Support processing SignatureValue bytes stored in attachments
+    [WSS-667] - Support JDK14
+    [WSS-668] - Rename WSSConstants ENCRYPT actions
+    [WSS-669] - Rename ConfigurationConstants ENCRYPT actions
+    [WSS-673] - Using default Java Security and Merlin is very slow for PKCS12
+
+Task
+
+    [WSS-632] - Support EhCache 3+
+    [WSS-633] - Upgrade ErrorProne to support Java 11
+    [WSS-637] - Refactor ReplayCache interface to use an expiry Instant instead of a long TTL value
+    [WSS-649] - Remove Doctypes from the streaming schemas
+    [WSS-672] - Make sure to process all elements of the SAML Signature KeyInfo
+
+
+
 Release 2.2.5
 ==============