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

Codeberg noreply at shibboleth.net
Tue May 26 13:30:36 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-metadata.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-metadata/commit/6bb77ad402c42cef47f204136628fa8a4d388213

commit 6bb77ad402c42cef47f204136628fa8a4d388213
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun May 24 15:43:43 2026 +0100

    JSSH-71 Remove the impact of the DestructableComponent Interface
    
    https://shibboleth.atlassian.net/browse/JSSH-71
    
    Remove needless destroy from test
---
 .../java/net/shibboleth/spring/metadata/InlineMetadataParserTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/shib-metadata-spring/src/test/java/net/shibboleth/spring/metadata/InlineMetadataParserTest.java b/shib-metadata-spring/src/test/java/net/shibboleth/spring/metadata/InlineMetadataParserTest.java
index d400256f..49869f34 100644
--- a/shib-metadata-spring/src/test/java/net/shibboleth/spring/metadata/InlineMetadataParserTest.java
+++ b/shib-metadata-spring/src/test/java/net/shibboleth/spring/metadata/InlineMetadataParserTest.java
@@ -124,7 +124,6 @@ public class InlineMetadataParserTest extends AbstractMetadataParserTest {
             Assert.assertNotNull(resolver.resolveSingle(criteriaFor(IDP_ID)));
             Assert.assertNotNull(resolver.resolveSingle(criteriaFor(SP_ID)));
         }
-        ms.destroy();
     }
     
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list