[java-idp-testbed] branch main updated: Rename Spring Velocity package.

Scott Cantor cantor.2 at osu.edu
Tue Sep 6 20:33:02 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=f79f21a3c581cfe7e2dba6546908434251b59b14

The following commit(s) were added to refs/heads/main by this push:
     new f79f21a  Rename Spring Velocity package.
f79f21a is described below

commit f79f21a3c581cfe7e2dba6546908434251b59b14
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 6 16:32:59 2022 -0400

    Rename Spring Velocity package.
---
 src/main/resources/system/conf/testbed-opensaml.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/system/conf/testbed-opensaml.xml b/src/main/resources/system/conf/testbed-opensaml.xml
index dd343db..37faf14 100644
--- a/src/main/resources/system/conf/testbed-opensaml.xml
+++ b/src/main/resources/system/conf/testbed-opensaml.xml
@@ -46,7 +46,7 @@
     <bean id="shibboleth.MarshallerFactory" factory-method="getMarshallerFactory" class="org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport" depends-on="shibboleth.OpenSAMLConfig" />
     <bean id="shibboleth.UnmarshallerFactory" factory-method="getUnmarshallerFactory" class="org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport" depends-on="shibboleth.OpenSAMLConfig" />
     
-    <bean id="shibboleth.VelocityEngine" class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+    <bean id="shibboleth.VelocityEngine" class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
                 <prop key="input.encoding">UTF-8</prop>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list