[java-identity-provider] branch main updated: JSMD-12 - Schema filter Spring parser still hardcoding bean ID
Scott Cantor
cantor.2 at osu.edu
Wed Oct 23 16:50:34 UTC 2024
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=678947f0db28e5ebaa4ec2578c1e50e039822314
The following commit(s) were added to refs/heads/main by this push:
new 678947f0d JSMD-12 - Schema filter Spring parser still hardcoding bean ID
678947f0d is described below
commit 678947f0db28e5ebaa4ec2578c1e50e039822314
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 23 12:50:07 2024 -0400
JSMD-12 - Schema filter Spring parser still hardcoding bean ID
https://shibboleth.atlassian.net/browse/JSMD-12
Add builder bean ID to property file.
---
.../src/main/resources/META-INF/net/shibboleth/spring/parser.properties | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-schema/src/main/resources/META-INF/net/shibboleth/spring/parser.properties b/idp-schema/src/main/resources/META-INF/net/shibboleth/spring/parser.properties
index 863cff32e..0d037c302 100644
--- a/idp-schema/src/main/resources/META-INF/net/shibboleth/spring/parser.properties
+++ b/idp-schema/src/main/resources/META-INF/net/shibboleth/spring/parser.properties
@@ -14,3 +14,5 @@ net.shibboleth.idp.attribute.resolver.spring.dc.impl.ComputedIdDataConnectorPars
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