jatl icon indicating copy to clipboard operation
jatl copied to clipboard

Allow custom variable interpolation (expansion)

Open agentgt opened this issue 7 years ago • 0 comments

The original variable expansion ${SomeVariable} was powered by commons lang StrSubstitutor prior 0.2.3 (see #14) . The new variable expansion is a simpler and in theory faster albeit probably buggy.

A Future feature might be just to allow a custom pluggable interpolator to avoid this code debt and dependency all together.

agentgt avatar Sep 27 '16 16:09 agentgt