[java-shib-metadata] branch main updated: Fix removed property references.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 10 20:00:08 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=31399e8236dc7a0498b15420ce0f06ed5a19a955
The following commit(s) were added to refs/heads/main by this push:
new 31399e82 Fix removed property references.
31399e82 is described below
commit 31399e8236dc7a0498b15420ce0f06ed5a19a955
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 10 16:00:05 2022 -0400
Fix removed property references.
---
.../src/test/resources/net/shibboleth/spring/metadata/beans.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/beans.xml b/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/beans.xml
index 9317c0d6..8dd5bb1e 100644
--- a/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/beans.xml
+++ b/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/beans.xml
@@ -55,11 +55,11 @@
<property name="signatureValidationConfigurations">
<util:list>
<bean class="org.opensaml.xmlsec.impl.BasicSignatureValidationConfiguration" destroy-method="">
- <property name="whitelistedAlgorithms">
+ <property name="includedAlgorithms">
<list>
</list>
</property>
- <property name="blacklistedAlgorithms">
+ <property name="excludedAlgorithms">
<list>
<value>foo</value>
<value>bar</value>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list