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

Codeberg noreply at shibboleth.net
Thu Jul 23 18:27:16 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-shib-profile/commit/f100aa2bb327af394ca8f4d5a3e31dffc5741431

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

commit f100aa2bb327af394ca8f4d5a3e31dffc5741431
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 23 19:27:44 2026 +0100

    JSSH-71 Remove the impact of the DestructableComponent Interface
    
    https://shibboleth.atlassian.net/browse/JSSH-71
    
    Remove non-required "default-destroy-method" from all test files.
---
 .../saml/profile/context/logic/attribute-registry-service.xml        | 5 ++---
 .../net/shibboleth/saml/profile/context/logic/attribute-registry.xml | 4 +---
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/shib-saml-profile-api/src/test/resources/net/shibboleth/saml/profile/context/logic/attribute-registry-service.xml b/shib-saml-profile-api/src/test/resources/net/shibboleth/saml/profile/context/logic/attribute-registry-service.xml
index 6046385..a10d1a1 100644
--- a/shib-saml-profile-api/src/test/resources/net/shibboleth/saml/profile/context/logic/attribute-registry-service.xml
+++ b/shib-saml-profile-api/src/test/resources/net/shibboleth/saml/profile/context/logic/attribute-registry-service.xml
@@ -8,8 +8,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">
 
     <!-- Needed to allow for auto-wiring of descriptors and other componnents. -->
     <context:annotation-config />
@@ -38,4 +37,4 @@
         </property>
     </bean>
 
-</beans>
\ No newline at end of file
+</beans>
diff --git a/shib-saml-profile-api/src/test/resources/net/shibboleth/saml/profile/context/logic/attribute-registry.xml b/shib-saml-profile-api/src/test/resources/net/shibboleth/saml/profile/context/logic/attribute-registry.xml
index 137c7f1..fb2b2e7 100644
--- a/shib-saml-profile-api/src/test/resources/net/shibboleth/saml/profile/context/logic/attribute-registry.xml
+++ b/shib-saml-profile-api/src/test/resources/net/shibboleth/saml/profile/context/logic/attribute-registry.xml
@@ -8,9 +8,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="SAML2StringTranscoder"
         class="net.shibboleth.idp.saml.attribute.transcoding.impl.SAML2StringAttributeTranscoder" />

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


More information about the commits mailing list