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

Codeberg noreply at shibboleth.net
Mon Jul 27 12:30:08 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/6e89399f1c2be27aa11431bb183dcef6de0b2e5f

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

commit 6e89399f1c2be27aa11431bb183dcef6de0b2e5f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jul 27 13:28:42 2026 +0100

    JSSH-71 Remove the impact of the DestructableComponent Interface
    
    https://shibboleth.atlassian.net/browse/JSSH-71
    
    Remove more default-destroy-method from (non-testbed) test files
---
 .../main/resources/net/shibboleth/idp/installer/metadata-generator.xml | 3 +--
 .../src/test/resources/idphome-test/conf/admin/plugin-installer.xml    | 3 +--
 .../shibboleth/idp/profile/impl/ProfileActionBeanPostProcessorTest.xml | 3 +--
 .../net/shibboleth/idp/profile/spring/factory/idp1833-beans.xml        | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/idp-installer/src/main/resources/net/shibboleth/idp/installer/metadata-generator.xml b/idp-installer/src/main/resources/net/shibboleth/idp/installer/metadata-generator.xml
index 1ac927780..b5aed9647 100644
--- a/idp-installer/src/main/resources/net/shibboleth/idp/installer/metadata-generator.xml
+++ b/idp-installer/src/main/resources/net/shibboleth/idp/installer/metadata-generator.xml
@@ -6,8 +6,7 @@
     xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
                            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">
 
     <bean id="IdPConfiguration"
         class="net.shibboleth.idp.installer.impl.InstalledMetadataParameters"
diff --git a/idp-installer/src/test/resources/idphome-test/conf/admin/plugin-installer.xml b/idp-installer/src/test/resources/idphome-test/conf/admin/plugin-installer.xml
index ab93e1f31..54399e8e7 100644
--- a/idp-installer/src/test/resources/idphome-test/conf/admin/plugin-installer.xml
+++ b/idp-installer/src/test/resources/idphome-test/conf/admin/plugin-installer.xml
@@ -6,8 +6,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">
 
     <!--
     <bean id="MyHttpClient" parent="shibboleth.HttpClientFactory"/>
diff --git a/idp-profile-impl/src/test/resources/net/shibboleth/idp/profile/impl/ProfileActionBeanPostProcessorTest.xml b/idp-profile-impl/src/test/resources/net/shibboleth/idp/profile/impl/ProfileActionBeanPostProcessorTest.xml
index 48778b0d0..716a84aaa 100644
--- a/idp-profile-impl/src/test/resources/net/shibboleth/idp/profile/impl/ProfileActionBeanPostProcessorTest.xml
+++ b/idp-profile-impl/src/test/resources/net/shibboleth/idp/profile/impl/ProfileActionBeanPostProcessorTest.xml
@@ -4,8 +4,7 @@
     xmlns:p="http://www.springframework.org/schema/p"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"
-    default-init-method="initialize"
-    default-destroy-method="destroy">
+    default-init-method="initialize">
 
     <bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" destroy-method="" />
     <bean class="net.shibboleth.shared.spring.config.IdentifiableBeanPostProcessor" destroy-method="" />
diff --git a/idp-spring/src/test/resources/net/shibboleth/idp/profile/spring/factory/idp1833-beans.xml b/idp-spring/src/test/resources/net/shibboleth/idp/profile/spring/factory/idp1833-beans.xml
index d5486ad60..01eb3a1f4 100644
--- a/idp-spring/src/test/resources/net/shibboleth/idp/profile/spring/factory/idp1833-beans.xml
+++ b/idp-spring/src/test/resources/net/shibboleth/idp/profile/spring/factory/idp1833-beans.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">
 
    <!-- A resource relative to idp1833-flow-example.xml. To test IDP-1833 -->
         

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


More information about the commits mailing list