[java-identity-provider] branch main updated: IDP-2288 - Injection of beans into BeanPostProcessor causes warnings
Scott Cantor
cantor.2 at osu.edu
Wed Oct 23 18:53:37 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=a6d4aca0e9a19a7246439e023a024839eb8ea395
The following commit(s) were added to refs/heads/main by this push:
new a6d4aca0e IDP-2288 - Injection of beans into BeanPostProcessor causes warnings
a6d4aca0e is described below
commit a6d4aca0e9a19a7246439e023a024839eb8ea395
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 23 14:53:34 2024 -0400
IDP-2288 - Injection of beans into BeanPostProcessor causes warnings
https://shibboleth.atlassian.net/browse/IDP-2288
Add property for Spring parser to identify new node processing filter.
---
.../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 0d037c302..17c654d57 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
@@ -15,4 +15,6 @@ 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.AbstractMetadataProviderParser.AutoWiredNodeProcessingMetadataFilter.bean = shibboleth.AutoWiredNodeProcessingMetadataFilter
+
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