Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(runtimes): support JSII_NODE setting #4024

Merged
merged 6 commits into from
Mar 22, 2023
Merged

feat(runtimes): support JSII_NODE setting #4024

merged 6 commits into from
Mar 22, 2023

Commits on Mar 22, 2023

  1. feat(java): support JSII_NODE setting

    Users can customize the `node` runtime used by the jsii runtime for java
    by providing the `JSII_NODE` environment variable. Additionally, this
    corrects how the child process is spawned so that `JSII_NODE` and
    `JSII_RUNTIME` can contain spaces (previously, this would result in a
    spawn error). Added a test to verify the various scenarios work as
    intended.
    
    Fixes #4009
    RomainMuller committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    32d31de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b97bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    806cc3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a58692 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1d1c53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fbf4b0 View commit details
    Browse the repository at this point in the history