[java-opensaml] branch dev/JPAR-186 updated (dc949fcd7 -> 5b5464917)

Ian Young ian at iay.org.uk
Tue Mar 22 12:16:40 UTC 2022


This is an automated email from the git hooks/post-receive script.

iay pushed a change to branch dev/JPAR-186
in repository java-opensaml.

 discard dc949fcd7 OSJ-345 - Fix for issue with Hibernate 6.0.0.Beta3
 discard 57370200c New major version adopting Java 17, Jakarta EE 9
     add d6033ee40 Move MDQ tests over to proxied test.shibboleth.net URL.
     add 895e683e1 Bump java-support and spring-extensions.
     add 428b8dbc2 Move OIDC revocation cache into main storage module.
     add 3198460ce Add M2 checking to bom build
     add 57527c772 Correct location for parent project pom
     add 2e75ae607 Correct (correct) location for parent project pom
     add 966556fdd OSJ-350 - Reference to vulnerable version of org.postgresql:postgresql
     add d25fa0195 OSJ-347: Eliminate use of self-hosted MDQ server for unit tests
     add 23d7cb7f1 OSJ-334: Mitigation for bad logger implementation
     add 5efb8cbd5 OSJ-346: Assertion validator is not checking IssueInstant
     add 325022e4b Refactor for Checkstyle return count.
     add bc0d51a18 Add missing Javadoc for new param.
     add 0faa65531 Remove erroneous import.
     add 990a79516 OSJ-348: SAML Assertion signature validation should evaluate ...
     add 8993b6ba0 Update java-support.
     add b4993b342 OSJ-335: X.509 certificate access should include support for ...
     add 4a704814f GEN-311 Stop populating/maintaining the third party repo.
     new b0e862989 New major version adopting Java 17, Jakarta EE 9
     new 5b5464917 OSJ-345 - Fix for issue with Hibernate 6.0.0.Beta3

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   (dc949fcd7)
            \
             N -- N -- N   refs/heads/dev/JPAR-186 (5b5464917)

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.

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-bom/.check-m2                             |   1 +
 opensaml-bom/src/main/enforcer/shibbolethKeys.gpg  | Bin 0 -> 55209 bytes
 .../opensaml/core/config/ConfigurationService.java |  26 +--
 .../core/config/InitializationService.java         |  20 +-
 .../opensaml/core/xml/util/XMLObjectSupport.java   |  55 +++--
 .../src/main/enforcer/shibbolethKeys.gpg           | Bin 0 -> 55209 bytes
 .../opensaml/saml/common/SAMLObjectSupport.java    |  17 +-
 .../metadata/support/SAML2MetadataSupport.java     |  24 +--
 .../saml/saml1/profile/SAML1ActionSupport.java     |  20 +-
 .../saml/saml1/profile/SAML1ObjectSupport.java     |  12 +-
 .../saml2/assertion/SAML20AssertionValidator.java  | 150 ++++++++++++--
 .../SAML2AssertionValidationParameters.java        |   5 +
 .../saml/saml2/profile/SAML2ActionSupport.java     |  24 +--
 .../DefaultAssertionValidationContextBuilder.java  |  54 +++++
 ...ultSAML20AssertionValidationContextBuilder.java |  11 +
 .../AbstractDynamicHTTPMetadataResolverTest.java   |   7 +-
 ...ctionDrivenDynamicHTTPMetadataResolverTest.java |  10 +-
 .../tests/SAML20AssertionValidatorTest.java        | 123 +++++++++++
 .../org/opensaml/security/crypto/KeySupport.java   |  25 +--
 .../org/opensaml/security/crypto/SigningUtil.java  |  43 ++--
 .../ServletRequestX509CredentialAdapter.java       |  17 +-
 .../org/opensaml/security/x509/X509Support.java    |  29 +--
 .../impl/EvaluableCredentialCriteriaRegistry.java  |  42 ++--
 .../java/org/opensaml/storage/RevocationCache.java | 224 +++++++++++++++++++++
 opensaml-storage-impl/pom.xml                      |   3 +
 .../opensaml/storage/impl/RevocationCacheTest.java | 165 +++++++++++++++
 .../xmlsec/algorithm/AlgorithmSupport.java         |  17 +-
 .../opensaml/xmlsec/keyinfo/KeyInfoSupport.java    |  43 ++--
 .../xmlsec/signature/support/SignatureSupport.java |  24 +--
 .../signature/support/SignatureValidator.java      |  14 +-
 .../opensaml/xmlsec/signature/support/Signer.java  |  16 +-
 31 files changed, 896 insertions(+), 325 deletions(-)
 create mode 100644 opensaml-bom/.check-m2
 create mode 100644 opensaml-bom/src/main/enforcer/shibbolethKeys.gpg
 create mode 100644 opensaml-parent/src/main/enforcer/shibbolethKeys.gpg
 create mode 100644 opensaml-storage-api/src/main/java/org/opensaml/storage/RevocationCache.java
 create mode 100644 opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/RevocationCacheTest.java

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list