[java-shib-profile] 01/02: JSSH-71 Remove the impact of the DestructableComponent Interface

Codeberg noreply at shibboleth.net
Fri May 22 16:09:04 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch dev/JSSH-71
in repository java-shib-profile.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-profile/commit/d0b95a4cb328a1a9bd28a8941cd80dad24903007

commit d0b95a4cb328a1a9bd28a8941cd80dad24903007
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