[java-identity-provider] branch main updated: CAS tests also need bean processors for now.
Scott Cantor
cantor.2 at osu.edu
Wed Jun 14 18:33:22 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=489bd529d9f2a38fc821ef890cd95761490d4513
The following commit(s) were added to refs/heads/main by this push:
new 489bd529d CAS tests also need bean processors for now.
489bd529d is described below
commit 489bd529d9f2a38fc821ef890cd95761490d4513
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 14 14:33:18 2023 -0400
CAS tests also need bean processors for now.
---
.../src/test/resources/spring/test-flow-beans.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml b/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml
index 8afa7bbb5..bd6aec5ad 100644
--- a/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml
+++ b/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml
@@ -12,6 +12,22 @@
default-init-method="initialize"
default-destroy-method="destroy">
+ <bean destroy-method="" class="net.shibboleth.shared.spring.config.IdentifiableBeanPostProcessor" />
+ <bean destroy-method="" class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
+
+ <bean id="conversionService" destroy-method=""
+ class="org.springframework.context.support.ConversionServiceFactoryBean">
+ <property name="converters">
+ <set>
+ <bean class="net.shibboleth.shared.spring.config.StringToIPRangeConverter" destroy-method=""/>
+ <bean class="net.shibboleth.shared.spring.config.BooleanToPredicateConverter" destroy-method=""/>
+ <bean class="net.shibboleth.shared.spring.config.StringBooleanToPredicateConverter" destroy-method=""/>
+ <bean class="net.shibboleth.shared.spring.config.StringToResourceConverter" destroy-method=""/>
+ <bean class="net.shibboleth.shared.spring.config.StringToDurationConverter" destroy-method=""/>
+ </set>
+ </property>
+ </bean>
+
<bean id="shibboleth.StorageService"
class="org.opensaml.storage.impl.MemoryStorageService" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list