From 570eee31c76140a4ef5fc3d3ba667f852dc5d778 Mon Sep 17 00:00:00 2001 From: der Date: Wed, 14 Jan 2026 16:47:42 +0000 Subject: [PATCH] Fix velocity deprecations warnings --- elda-assets/src/main/webapp/velocity/velocity.properties | 2 +- .../epimorphics/lda/renderers/velocity/VelocityRendering.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elda-assets/src/main/webapp/velocity/velocity.properties b/elda-assets/src/main/webapp/velocity/velocity.properties index 9598d7de0..fac095fc3 100644 --- a/elda-assets/src/main/webapp/velocity/velocity.properties +++ b/elda-assets/src/main/webapp/velocity/velocity.properties @@ -12,4 +12,4 @@ # No logging runtime.log.logsystem.class=org.apache.velocity.runtime.log.NullLogChute -velocimacro.max.depth=50 \ No newline at end of file +velocimacro.max_depth=50 diff --git a/elda-lda/src/main/java/com/epimorphics/lda/renderers/velocity/VelocityRendering.java b/elda-lda/src/main/java/com/epimorphics/lda/renderers/velocity/VelocityRendering.java index 4a171c8f8..8e6bfc9db 100644 --- a/elda-lda/src/main/java/com/epimorphics/lda/renderers/velocity/VelocityRendering.java +++ b/elda-lda/src/main/java/com/epimorphics/lda/renderers/velocity/VelocityRendering.java @@ -82,7 +82,7 @@ public class VelocityRendering /** * Velocity property for configuring loader path */ - public static final String VELOCITY_FILE_RESOURCE_LOADER_PATH = "file.resource.loader.path"; + public static final String VELOCITY_FILE_RESOURCE_LOADER_PATH = "resource.loader.file.path"; /***********************************/ /* Static variables */