[java-shib-shared] 03/05: JSSH-71 Remove the impact of the DestructableComponent Interface
Codeberg
noreply at shibboleth.net
Mon Jul 20 12:31:38 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/be88ee174ce799ac137b776bd77caf62a3665ac8
commit be88ee174ce799ac137b776bd77caf62a3665ac8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jul 19 16:14:56 2026 +0100
JSSH-71 Remove the impact of the DestructableComponent Interface
https://shibboleth.atlassian.net/browse/JSSH-71
Deprecate a couple more methods down in AbstractInitializableComponent
---
.../net/shibboleth/shared/component/AbstractInitializableComponent.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/shib-support/src/main/java/net/shibboleth/shared/component/AbstractInitializableComponent.java b/shib-support/src/main/java/net/shibboleth/shared/component/AbstractInitializableComponent.java
index ba6b97b3..5513d57d 100644
--- a/shib-support/src/main/java/net/shibboleth/shared/component/AbstractInitializableComponent.java
+++ b/shib-support/src/main/java/net/shibboleth/shared/component/AbstractInitializableComponent.java
@@ -38,6 +38,7 @@ public abstract class AbstractInitializableComponent implements DestructableComp
/** {@inheritDoc} */
@Override
+ @Deprecated(forRemoval = true, since = "9.3")
public final synchronized boolean isDestroyed() {
return isDestroyed;
}
@@ -50,6 +51,7 @@ public abstract class AbstractInitializableComponent implements DestructableComp
/** {@inheritDoc} */
@Override
+ @Deprecated(forRemoval = true, since = "9.3")
public final synchronized void destroy() {
if (isDestroyed()) {
return;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list