[java-identity-provider] branch main updated: JSATTR-49 Spring parsers contain hardcoded Velocity engine bean ID
Codeberg
noreply at shibboleth.net
Wed Jul 1 13:41:35 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/e542117238af70890ef7bf35463538a8396bc38e
The following commit(s) were added to refs/heads/main by this push:
new e54211723 JSATTR-49 Spring parsers contain hardcoded Velocity engine bean ID
e54211723 is described below
commit e542117238af70890ef7bf35463538a8396bc38e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jul 1 14:41:09 2026 +0100
JSATTR-49 Spring parsers contain hardcoded Velocity engine bean ID
https://shibboleth.atlassian.net/browse/JSATTR-49
Make the properties change in advance of the code change (coming in 5.3)
in java-shib-attribute/shib-attribute-resolver-spring
---
.../main/resources/META-INF/net/shibboleth/spring/parser.properties | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 5b859bcb8..574bfd498 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
@@ -36,4 +36,5 @@ net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnec
net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser.AttributeFilterService.bean= shibboleth.AttributeFilterService
net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser.MetadataResolver.bean= shibboleth.MetadataResolver
-net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.SimpleAggregationSAMLDataConnectorParser.SelfEntityIDResolver.bean = shibboleth.SAMLDataConnector.SelfEntityIDResolver
\ No newline at end of file
+net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.SimpleAggregationSAMLDataConnectorParser.SelfEntityIDResolver.bean = shibboleth.SAMLDataConnector.SelfEntityIDResolver
+net.shibboleth.idp.attribute.resolver.spring.velocityEngine.bean=shibboleth.VelocityEngine
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list