[java-idp-testbed] branch main updated: IDP-2479 - Explicitly close the directory server

Codeberg noreply at shibboleth.net
Sun Sep 20 23:29:44 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/e5a073a3c673d7b63fd1019a09f4b18b76899cfa

The following commit(s) were added to refs/heads/main by this push:
     new e5a073a  IDP-2479 - Explicitly close the directory server
e5a073a is described below

commit e5a073a3c673d7b63fd1019a09f4b18b76899cfa
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sun Sep 20 18:28:47 2026 -0500

    IDP-2479 - Explicitly close the directory server
    
    Attempt to fix Tomcat tests
    
    https://shibboleth.atlassian.net/browse/IDP-2479
---
 src/main/resources/system/conf/testbed-ldap.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/system/conf/testbed-ldap.xml b/src/main/resources/system/conf/testbed-ldap.xml
index 4967899..ca80d64 100644
--- a/src/main/resources/system/conf/testbed-ldap.xml
+++ b/src/main/resources/system/conf/testbed-ldap.xml
@@ -15,7 +15,7 @@
     <!-- Specific testbed-related beans -->
 
 	<!-- See idp-conf-impl/src/test/resources for the ldif and keystore files -->
-	<bean id="testbed.DirectoryService" class="net.shibboleth.shared.testing.InMemoryDirectory" init-method="start" >
+	<bean id="testbed.DirectoryService" class="net.shibboleth.shared.testing.InMemoryDirectory" init-method="start" destroy-method="stop" >
 		<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}" />

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


More information about the commits mailing list