hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

feat: add support for bundled freemarker wrapper #308

Closed roleyfoley closed 2 years ago

roleyfoley commented 2 years ago

Intent of Change

Description

Motivation and Context

The wrapper command allows for https://github.com/hamlet-io/engine-core/pull/91 - The default behaviour is to use the standard command with java to reduce impact. The check before calling freemarker prevents unnecessary calls to the freemarker wrapper / java which consumes quite a few resources to do nothing

How Has This Been Tested?

Tested locally

Related Changes

https://github.com/hamlet-io/engine-core/pull/91

Prerequisite PRs:

Dependent PRs:

Consumer Actions: