[java-opensaml] 02/03: JSSH-71 Remove the impact of the DestructableComponent Interface

Codeberg noreply at shibboleth.net
Tue Jul 21 13:02:48 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-opensaml.

View the commit online:
https://codeberg.org/Shibboleth/java-opensaml/commit/f8ac3c2380b7f60a47de2ed2c0b7372e5bcd54b7

commit f8ac3c2380b7f60a47de2ed2c0b7372e5bcd54b7
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jul 21 13:57:54 2026 +0100

    JSSH-71 Remove the impact of the DestructableComponent Interface
    
    https://shibboleth.atlassian.net/browse/JSSH-71
    
    Remove needless destroy() from a test
---
 .../storage/impl/memcached/MemcachedStorageServiceTest.java         | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/memcached/MemcachedStorageServiceTest.java b/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/memcached/MemcachedStorageServiceTest.java
index d1a676d47..798514f65 100644
--- a/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/memcached/MemcachedStorageServiceTest.java
+++ b/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/memcached/MemcachedStorageServiceTest.java
@@ -215,12 +215,6 @@ public class MemcachedStorageServiceTest {
         }
     }
 
-    @AfterClass
-    public void tearDown() {
-        service.destroy();
-        keyTrackingService.destroy();
-    }
-
     private Set<String> createContextKeys(final String context, final IdGenerator generator, final int count)
             throws IOException {
         final String valueBase = "Context value ";

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


More information about the commits mailing list