[java-shib-shared] branch dev/JSSH-71 updated (357a4a2b -> 7fbfff22)
Codeberg
noreply at shibboleth.net
Mon Jul 6 15:51:58 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.
discard 357a4a2b JSSH-71 Remove the impact of the DestructableComponent Interface
discard 8fc9103b JSSH-71 Remove the impact of the DestructableComponent Interface
discard 1bf40e15 JSSH-71 Remove the impact of the DestructableComponent Interface
discard 434e6288 JSSH-71, JSPT-98 Integrate lifecycle checking methods in base classes
discard 7dface71 JSSH-71 Remove the impact of the DestructableComponent Interface
discard 91d3eedf JSSH-71 Remove the impact of the DestructableComponent Interface
discard ecc28a29 JSSH-71 Remove the impact of the DestructableComponent Interface
discard bf22a23e JSSH-71 Remove the impact of the DestructableComponent Interface
add c846ffe6 Update files to be tagged for release
add 2f3f433d Bump version after release
new 26cda2c7 JSSH-71 Remove the impact of the DestructableComponent Interface
new 60980a64 CheckStyle
new b22deaaf JSSH-71 Remove the impact of the DestructableComponent Interface
new 8ef53a41 JSSH-71 Remove the impact of the DestructableComponent Interface
new f596cecd JSSH-71, IDP-2440 Remove the impact of the DestructableComponent Interface
new c2c504a0 JSSH-71 Remove the impact of the DestructableComponent Interface
new 7fbfff22 JSSH-71 Remove the impact of the DestructableComponent Interface
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 (357a4a2b)
\
N -- N -- N refs/heads/dev/JSSH-71 (7fbfff22)
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 7 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:
pom.xml | 4 +-
shib-cli/pom.xml | 2 +-
shib-networking-spring/pom.xml | 7 +-
.../factory/FileCachingHttpClientFactoryBean.java | 17 ++-
shib-networking/pom.xml | 7 +-
.../httpclient/FileCachingHttpClientBuilder.java | 48 +++---
shib-security-spring/pom.xml | 2 +-
shib-security/pom.xml | 7 +-
.../security/impl/BasicKeystoreKeyStrategy.java | 8 +-
.../shared/security/impl/ScriptedKeyStrategy.java | 9 +-
shib-service/pom.xml | 7 +-
.../shared/service/AbstractReloadableService.java | 7 +-
.../service/AbstractServiceableComponent.java | 26 ++--
.../spring/service/ReloadableSpringService.java | 22 +--
.../spring/service/NonReloadableTestBean.java | 4 -
.../service/ReloadableSpringServiceTest.java | 34 +++--
.../shared/spring/service/ReloadableTestBean.java | 6 -
.../spring/service/TestServiceableComponent.java | 11 +-
shib-shared-bom/pom.xml | 2 +-
shib-spring/pom.xml | 7 +-
.../factory/AbstractComponentAwareFactoryBean.java | 18 ++-
.../shared/spring/factory/AbstractFactoryBean.java | 9 +-
.../spring/util/ApplicationContextBuilder.java | 30 +---
shib-support/pom.xml | 6 +-
.../annotation/{Prototype.java => OnTeardown.java} | 14 +-
.../AbstractIdentifiedInitializableComponent.java | 9 ++
.../component/AbstractInitializableComponent.java | 40 +++++
.../shared/component/ComponentSupport.java | 133 ++++++++++++++++
.../shared/component/GCSensitiveTask.java | 139 -----------------
.../shared/primitive/AnnotationsSupport.java | 30 ++--
.../shared/component/ComponentSupportTest.java | 162 ++++++++++++++++++++
.../shared/component/GCSensitiveTaskTest.java | 168 ---------------------
.../shared/primitive/AnnotationsSupportTest.java | 37 ++++-
.../shared/primitive/StringSupportTest.java | 1 -
.../shared/resolver/ResolverSupportTest.java | 1 +
.../shared/xml/impl/BasicParserPoolTest.java | 2 +
shib-testing/pom.xml | 2 +-
shib-velocity-spring/pom.xml | 2 +-
shib-velocity/pom.xml | 2 +-
39 files changed, 530 insertions(+), 512 deletions(-)
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/component/ComponentSupport.java
delete mode 100644 shib-support/src/main/java/net/shibboleth/shared/component/GCSensitiveTask.java
create mode 100644 shib-support/src/test/java/net/shibboleth/shared/component/ComponentSupportTest.java
delete mode 100644 shib-support/src/test/java/net/shibboleth/shared/component/GCSensitiveTaskTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list