[java-identity-provider] branch master updated: Update deprecated Velocity configuration properties.
Scott Cantor
cantor.2 at osu.edu
Mon Jun 10 12:31:01 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=afb262a8be7db24d325535080ea5c982650a2800
The following commit(s) were added to refs/heads/master by this push:
new afb262a Update deprecated Velocity configuration properties.
afb262a is described below
commit afb262a8be7db24d325535080ea5c982650a2800
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 10 12:30:59 2019 -0400
Update deprecated Velocity configuration properties.
---
idp-conf/src/main/resources/system/conf/global-system.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/idp-conf/src/main/resources/system/conf/global-system.xml b/idp-conf/src/main/resources/system/conf/global-system.xml
index 432cfcc..fbc1b75 100644
--- a/idp-conf/src/main/resources/system/conf/global-system.xml
+++ b/idp-conf/src/main/resources/system/conf/global-system.xml
@@ -101,19 +101,19 @@
depends-on="shibboleth.LoggingService">
<property name="velocityProperties">
<props>
- <prop key="space.gobbling">%{idp.velocity.space.gobbling:bc}</prop>
- <prop key="resource.loader">file, classpath, string</prop>
- <prop key="classpath.resource.loader.class">
+ <prop key="parser.space_gobbling">%{idp.velocity.space.gobbling:bc}</prop>
+ <prop key="resource.loaders">file, classpath, string</prop>
+ <prop key="resource.loader.classpath.class">
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
</prop>
- <prop key="string.resource.loader.class">
+ <prop key="resource.loader.string.class">
org.apache.velocity.runtime.resource.loader.StringResourceLoader
</prop>
- <prop key="file.resource.loader.class">
+ <prop key="resource.loader.file.class">
org.apache.velocity.runtime.resource.loader.FileResourceLoader
</prop>
- <prop key="file.resource.loader.path">#{'%{idp.views:%{idp.home}/views}'.trim()}</prop>
- <prop key="file.resource.loader.cache">false</prop>
+ <prop key="resource.loader.file.path">#{'%{idp.views:%{idp.home}/views}'.trim()}</prop>
+ <prop key="resource.loader.file.cache">false</prop>
</props>
</property>
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list