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/04/15 14:52:09 UTC

[ws-wss4j] branch WSS-632 updated (32d493a -> 58ed321)

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

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


 discard 32d493a  Using 3.8 namespace in the schema
 discard e7a3860  Adding StAX OSGi import - thanks to Alexey Markevich for the suggestion.
    omit 43a9d8d  Adding more expiration unit tests + fixing the caching logic
    omit 094700f  WSS-632 - Support EhCache 3+
     add 70c768d  Fixing potential NPEs when searching for elements, if the Ids are null
     add df07479  Picking up some changes from Santuario
     add d570c98  [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0 (#3)
     add 94128e7  WSS-632 - Support EhCache 3+
     add b378db4  Adding more expiration unit tests + fixing the caching logic
     add f8e4ace  Adding StAX OSGi import - thanks to Alexey Markevich for the suggestion.
     add 58ed321  Using 3.8 namespace in the schema

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (32d493a)
            \
             N -- N -- N   refs/heads/WSS-632 (58ed321)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/wss4j/common/util/XMLUtils.java     |  4 +-
 ws-security-dom/pom.xml                            |  5 ++
 .../org/apache/wss4j/stax/ext/WSSSecurePart.java   | 67 ++++++++++++++++++++++
 .../processor/output/SAMLTokenOutputProcessor.java | 10 ++--
 .../output/WSSSignatureOutputProcessor.java        |  5 +-
 5 files changed, 84 insertions(+), 7 deletions(-)
 create mode 100644 ws-security-stax/src/main/java/org/apache/wss4j/stax/ext/WSSSecurePart.java