[java-identity-provider] branch main updated: Stop injecting property configurer into services by hand.
Scott Cantor
cantor.2 at osu.edu
Wed Jun 14 14:33:19 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=efd775877765deae6417d89c90c0134052cd551d
The following commit(s) were added to refs/heads/main by this push:
new efd775877 Stop injecting property configurer into services by hand.
efd775877 is described below
commit efd775877765deae6417d89c90c0134052cd551d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 14 10:33:15 2023 -0400
Stop injecting property configurer into services by hand.
---
.../src/main/resources/net/shibboleth/idp/conf/services-system.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
index 4ffb8c1e2..c3f1b1258 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
@@ -36,7 +36,6 @@
<!-- BeanFactoryPostProcessors to apply. -->
<util:list id="shibboleth.BeanFactoryPostProcessors">
- <ref bean="shibboleth.PropertySourcesPlaceholderConfigurer" />
<ref bean="shibboleth.RelocatedBeanFactoryPostProcessor" />
</util:list>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list