This is an automated email from the ASF dual-hosted git repository.
cbrisson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-engine.git
from 08211a61 Normalize some tab-indented source files
add 00a2089c Add a new compatibility flag for integer ranges immutability
new 90406b12 Merge pull request #46 from apache/VELOCITY-948
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/velocity/runtime/RuntimeConstants.java | 3 ++
.../runtime/parser/node/ASTIntegerRange.java | 28 ++++++++++++-
.../velocity/runtime/defaults/velocity.properties | 9 +++++
.../org/apache/velocity/test/BaseTestCase.java | 30 ++++++++++++--
.../velocity/test/IntegerRangeMutabilityTest.java | 46 ++++++++++++++++++++++
5 files changed, 111 insertions(+), 5 deletions(-)
create mode 100644
velocity-engine-core/src/test/java/org/apache/velocity/test/IntegerRangeMutabilityTest.java