[java-metadata-aggregator] branch main updated: MDA-296 - Add CRDetectionStage to mda.MigrationClassMap
Ian Young
ian at iay.org.uk
Wed Sep 6 14:51:02 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=da5a5af4a0dd8bef4f62ed61086e32754c22a7a6
The following commit(s) were added to refs/heads/main by this push:
new da5a5af MDA-296 - Add CRDetectionStage to mda.MigrationClassMap
da5a5af is described below
commit da5a5af4a0dd8bef4f62ed61086e32754c22a7a6
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Sep 6 15:50:59 2023 +0100
MDA-296 - Add CRDetectionStage to mda.MigrationClassMap
https://shibboleth.atlassian.net/browse/MDA-296
---
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 322257c..b367f65 100644
--- a/mda-framework/src/main/resources/net/shibboleth/metadata/beans.xml
+++ b/mda-framework/src/main/resources/net/shibboleth/metadata/beans.xml
@@ -391,6 +391,8 @@
<util:map id="mda.MigrationClassMap">
<!-- MDA changes from 0.9 to 0.10 -->
+ <entry key="net.shibboleth.metadata.dom.CRDetectionStage"
+ value="net.shibboleth.metadata.dom.saml.CRDetectionStage"/>
<entry key="net.shibboleth.metadata.util.PKCS11PrivateKeyFactoryBean"
value="net.shibboleth.shared.spring.security.factory.PKCS11PrivateKeyFactoryBean"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list