Author: cbrisson
Date: Mon Mar 11 12:12:03 2019
New Revision: 1855219
URL: http://svn.apache.org/viewvc?rev=1855219&view=rev
Log:
[site/engine] Review configuration properties key names transition table
Modified:
velocity/site/cms/trunk/content/engine/2.1/configuration-property-changes-in-2.1.mdtext
velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext
Modified:
velocity/site/cms/trunk/content/engine/2.1/configuration-property-changes-in-2.1.mdtext
URL:
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/2.1/configuration-property-changes-in-2.1.mdtext?rev=1855219&r1=1855218&r2=1855219&view=diff
==============================================================================
---
velocity/site/cms/trunk/content/engine/2.1/configuration-property-changes-in-2.1.mdtext
(original)
+++
velocity/site/cms/trunk/content/engine/2.1/configuration-property-changes-in-2.1.mdtext
Mon Mar 11 12:12:03 2019
@@ -11,7 +11,7 @@ Velocity Engine configuration property n
runtime.log.instance | *unchanged* | org.slf4j.Logger instance
runtime.log.name | *unchanged* | org.slf4j.Logger name
runtime.log.invalid.references | runtime.log.log_invalid_references | whether
to log invalid references
-*n/a* | runtime.log.log_invalid_method_calls | whether to log invalid method
calls
+*n/a* | runtime.log.log_invalid_method_calls (since 2.1) | whether to log
invalid method calls
resource.loader | resource.loaders | list of resource loader names
<name>.resource.loader.<prop> |
resource.loader.<name>.<prop> | property of a named resource loader
<name>.resource.loader.modificationCheckInterval |
resource.loader.<name>.modification_check_interval | modification check
interval of a named resource loader
@@ -40,7 +40,7 @@ velocimacro.permissions.allow.inline | v
velocimacro.permissions.allow.inline.to.replace.global |
velocimacro.inline.replace_global | whether inline macros override global ones
velocimacro.permissions.allow.inline.local.scope |
velocimacro.inline.local_scope | whether inline macros have a local scope
velocimacro.arguments.strict | *unchanged* | expect strict argments number
-*n/a* | velocimacro.arguments.preserve_literals | whether invalid references
is literal provided argument or argument name
+*n/a* | velocimacro.arguments.preserve_literals (since 2.1) | (1.7 BC flag)
whether invalid references is literal provided argument or argument name
velocimacro.max.depth | velocimacro.max_depth | velocimacros max calling depth
velocimacro.body.reference | velocimacro.body_reference | name of the
reference holding the body passed to a block macro
runtime.references.strict | runtime.strict_mode.enable | enables strict
rendering mode
@@ -49,9 +49,11 @@ runtime.introspector.uberspect | introsp
introspector.restrict.packages | *unchanged* | restricted packages for
SecureIntrospector
introspector.restrict.classes | *unchanged* | restricted classes for
SecureIntrospector
runtime.conversion.handler.class (since 2.0) |
introspector.conversion_handler.class | method arguments conversion handler
classname
+*n/a* | introspector.conversion_handler.instance (since 2.1) | method
arguments conversion handler instance
runtime.interpolate.string.literals | runtime.interpolate_string_literals |
whether to interpolate string literals in double quotes
runtime.strict.math | runtime.strict_math | switch for ignoring nulls in math
equations vs throwing exceptions
context.autoreference.key | context.self_reference_key | key upon which a
context should be accessible within itself
+*n/a* | parser.allow_hyphen_in_identifiers (since 2.1) | whether to allow
'`-`' in identifiers (1.7 BC flag)
parser.pool.class | *unchanged* | parser pool class
space.gobbling | parser.space_gobbling | space gobbling mode
Modified:
velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext
URL:
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext?rev=1855219&r1=1855218&r2=1855219&view=diff
==============================================================================
---
velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext
(original)
+++
velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext
Mon Mar 11 12:12:03 2019
@@ -11,7 +11,7 @@ Velocity Engine configuration property n
runtime.log.instance | *unchanged* | org.slf4j.Logger instance
runtime.log.name | *unchanged* | org.slf4j.Logger name
runtime.log.invalid.references | runtime.log.log_invalid_references | whether
to log invalid references
-*n/a* | runtime.log.log_invalid_method_calls | whether to log invalid method
calls
+*n/a* | runtime.log.log_invalid_method_calls (since 2.1) | whether to log
invalid method calls
resource.loader | resource.loaders | list of resource loader names
<name>.resource.loader.<prop> |
resource.loader.<name>.<prop> | property of a named resource loader
<name>.resource.loader.modificationCheckInterval |
resource.loader.<name>.modification_check_interval | modification check
interval of a named resource loader
@@ -40,7 +40,7 @@ velocimacro.permissions.allow.inline | v
velocimacro.permissions.allow.inline.to.replace.global |
velocimacro.inline.replace_global | whether inline macros override global ones
velocimacro.permissions.allow.inline.local.scope |
velocimacro.inline.local_scope | whether inline macros have a local scope
velocimacro.arguments.strict | *unchanged* | expect strict argments number
-*n/a* | velocimacro.arguments.preserve_literals | whether invalid references
is literal provided argument or argument name
+*n/a* | velocimacro.arguments.preserve_literals (since 2.1) | (1.7 BC flag)
whether invalid references is literal provided argument or argument name
velocimacro.max.depth | velocimacro.max_depth | velocimacros max calling depth
velocimacro.body.reference | velocimacro.body_reference | name of the
reference holding the body passed to a block macro
runtime.references.strict | runtime.strict_mode.enable | enables strict
rendering mode
@@ -49,9 +49,11 @@ runtime.introspector.uberspect | introsp
introspector.restrict.packages | *unchanged* | restricted packages for
SecureIntrospector
introspector.restrict.classes | *unchanged* | restricted classes for
SecureIntrospector
runtime.conversion.handler.class (since 2.0) |
introspector.conversion_handler.class | method arguments conversion handler
classname
+*n/a* | introspector.conversion_handler.instance (since 2.1) | method
arguments conversion handler instance
runtime.interpolate.string.literals | runtime.interpolate_string_literals |
whether to interpolate string literals in double quotes
runtime.strict.math | runtime.strict_math | switch for ignoring nulls in math
equations vs throwing exceptions
context.autoreference.key | context.self_reference_key | key upon which a
context should be accessible within itself
+*n/a* | parser.allow_hyphen_in_identifiers (since 2.1) | whether to allow
'`-`' in identifiers (1.7 BC flag)
parser.pool.class | *unchanged* | parser pool class
space.gobbling | parser.space_gobbling | space gobbling mode