This is an automated email from the ASF dual-hosted git repository. cbrisson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/velocity-engine.git
commit 90406b12dcfc729e5882ada2d526062fa8493fbe Merge: 08211a61 00a2089c Author: Claude Brisson <[email protected]> AuthorDate: Fri Aug 23 19:06:14 2024 +0200 Merge pull request #46 from apache/VELOCITY-948 Add a new compatibility flag for integer ranges immutability .../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(-)
