[java-opensaml] branch main updated (2e5e7458c -> 95f2b11f2)
Brent Putman
putmanb at georgetown.edu
Fri Aug 11 00:52:47 UTC 2023
This is an automated email from the git hooks/post-receive script.
putmanb pushed a change to branch main
in repository java-opensaml.
from 2e5e7458c OSJ-293: Consider strict mode to reject unexpected content
new 3efd0b71e OSJ-307: Support Santuario's XMLParser interface
new 95f2b11f2 Checkstyle.
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:
.../opensaml/storage/AbstractMapBackedStorageService.java | 4 ++--
.../storage/impl/client/JSONClientStorageServiceStore.java | 4 ++--
.../storage/impl/client/XMLClientStorageServiceStore.java | 4 ++--
.../main/java/org/opensaml/xmlsec/DecryptionParameters.java | 2 +-
.../xmlsec/algorithm/descriptors/DigestSHA3_224.java | 2 +-
.../xmlsec/algorithm/descriptors/DigestSHA3_256.java | 2 +-
.../xmlsec/algorithm/descriptors/DigestSHA3_384.java | 2 +-
.../xmlsec/algorithm/descriptors/DigestSHA3_512.java | 2 +-
.../xmlsec/criterion/DecryptionRecipientsCriterion.java | 4 ++--
.../encryption/support/AbstractEncryptedKeyResolver.java | 4 ++--
.../encryption/support/InlineEncryptedKeyResolver.java | 12 +++---------
.../xmlsec/config/impl/ApacheXMLSecurityInitializer.java | 5 ++---
.../opensaml/xmlsec/impl/BasicDecryptionConfiguration.java | 2 +-
.../support => }/impl/provider/ApacheSantuarioXMLParser.java | 2 +-
.../org/opensaml/xmlsec/impl/provider}/package-info.java | 4 ++--
.../impl/provider/ApacheSantuarioXMLParserTest.java | 2 +-
16 files changed, 25 insertions(+), 32 deletions(-)
rename opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/{signature/support => }/impl/provider/ApacheSantuarioXMLParser.java (98%)
copy {opensaml-core-api/src/main/java/org/opensaml/core => opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/impl/provider}/package-info.java (85%)
rename opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/{signature/support => }/impl/provider/ApacheSantuarioXMLParserTest.java (97%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list