Currently, the TemplateMap used to provide key-value pairs in the VelocityContext ($map variable) is only set once per instance of the TemplateExecutor class. This design prevents updates to the TemplateMap from being reflected in the mapping, leading to stale or outdated values.