[java-idp-testbed] branch main updated: Fix more Velocity deprecations in test files.

Scott Cantor cantor.2 at osu.edu
Tue Jun 20 15:39:29 UTC 2023


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=db3aadaa555372c6c51f7371b1507fcab43df45c

The following commit(s) were added to refs/heads/main by this push:
     new db3aada  Fix more Velocity deprecations in test files.
db3aada is described below

commit db3aadaa555372c6c51f7371b1507fcab43df45c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 20 11:39:27 2023 -0400

    Fix more Velocity deprecations in test files.
---
 src/main/resources/system/conf/testbed-opensaml.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/system/conf/testbed-opensaml.xml b/src/main/resources/system/conf/testbed-opensaml.xml
index e602916..8d140dd 100644
--- a/src/main/resources/system/conf/testbed-opensaml.xml
+++ b/src/main/resources/system/conf/testbed-opensaml.xml
@@ -49,7 +49,7 @@
     <bean id="shibboleth.VelocityEngine" class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
-                <prop key="resource.loader">file, classpath, string, springMacro</prop>
+                <prop key="resource.loaders">file, classpath, string, springMacro</prop>
                 <prop key="resource.loader.classpath.class">
                     org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
                 </prop>
@@ -62,7 +62,7 @@
                 <prop key="resource.loader.file.class">
                     org.apache.velocity.runtime.resource.loader.FileResourceLoader
                 </prop>
-                <prop key="velocimacro.library">
+                <prop key="velocimacro.library.path">
                     net/shibboleth/shared/spring/velocity/spring.vm
                 </prop>
                 <prop key="resource.loader.file.path">#{'%{idp.views:%{idp.home}/views}'.trim()},%{idp.home}/system/views</prop>

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


More information about the commits mailing list