[java-shib-shared] branch main updated (756ed38d -> 007b1648)

Codeberg noreply at shibboleth.net
Thu Jul 9 10:48:34 UTC 2026


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

codeberg pushed a change to branch main
in repository java-shib-shared.

    from 756ed38d Add http/https capability to Jetty testing class.
     new 26cce6aa JSSH-71 Remove the impact of the DestructableComponent Interface
     new 9986dcb2 CheckStyle
     new 1243979f JSSH-71 Remove the impact of the DestructableComponent Interface
     new 5841de90 JSSH-71 Remove the impact of the DestructableComponent Interface
     new 90dcc733 JSSH-71, IDP-2440 Remove the impact of the DestructableComponent Interface
     new 48e71b29 JSSH-71 Remove the impact of the DestructableComponent Interface
     new 0a1471a7 JSSH-71 Remove the impact of the DestructableComponent Interface
     new b07f879c JSSH-71 Remove the impact of the DestructableComponent Interface
     new 007b1648 JSSH-71 Remove the impact of the DestructableComponent Interface

The 9 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:
 .../factory/FileCachingHttpClientFactoryBean.java  |   4 +
 .../security/impl/BasicKeystoreKeyStrategy.java    |  13 ++-
 .../shared/security/impl/ScriptedKeyStrategy.java  |  13 ++-
 .../shared/service/AbstractReloadableService.java  |   8 +-
 .../service/AbstractServiceableComponent.java      |  12 +-
 .../spring/service/ReloadableSpringService.java    |  16 +--
 .../spring/service/NonReloadableTestBean.java      |   6 -
 .../service/ReloadableSpringServiceTest.java       |  13 ++-
 .../shared/spring/service/ReloadableTestBean.java  |   7 --
 .../spring/service/TestServiceableComponent.java   |  19 ++-
 .../service/TestServiceableComponentChild.java}    |  18 +--
 .../shared/spring/service/ServiceableBean1.xml     |   5 +-
 .../factory/AbstractComponentAwareFactoryBean.java |   2 +
 .../annotation/{Prototype.java => OnTeardown.java} |  14 ++-
 .../AbstractIdentifiedInitializableComponent.java  |   8 +-
 .../component/AbstractInitializableComponent.java  |  31 ++++-
 .../shared/primitive/AnnotationsSupport.java       |  90 +++++++++++++++
 .../shared/xml/impl/BasicParserPool.java           |   7 --
 .../shared/primitive/AnnotationsSupportTest.java   | 102 +++++++++++++++++
 .../shared/primitive/StringSupportTest.java        |   1 -
 .../shared/resolver/ResolverSupportTest.java       |   1 +
 .../shared/xml/impl/BasicParserPoolTest.java       | 127 ---------------------
 22 files changed, 327 insertions(+), 190 deletions(-)
 copy shib-service/src/{main/java/net/shibboleth/shared/spring/service/package-info.java => test/java/net/shibboleth/shared/spring/service/TestServiceableComponentChild.java} (70%)
 copy shib-support/src/main/java/net/shibboleth/shared/annotation/{Prototype.java => OnTeardown.java} (70%)
 create mode 100644 shib-support/src/main/java/net/shibboleth/shared/primitive/AnnotationsSupport.java
 create mode 100644 shib-support/src/test/java/net/shibboleth/shared/primitive/AnnotationsSupportTest.java

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


More information about the commits mailing list