[java-shib-shared] 02/02: JSSH-71 Remove the impact of the DestructableComponent Interface
Codeberg
noreply at shibboleth.net
Thu May 21 12:49:12 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-shared.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/6c2748338184245c481d7b2faa19a677d3592f86
commit 6c2748338184245c481d7b2faa19a677d3592f86
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu May 21 13:42:31 2026 +0100
JSSH-71 Remove the impact of the DestructableComponent Interface
https://shibboleth.atlassian.net/browse/JSSH-71
Remove PaserPool's doDestroy method. This just worked to hurry up
the GC of some SoftReferences
---
.../main/java/net/shibboleth/shared/xml/impl/BasicParserPool.java | 7 -------
1 file changed, 7 deletions(-)
diff --git a/shib-support/src/main/java/net/shibboleth/shared/xml/impl/BasicParserPool.java b/shib-support/src/main/java/net/shibboleth/shared/xml/impl/BasicParserPool.java
index 32c9bd2a..9723c3ee 100644
--- a/shib-support/src/main/java/net/shibboleth/shared/xml/impl/BasicParserPool.java
+++ b/shib-support/src/main/java/net/shibboleth/shared/xml/impl/BasicParserPool.java
@@ -657,13 +657,6 @@ public class BasicParserPool extends AbstractInitializableComponent implements P
}
}
- /** {@inheritDoc} */
- @Override
- protected void doDestroy() {
- builderPool.clear();
- super.doDestroy();
- }
-
/**
* Build the default set of parser features to use.
*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list