[java-shib-shared] branch main updated: JSSH-71 - Remove the impact of the DestructableComponent Interface
Codeberg
noreply at shibboleth.net
Tue Jul 14 16:21:30 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/8daa11b8e66af4c05c5397835c95b3ed8c839a4b
The following commit(s) were added to refs/heads/main by this push:
new 8daa11b8 JSSH-71 - Remove the impact of the DestructableComponent Interface
8daa11b8 is described below
commit 8daa11b8e66af4c05c5397835c95b3ed8c839a4b
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Jul 14 12:21:19 2026 -0400
JSSH-71 - Remove the impact of the DestructableComponent Interface
https://shibboleth.atlassian.net/browse/JSSH-71
Add more deprecations to various related logic.
Adjust deprecations to reflect library version.
---
.../shibboleth/shared/component/AbstractInitializableComponent.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 3332a69a..f946b715 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
@@ -78,7 +78,7 @@ public abstract class AbstractInitializableComponent implements DestructableComp
*
* @deprecated
*/
- @Deprecated(forRemoval = true, since = "5.3")
+ @Deprecated(forRemoval = true, since = "9.3")
protected void ifDestroyedThrowDestroyedComponentException() {
if (isDestroyed()) {
if (this instanceof IdentifiedComponent) {
@@ -135,7 +135,7 @@ public abstract class AbstractInitializableComponent implements DestructableComp
*
* @deprecated
*/
- @Deprecated(forRemoval = true, since = "5.3")
+ @Deprecated(forRemoval = true, since = "9.3")
protected void doDestroy() {
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list