You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: switches to GraalVM as the default JavaScript engine.
BREAKING CHANGE: The default JavaScript script engine has been changed from Nashorn to GraalVM. This provides a number of functional improvements, most notably, much more modern ECMAScript support.
Copy file name to clipboardExpand all lines: docs/environment_variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The following environment variables are supported:
13
13
| IMPOSTER_ESCAPE_COLONS_IN_PATH | Escape colons in paths. |`false`|`true`|
14
14
| IMPOSTER_FEATURES | Enables or disables features. See [Features](./features.md) documentation. | Per [default features](./features.md). |`metrics=false,stores=true`|
15
15
| IMPOSTER_IGNORE_CONFIG_ERRORS | Log errors encountered during configuration parsing or plugin configuration instead of throwing an exception. Defaults to `false`, as skipping a configuration might also skip the security conditions it contains. |`false`| boolean |
16
-
| IMPOSTER_JS_PLUGIN | Sets the JavaScript implementation. |`js-nashorn`| Can be changed to `js-graal` plugin, if installed.|
16
+
| IMPOSTER_JS_PLUGIN | Sets the JavaScript implementation. |`js-graal`| Can be changed to `js-nashorn` plugin, if installed. |
| IMPOSTER_LOG_REQUEST_BODY | Include request in structured log entries. |`false`|`true` - See [Metrics, logs and telemetry](./metrics_logs_telemetry.md). |
19
19
| IMPOSTER_LOG_REQUEST_HEADERS | Comma separated list of request headers to add to structured log entries. | Empty |`X-Correlation-ID,User-Agent` - See [Metrics, logs and telemetry](./metrics_logs_telemetry.md). |
0 commit comments