[java-identity-provider] branch master updated: Define dummy beans to avoid errors on upgrades.

Scott Cantor cantor.2 at osu.edu
Tue Nov 5 08:50:43 EST 2019


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

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=2e5652e03d75f12f728f889acf26dd49de18d1ac

The following commit(s) were added to refs/heads/master by this push:
       new  2e5652e   Define dummy beans to avoid errors on upgrades.
2e5652e is described below

commit 2e5652e03d75f12f728f889acf26dd49de18d1ac
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 5 08:49:02 2019 -0500

    Define dummy beans to avoid errors on upgrades.
---
 idp-conf/src/main/resources/system/conf/subject-c14n-system.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml b/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml
index 36ee036..2fc4359 100644
--- a/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml
+++ b/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml
@@ -12,6 +12,10 @@
        default-init-method="initialize"
        default-destroy-method="destroy">
 
+    <!-- Dummy beans expected to be redefined by imported resource. -->
+    <bean id="shibboleth.ProxyNameTransformPredicate" parent="shibboleth.Conditions.FALSE" />
+    <util:list id="shibboleth.ProxyNameTransformFormats" />
+
     <import resource="../../conf/c14n/subject-c14n.xml" />
 
     <bean id="shibboleth.PostLoginSubjectCanonicalizationFlow" abstract="true"

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


More information about the commits mailing list