[java-shib-attribute] branch main updated: JSATTR-49 Spring parsers contain hardcoded Velocity engine bean ID
Codeberg
noreply at shibboleth.net
Wed Jul 1 13:40:08 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-attribute/commit/ff50a2634baf247e83e4f61e87490710048a936a
The following commit(s) were added to refs/heads/main by this push:
new ff50a2634 JSATTR-49 Spring parsers contain hardcoded Velocity engine bean ID
ff50a2634 is described below
commit ff50a2634baf247e83e4f61e87490710048a936a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jul 1 14:39:38 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)
---
.../test/resources/META-INF/net/shibboleth/spring/parser.properties | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/shib-attribute-resolver-spring/src/test/resources/META-INF/net/shibboleth/spring/parser.properties b/shib-attribute-resolver-spring/src/test/resources/META-INF/net/shibboleth/spring/parser.properties
index 36eda6016..b2f045c9e 100644
--- a/shib-attribute-resolver-spring/src/test/resources/META-INF/net/shibboleth/spring/parser.properties
+++ b/shib-attribute-resolver-spring/src/test/resources/META-INF/net/shibboleth/spring/parser.properties
@@ -18,4 +18,5 @@ net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnec
net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser.MetadataResolver.bean= shibboleth.MetadataResolver
# Note RoleDescriptorResolver already defined above
-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