[java-shib-metadata] branch main updated: Rename Spring Velocity package.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 6 20:32:12 UTC 2022
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=1d7974114d76da08784b51bc4928519647cfb7b1
The following commit(s) were added to refs/heads/main by this push:
new 1d7974114 Rename Spring Velocity package.
1d7974114 is described below
commit 1d7974114d76da08784b51bc4928519647cfb7b1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 6 16:32:09 2022 -0400
Rename Spring Velocity package.
---
.../src/test/resources/net/shibboleth/spring/metadata/beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/beans.xml b/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/beans.xml
index 4802213a3..f25d016db 100644
--- a/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/beans.xml
+++ b/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/beans.xml
@@ -30,7 +30,7 @@
class="org.opensaml.saml.common.xml.SAMLSchemaBuilder" c:ver="SAML_11"/>
<bean id="shibboleth.VelocityEngine" destroy-method=""
- class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+ class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
<property name="velocityProperties">
<props>
<prop key="resource.loaders">classpath, string</prop>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list