Author: cbrisson
Date: Sun Mar 10 12:44:09 2019
New Revision: 1855148

URL: http://svn.apache.org/viewvc?rev=1855148&view=rev
Log:
[engine][VELOCITY-909] No need to keep the deprecated form of properties 
introduced in 2.1-SNAPSHOT

Modified:
    
velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java

Modified: 
velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java
URL: 
http://svn.apache.org/viewvc/velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java?rev=1855148&r1=1855147&r2=1855148&view=diff
==============================================================================
--- 
velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java
 (original)
+++ 
velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java
 Sun Mar 10 12:44:09 2019
@@ -196,14 +196,6 @@ public interface DeprecatedRuntimeConsta
     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 DeprecatedRuntimeConsta
     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}


Reply via email to