[java-metadata-aggregator] branch main updated: MDA-277 - Extend migration assistance for DurationToLongConverter

Ian Young ian at iay.org.uk
Fri Sep 8 13:47:11 UTC 2023


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

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=d0d7adead2f7e94a5efb25e80c12d0319956798e

The following commit(s) were added to refs/heads/main by this push:
     new d0d7ade  MDA-277 - Extend migration assistance for DurationToLongConverter
d0d7ade is described below

commit d0d7adead2f7e94a5efb25e80c12d0319956798e
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Sep 8 14:47:08 2023 +0100

    MDA-277 - Extend migration assistance for DurationToLongConverter
    
    https://shibboleth.atlassian.net/browse/MDA-277
---
 mda-framework/src/main/resources/net/shibboleth/metadata/beans.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mda-framework/src/main/resources/net/shibboleth/metadata/beans.xml b/mda-framework/src/main/resources/net/shibboleth/metadata/beans.xml
index b367f65..7577ce1 100644
--- a/mda-framework/src/main/resources/net/shibboleth/metadata/beans.xml
+++ b/mda-framework/src/main/resources/net/shibboleth/metadata/beans.xml
@@ -399,6 +399,8 @@
         <!-- Classes from spring-extensions in MDA 0.9, not in MDA 0.10. -->
         <entry key="net.shibboleth.ext.spring.config.BooleanToPredicateConverter"
              value="net.shibboleth.shared.spring.config.BooleanToPredicateConverter"/>
+        <entry key="net.shibboleth.ext.spring.config.DurationToLongConverter"
+             value="net.shibboleth.shared.spring.config.StringToDurationConverter"/>
         <entry key="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor"
              value="net.shibboleth.shared.spring.config.IdentifiableBeanPostProcessor"/>
         <entry key="net.shibboleth.ext.spring.config.StringBooleanToPredicateConverter"

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


More information about the commits mailing list