[java-shib-metadata] branch main updated: JSMD-12 - Schema filter Spring parser still hardcoding bean ID

Scott Cantor cantor.2 at osu.edu
Wed Oct 23 16:52:29 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=d20909a6bf024f13fc613babbbaf0d284007a544

The following commit(s) were added to refs/heads/main by this push:
     new d20909a6 JSMD-12 - Schema filter Spring parser still hardcoding bean ID
d20909a6 is described below

commit d20909a6bf024f13fc613babbbaf0d284007a544
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 23 12:52:26 2024 -0400

    JSMD-12 - Schema filter Spring parser still hardcoding bean ID
    
    https://shibboleth.atlassian.net/browse/JSMD-12
    
    Property for tests.
---
 .../src/test/resources/META-INF/net/shibboleth/spring/parser.properties | 2 ++
 1 file changed, 2 insertions(+)

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 f82a192b..ed2659a3 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
@@ -2,3 +2,5 @@
 
 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

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


More information about the commits mailing list