Author: cbrisson
Date: Mon Mar 11 12:13:03 2019
New Revision: 1855220

URL: http://svn.apache.org/viewvc?rev=1855220&view=rev
Log:
[site/prod] Push configuration properties key names transition table into prod

Modified:
    
velocity/site/production/engine/2.1/configuration-property-changes-in-2.1.html
    
velocity/site/production/engine/devel/configuration-property-changes-in-2.1.html

Modified: 
velocity/site/production/engine/2.1/configuration-property-changes-in-2.1.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/engine/2.1/configuration-property-changes-in-2.1.html?rev=1855220&r1=1855219&r2=1855220&view=diff
==============================================================================
--- 
velocity/site/production/engine/2.1/configuration-property-changes-in-2.1.html 
(original)
+++ 
velocity/site/production/engine/2.1/configuration-property-changes-in-2.1.html 
Mon Mar 11 12:13:03 2019
@@ -253,7 +253,7 @@ h2:hover > .headerlink, h3:hover > .head
 </tr>
 <tr>
 <td><em>n/a</em></td>
-<td>runtime.log.log_invalid_method_calls</td>
+<td>runtime.log.log_invalid_method_calls (since 2.1)</td>
 <td>whether to log invalid method calls</td>
 </tr>
 <tr>
@@ -398,8 +398,8 @@ h2:hover > .headerlink, h3:hover > .head
 </tr>
 <tr>
 <td><em>n/a</em></td>
-<td>velocimacro.arguments.preserve_literals</td>
-<td>whether invalid references is literal provided argument or argument 
name</td>
+<td>velocimacro.arguments.preserve_literals (since 2.1)</td>
+<td>(1.7 BC flag) whether invalid references is literal provided argument or 
argument name</td>
 </tr>
 <tr>
 <td>velocimacro.max.depth</td>
@@ -442,6 +442,11 @@ h2:hover > .headerlink, h3:hover > .head
 <td>method arguments conversion handler classname</td>
 </tr>
 <tr>
+<td><em>n/a</em></td>
+<td>introspector.conversion_handler.instance (since 2.1)</td>
+<td>method arguments conversion handler instance</td>
+</tr>
+<tr>
 <td>runtime.interpolate.string.literals</td>
 <td>runtime.interpolate_string_literals</td>
 <td>whether to interpolate string literals in double quotes</td>
@@ -457,6 +462,11 @@ h2:hover > .headerlink, h3:hover > .head
 <td>key upon which a context should be accessible within itself</td>
 </tr>
 <tr>
+<td><em>n/a</em></td>
+<td>parser.allow_hyphen_in_identifiers (since 2.1)</td>
+<td>whether to allow '<code>-</code>' in identifiers (1.7 BC flag)</td>
+</tr>
+<tr>
 <td>parser.pool.class</td>
 <td><em>unchanged</em></td>
 <td>parser pool class</td>

Modified: 
velocity/site/production/engine/devel/configuration-property-changes-in-2.1.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/engine/devel/configuration-property-changes-in-2.1.html?rev=1855220&r1=1855219&r2=1855220&view=diff
==============================================================================
--- 
velocity/site/production/engine/devel/configuration-property-changes-in-2.1.html
 (original)
+++ 
velocity/site/production/engine/devel/configuration-property-changes-in-2.1.html
 Mon Mar 11 12:13:03 2019
@@ -253,7 +253,7 @@ h2:hover > .headerlink, h3:hover > .head
 </tr>
 <tr>
 <td><em>n/a</em></td>
-<td>runtime.log.log_invalid_method_calls</td>
+<td>runtime.log.log_invalid_method_calls (since 2.1)</td>
 <td>whether to log invalid method calls</td>
 </tr>
 <tr>
@@ -398,8 +398,8 @@ h2:hover > .headerlink, h3:hover > .head
 </tr>
 <tr>
 <td><em>n/a</em></td>
-<td>velocimacro.arguments.preserve_literals</td>
-<td>whether invalid references is literal provided argument or argument 
name</td>
+<td>velocimacro.arguments.preserve_literals (since 2.1)</td>
+<td>(1.7 BC flag) whether invalid references is literal provided argument or 
argument name</td>
 </tr>
 <tr>
 <td>velocimacro.max.depth</td>
@@ -442,6 +442,11 @@ h2:hover > .headerlink, h3:hover > .head
 <td>method arguments conversion handler classname</td>
 </tr>
 <tr>
+<td><em>n/a</em></td>
+<td>introspector.conversion_handler.instance (since 2.1)</td>
+<td>method arguments conversion handler instance</td>
+</tr>
+<tr>
 <td>runtime.interpolate.string.literals</td>
 <td>runtime.interpolate_string_literals</td>
 <td>whether to interpolate string literals in double quotes</td>
@@ -457,6 +462,11 @@ h2:hover > .headerlink, h3:hover > .head
 <td>key upon which a context should be accessible within itself</td>
 </tr>
 <tr>
+<td><em>n/a</em></td>
+<td>parser.allow_hyphen_in_identifiers (since 2.1)</td>
+<td>whether to allow '<code>-</code>' in identifiers (1.7 BC flag)</td>
+</tr>
+<tr>
 <td>parser.pool.class</td>
 <td><em>unchanged</em></td>
 <td>parser pool class</td>


Reply via email to