[java-shib-profile] branch main updated: JSSH-71 Remove the impact of the DestructableComponent Interface
Codeberg
noreply at shibboleth.net
Thu Jul 9 12:45:01 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-profile.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-profile/commit/6adf1c736ba79001e05c884dd36b924b08031d19
The following commit(s) were added to refs/heads/main by this push:
new 6adf1c7 JSSH-71 Remove the impact of the DestructableComponent Interface
6adf1c7 is described below
commit 6adf1c736ba79001e05c884dd36b924b08031d19
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri May 22 16:59:25 2026 +0100
JSSH-71 Remove the impact of the DestructableComponent Interface
https://shibboleth.atlassian.net/browse/JSSH-71
Remove doDestroy methods where it worked to hurry up GC
---
.../impl/BaseCriteriaRelyingPartyConfiigurationResolver.java | 6 ------
1 file changed, 6 deletions(-)
diff --git a/shib-profile-impl/src/main/java/net/shibboleth/profile/relyingparty/impl/BaseCriteriaRelyingPartyConfiigurationResolver.java b/shib-profile-impl/src/main/java/net/shibboleth/profile/relyingparty/impl/BaseCriteriaRelyingPartyConfiigurationResolver.java
index 5533814..dfce679 100644
--- a/shib-profile-impl/src/main/java/net/shibboleth/profile/relyingparty/impl/BaseCriteriaRelyingPartyConfiigurationResolver.java
+++ b/shib-profile-impl/src/main/java/net/shibboleth/profile/relyingparty/impl/BaseCriteriaRelyingPartyConfiigurationResolver.java
@@ -90,12 +90,6 @@ public abstract class BaseCriteriaRelyingPartyConfiigurationResolver<ReturnType>
}
}
- /** {@inheritDoc} */
- protected void doDestroy() {
- rpcResolver = null;
- super.doDestroy();
- }
-
/**
* Resolve the {@link RelyingPartyConfiguration} based on the input {@link CriteriaSet}.
*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list