aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-03-10 12:44:09 +0000
committerClaude Brisson <cbrisson@apache.org>2019-03-10 12:44:09 +0000
commitd6ac8b319cb624b17c074675fe743e3328159a27 (patch)
treefa3dd4630c2d2a05f07d45a325aada057dfac68a /velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java
parent0d0aaf608f44d0536352c5a1f3c1447d94910252 (diff)
downloadapache-velocity-engine-d6ac8b319cb624b17c074675fe743e3328159a27.tar.gz
[engine][VELOCITY-909] No need to keep the deprecated form of properties introduced in 2.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/branches/VELOCITY-909@1855148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java')
-rw-r--r--velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java b/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java
index 32ffdaf5..87a2d582 100644
--- a/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java
+++ b/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java
@@ -196,14 +196,6 @@ public interface DeprecatedRuntimeConstants
String OLD_VM_BODY_REFERENCE = "velocimacro.body.reference";
/**
- * When displaying null or invalid non-quiet references, use the argument literal reference
- * instead of the one in the macro block. Defaults to false.
- * @since 2.1
- * @deprecated see {@link RuntimeConstants#VM_PRESERVE_ARGUMENTS_LITERALS}
- */
- String OLD_VM_PRESERVE_ARGUMENTS_LITERALS = "velocimacro.preserve.arguments.literals";
-
- /**
* Properties referenced in the template are required to exist the object
* @deprecated see {@link RuntimeConstants#RUNTIME_REFERENCES_STRICT}
*/
@@ -246,13 +238,6 @@ public interface DeprecatedRuntimeConstants
String OLD_CONTEXT_AUTOREFERENCE_KEY = "context.autoreference.key";
/**
- * Allow dash in identifiers (backward compatibility option)
- * @since 2.1
- * @deprecated see {@link RuntimeConstants#PARSER_HYPHEN_ALLOWED}
- */
- String OLD_PARSER_HYPHEN_ALLOWED = "parser.allows.dash.in.identifiers";
-
- /**
* Space gobbling mode
* @since 2.0
* @deprecated see {@link RuntimeConstants#SPACE_GOBBLING}