This is an automated email from the ASF dual-hosted git repository. coheigea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
from 21a82b005 Updating JAXB Runtime to 4.0.5 new b1bb16217 WSS-714 RecipientKeyInfo improved (#418) new ff1a5b9fc Checkstyle fix The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/wss4j/common/WSS4JConstants.java | 1 + .../token/{DOMX509Data.java => DOMX509SKI.java} | 58 ++-- .../wss4j/dom/processor/EncryptedKeyProcessor.java | 119 +++++--- .../wss4j/dom/processor/RecipientKeyInfoTest.java | 327 +++++++++++++++++++++ 4 files changed, 419 insertions(+), 86 deletions(-) copy ws-security-common/src/main/java/org/apache/wss4j/common/token/{DOMX509Data.java => DOMX509SKI.java} (53%) create mode 100644 ws-security-dom/src/test/java/org/apache/wss4j/dom/processor/RecipientKeyInfoTest.java