escapevelocity
escapevelocity copied to clipboard
A subset reimplementation of Apache Velocity with a much simpler API.
Added a Unit Test to increase code coverage
See https://stackoverflow.com/questions/56138416/how-to-set-variable-to-array-in-velocity I am trying to do the following: ``` #set ($my = "blah") #set ($say = ["not", $my, "fault"]) ``` But I get the following error: ``` error: An...
Bumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 4.7.0 to 4.7.1 Release notes Sourced from actions/setup-java's releases. v4.7.1 What's Changed Documentation changes Add Documentation to Recommend Using...