[java-shib-shared] branch dev/JSSH-71 updated (cee048c9 -> 2ab9588a)
Codeberg
noreply at shibboleth.net
Sun May 24 14:25:05 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a change to branch dev/JSSH-71
in repository java-shib-shared.
from cee048c9 JSSH-71 Remove the impact of the DestructableComponent Interface
new 2a1abf40 JSSH-71 Remove the impact of the DestructableComponent Interface
new aedc2d7a JSSH-71, JSPT-98 Integrate lifecycle checking methods in base classes
new 2ab9588a JSSH-71 Remove the impact of the DestructableComponent Interface
The 3 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:
shib-networking-spring/pom.xml | 5 +
.../factory/FileCachingHttpClientFactoryBean.java | 15 +-
.../service/AbstractServiceableComponent.java | 10 +-
.../service/ReloadableSpringServiceTest.java | 9 +-
shib-spring/pom.xml | 5 +
.../factory/AbstractComponentAwareFactoryBean.java | 13 --
.../shared/spring/factory/AbstractFactoryBean.java | 11 +-
shib-support/pom.xml | 5 +
.../shared/component/ComponentSupport.java | 133 -----------------
.../shared/primitive/AnnotationsSupport.java | 59 ++++++++
.../shared/component/ComponentSupportTest.java | 162 ---------------------
11 files changed, 105 insertions(+), 322 deletions(-)
delete mode 100644 shib-support/src/main/java/net/shibboleth/shared/component/ComponentSupport.java
create mode 100644 shib-support/src/main/java/net/shibboleth/shared/primitive/AnnotationsSupport.java
delete mode 100644 shib-support/src/test/java/net/shibboleth/shared/component/ComponentSupportTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list