[java-shib-shared] branch maint-9.1 updated (d6652320 -> 46fcbd90)

Scott Cantor cantor.2 at osu.edu
Thu Jul 25 17:05:23 UTC 2024


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

scantor pushed a change to branch maint-9.1
in repository java-shib-shared.

    from d6652320 Update to unlock parent version
     new dee7c149 Log type of unidentifiable component.
     new ec68d057 Code cleanup.
     new 7d77f6f7 JSSH-47 SpringServiceableComponent fails on ID-less component
     new 3b448e33 JSSH-47 SpringServiceableComponent fails on ID-less component
     new 28b9333b Fix warnings.
     new 7ae11b9e Add a mock resolver base class for tests.
     new 5f43c1a9 Fix null message in log.
     new 46fcbd90 JSSH-52 - Chaining filter does not auto-wire filters in order

The 8 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:
 .../shared/spring/servlet/impl/ChainingFilter.java |  4 +-
 .../net/shibboleth/shared/security/DataSealer.java |  2 +-
 .../service/impl/SpringServiceableComponent.java   | 20 ++++--
 .../impl/SpringServicableComponentTest.java        | 79 ++++++++++++++++++++
 .../AbstractIdentifiedInitializableComponent.java  |  4 +-
 .../shared/testing/MockApplicationContext.java     | 84 +++++++++++-----------
 .../shared/testing/MockExceptionCriterion.java     | 31 ++++----
 .../shibboleth/shared/testing/MockResolver.java    | 55 ++++++++++++++
 8 files changed, 208 insertions(+), 71 deletions(-)
 create mode 100644 shib-service/src/test/java/net/shibboleth/shared/spring/service/impl/SpringServicableComponentTest.java
 copy shib-support/src/main/java/net/shibboleth/shared/resolver/ClassCriterion.java => shib-testing/src/main/java/net/shibboleth/shared/testing/MockExceptionCriterion.java (52%)
 create mode 100644 shib-testing/src/main/java/net/shibboleth/shared/testing/MockResolver.java

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


More information about the commits mailing list