[java-shib-attribute] branch main updated: Undo part of cleanup pending more complete test redesign.

Scott Cantor cantor.2 at osu.edu
Wed Jun 14 17:26:18 UTC 2023


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

scantor pushed a commit to branch main
in repository java-shib-attribute.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=857a67d591d1bce9dfbd903a460028f68145ec50

The following commit(s) were added to refs/heads/main by this push:
     new 857a67d59 Undo part of cleanup pending more complete test redesign.
857a67d59 is described below

commit 857a67d591d1bce9dfbd903a460028f68145ec50
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 14 13:26:14 2023 -0400

    Undo part of cleanup pending more complete test redesign.
---
 .../net/shibboleth/idp/attribute/resolver/spring/customBean.xml      | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/customBean.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/customBean.xml
index d6e60d387..3c24c3553 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/customBean.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/customBean.xml
@@ -10,6 +10,11 @@
                            
        default-init-method="initialize"
        default-destroy-method="destroy">
+
+    <!-- This can be pulled if the tests are redesigned to build the context more cleanly. -->
+    <bean id="shibboleth.PropertySourcesPlaceholderConfigurer" destroy-method=""
+        class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"
+        p:placeholderPrefix="%{" p:placeholderSuffix="}" />
        
     <util:map id="shibboleth.CustomScriptObject">
         <entry key="foo" value="bar"/>

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


More information about the commits mailing list