[java-opensaml] branch main updated (45a9f117f -> 6540aaddf)
Codeberg
noreply at shibboleth.net
Mon Dec 15 07:08:46 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a change to branch main
in repository java-opensaml.
from 45a9f117f Lower log level for case that is not really an error or warn.
new 90c9c0d09 OSJ-435: Create a new Initializer for PEM parsing.
new 6540aaddf OSJ-428: SAML MessageDecoders should enforce that message parameters...
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:
.../saml/common/binding/SAMLBindingSupport.java | 59 +++++++++++++
.../binding/decoding/impl/HTTPPostDecoder.java | 1 +
.../binding/decoding/impl/HTTPPostDecoder.java | 16 +++-
.../decoding/impl/HTTPRedirectDeflateDecoder.java | 1 +
.../impl/SAMLBindingSupportXMLObjectTests.java | 96 ++++++++++++++++++++++
.../binding/decoding/impl/HTTPPostDecoderTest.java | 19 +++++
.../binding/decoding/impl/HTTPPostDecoderTest.java | 30 +++++++
.../impl/HTTPPostSimpleSignDecoderTest.java | 29 +++++++
.../impl/HTTPRedirectDeflateDecoderTest.java | 28 ++++++-
.../security/config/BouncyCastleInitializer.java | 25 +++---
.../services/org.opensaml.core.config.Initializer | 1 +
11 files changed, 286 insertions(+), 19 deletions(-)
create mode 100644 opensaml-saml-impl/src/test/java/org/opensaml/saml/common/binding/impl/SAMLBindingSupportXMLObjectTests.java
copy opensaml-core-impl/src/main/java/org/opensaml/core/metrics/impl/MetricRegistryInitializer.java => opensaml-security-api/src/main/java/org/opensaml/security/config/BouncyCastleInitializer.java (52%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list