[java-shib-metadata] branch main updated: Fix ByReference test.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 24 13:49:36 UTC 2024
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=71d882bb7818b9a7a60b6952094420f5896a71fe
The following commit(s) were added to refs/heads/main by this push:
new 71d882bb Fix ByReference test.
71d882bb is described below
commit 71d882bb7818b9a7a60b6952094420f5896a71fe
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 24 09:49:33 2024 -0400
Fix ByReference test.
---
.../test/resources/META-INF/net/shibboleth/spring/parser.properties | 5 ++++-
.../shibboleth/spring/metadata/filter/entityAttributesByRefBeans.xml | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/shib-metadata-spring/src/test/resources/META-INF/net/shibboleth/spring/parser.properties b/shib-metadata-spring/src/test/resources/META-INF/net/shibboleth/spring/parser.properties
index ed2659a3..1fc31da1 100644
--- a/shib-metadata-spring/src/test/resources/META-INF/net/shibboleth/spring/parser.properties
+++ b/shib-metadata-spring/src/test/resources/META-INF/net/shibboleth/spring/parser.properties
@@ -1,6 +1,9 @@
# These are custom parser properties to inject higher layer class names, beans, etc. into lower layer parsers.
+net.shibboleth.spring.metadata.AbstractMetadataProviderParser.ByReferenceMetadataFilterBridge.bean = shibboleth.ByReferenceMetadataFilterBridge
+#net.shibboleth.spring.metadata.AbstractMetadataProviderParser.AutoWiredNodeProcessingMetadataFilter.bean = shibboleth.AutoWiredNodeProcessingMetadataFilter
+
net.shibboleth.spring.metadata.AbstractReloadingMetadataProviderParser.ParserPool.bean = shibboleth.ParserPool
net.shibboleth.spring.metadata.AbstractDynamicMetadataProviderParser.ParserPool.bean = shibboleth.ParserPool
-net.shibboleth.spring.metadata.filter.SchemaValidationParser.SchemaBuilder.bean = shibboleth.SchemaBuilder
\ No newline at end of file
+net.shibboleth.spring.metadata.filter.SchemaValidationParser.SchemaBuilder.bean = shibboleth.SchemaBuilder
diff --git a/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/filter/entityAttributesByRefBeans.xml b/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/filter/entityAttributesByRefBeans.xml
index f84a9327..6b087a8a 100644
--- a/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/filter/entityAttributesByRefBeans.xml
+++ b/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/filter/entityAttributesByRefBeans.xml
@@ -11,6 +11,7 @@
<bean id="predicate.AlwaysFalse" class="com.google.common.base.Predicates" factory-method="alwaysFalse" />
- <bean class="net.shibboleth.spring.metadata.ByReferenceFilterBeanPostProcessor" />
+ <bean id="shibboleth.ByReferenceMetadataFilterBridge"
+ class="net.shibboleth.idp.saml.metadata.impl.ByReferenceMetadataFilterBridge" />
</beans>
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list