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

Ian Young ian at iay.org.uk
Fri Jul 21 06:18:46 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=8a0f8cac54a535a487b9dc191c68ec4b9d5682b6

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

commit 8a0f8cac54a535a487b9dc191c68ec4b9d5682b6
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Jul 21 07:18:43 2023 +0100

    MDA-277 - Extend migration assistance for ScopeValidationStage
    
    https://shibboleth.atlassian.net/browse/MDA-277
---
 mda-framework/src/main/resources/net/shibboleth/metadata/beans.xml | 4 ++++
 1 file changed, 4 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 fd7973f..af28e73 100644
--- a/mda-framework/src/main/resources/net/shibboleth/metadata/beans.xml
+++ b/mda-framework/src/main/resources/net/shibboleth/metadata/beans.xml
@@ -427,6 +427,9 @@
         <entry key="net.shibboleth.utilities.java.support.xml.SimpleNamespaceContext"
              value="net.shibboleth.metadata.dom.SimpleNamespaceContext"/>
 
+        <!-- Migration from inc-mda in MDA 0.10.0; mostly handled by bean map. -->
+        <entry key="uk.org.iay.incommon.mda.dom.saml.shib.ScopeValidationStage"
+             value="net.shibboleth.metadata.dom.saml.shibboleth.ScopeValidationStage"/>
     </util:map>
 
     <util:map id="mda.MigrationBeanMap">
@@ -444,6 +447,7 @@
         <entry key="ukf.X509ROCAValidator"                  value="mda.X509ROCAValidator"/>
 
         <!-- Beans adopted from inc-mda project in MDA 0.10.0. -->
+        <entry key="inc.stage_parent"                       value="mda.stage_parent"/>
         <entry key="inc.AcceptAllValidator"                 value="mda.AcceptAllValidator"/>
         <entry key="inc.AsDomainNameStringValidator"        value="mda.AsDomainNameStringValidator"/>
         <entry key="inc.AsLiteralTailStringValidator"       value="mda.AsLiteralTailStringValidator"/>

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


More information about the commits mailing list