[java-idp-testbed] branch main updated: JSSH-71 Remove the impact of the DestructableComponent Interface

Codeberg noreply at shibboleth.net
Mon Aug 17 15:25:00 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-idp-testbed/commit/eb9790b3edb60de807736ae3db503f15c6c32c33

The following commit(s) were added to refs/heads/main by this push:
     new eb9790b  JSSH-71 Remove the impact of the DestructableComponent Interface
eb9790b is described below

commit eb9790b3edb60de807736ae3db503f15c6c32c33
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Aug 17 16:23:14 2026 +0100

    JSSH-71 Remove the impact of the DestructableComponent Interface
    
    https://shibboleth.atlassian.net/browse/JSSH-71
    
    Remove some spurious destroy attributes from the testbed configurations
---
 src/main/resources/system/conf/testbed-ldap.xml     | 7 +++----
 src/main/resources/system/conf/testbed-opensaml.xml | 3 +--
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/system/conf/testbed-ldap.xml b/src/main/resources/system/conf/testbed-ldap.xml
index d764885..5afde8d 100644
--- a/src/main/resources/system/conf/testbed-ldap.xml
+++ b/src/main/resources/system/conf/testbed-ldap.xml
@@ -8,15 +8,14 @@
                            http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
                            http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
 
-       default-init-method="initialize"
-       default-destroy-method="destroy">
+       default-init-method="initialize">
 
     <context:property-placeholder />
 
     <!-- Specific testbed-related beans -->
 
 	<!-- See idp-conf/src/test/resources for the ldif and keystore files -->
-	<bean id="testbed.DirectoryService" class="net.shibboleth.shared.testing.InMemoryDirectory" init-method="start" destroy-method="stop">
+	<bean id="testbed.DirectoryService" class="net.shibboleth.shared.testing.InMemoryDirectory" init-method="start" >
 		<constructor-arg name="baseDNs" value="#{{'dc=example,dc=org', 'ou=system'}}" />
 		<constructor-arg name="ldif" value="classpath:/test/test-ldap.ldif" />
 		<constructor-arg name="port" value="${test.ldap.port:10389}" />
@@ -28,4 +27,4 @@
 		<constructor-arg value="/test/test-ldap.keystore" />
 	</bean>
 
-</beans>
\ No newline at end of file
+</beans>
diff --git a/src/main/resources/system/conf/testbed-opensaml.xml b/src/main/resources/system/conf/testbed-opensaml.xml
index 8d140dd..59e4edf 100644
--- a/src/main/resources/system/conf/testbed-opensaml.xml
+++ b/src/main/resources/system/conf/testbed-opensaml.xml
@@ -9,8 +9,7 @@
                            http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
                            http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
 
-       default-init-method="initialize"
-       default-destroy-method="destroy">
+       default-init-method="initialize">
 
     <context:property-placeholder />
 

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


More information about the commits mailing list