[spring-extensions] branch master updated: Fix deprecation warnings in Velocity property names.
Scott Cantor
cantor.2 at osu.edu
Wed Jul 29 13:13:51 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=7f1229dc70ac4e5941c55ef21efc1ecc228257d3
The following commit(s) were added to refs/heads/master by this push:
new 7f1229d Fix deprecation warnings in Velocity property names.
7f1229d is described below
commit 7f1229dc70ac4e5941c55ef21efc1ecc228257d3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 29 09:14:47 2020 -0400
Fix deprecation warnings in Velocity property names.
---
.../java/net/shibboleth/ext/spring/velocity/SpringResourceLoader.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/net/shibboleth/ext/spring/velocity/SpringResourceLoader.java b/src/main/java/net/shibboleth/ext/spring/velocity/SpringResourceLoader.java
index 8d9cf12..c495e8a 100644
--- a/src/main/java/net/shibboleth/ext/spring/velocity/SpringResourceLoader.java
+++ b/src/main/java/net/shibboleth/ext/spring/velocity/SpringResourceLoader.java
@@ -61,10 +61,10 @@ public class SpringResourceLoader extends ResourceLoader {
@Nonnull @NotEmpty public static final String NAME = "spring";
/** Constant identifying resource loader class name. */
- @Nonnull @NotEmpty public static final String SPRING_RESOURCE_LOADER_CLASS = "spring.resource.loader.class";
+ @Nonnull @NotEmpty public static final String SPRING_RESOURCE_LOADER_CLASS = "resource.loader.spring.class";
/** Constant identifying caching property. */
- @Nonnull @NotEmpty public static final String SPRING_RESOURCE_LOADER_CACHE = "spring.resource.loader.cache";
+ @Nonnull @NotEmpty public static final String SPRING_RESOURCE_LOADER_CACHE = "resource.loader.spring.cache";
/** Constant identifying {@link ResourceLoader} instance. */
@Nonnull @NotEmpty public static final String SPRING_RESOURCE_LOADER = "spring.resource.loader";
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list