[java-identity-provider] branch master updated: Beans need to be non-abstract.

Scott Cantor cantor.2 at osu.edu
Thu Sep 6 20:09:41 EDT 2018


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=6bd50f0bca1a1c0a1bea8d12fcb091b5c0ad6583

The following commit(s) were added to refs/heads/master by this push:
       new  6bd50f0   Beans need to be non-abstract.
6bd50f0 is described below

commit 6bd50f0bca1a1c0a1bea8d12fcb091b5c0ad6583
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 6 20:09:36 2018 -0400

    Beans need to be non-abstract.
---
 idp-conf/src/main/resources/system/conf/profile-intercept-system.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-conf/src/main/resources/system/conf/profile-intercept-system.xml b/idp-conf/src/main/resources/system/conf/profile-intercept-system.xml
index f77dc1b..7a22e66 100644
--- a/idp-conf/src/main/resources/system/conf/profile-intercept-system.xml
+++ b/idp-conf/src/main/resources/system/conf/profile-intercept-system.xml
@@ -89,7 +89,7 @@
 
     <!-- Default pre-consent audit extractors. -->
     <bean id="shibboleth.consent.DefaultPreConsentAuditExtractors"
-            class="org.springframework.beans.factory.config.MapFactoryBean" abstract="true">
+            class="org.springframework.beans.factory.config.MapFactoryBean" lazy-init="true">
         <property name="sourceMap">
             <map>
                 <entry>
@@ -118,7 +118,7 @@
     
     <!-- Default consent audit extractors. -->
     <bean id="shibboleth.consent.DefaultConsentAuditExtractors"
-            class="org.springframework.beans.factory.config.MapFactoryBean" abstract="true">
+            class="org.springframework.beans.factory.config.MapFactoryBean" lazy-init="true">
         <property name="sourceMap">
             <map>
                 <entry>

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


More information about the commits mailing list