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

aio-lib-java-ims Enhance WorkspaceUtil to also check in the environment variables before falling back to the files. #213

Closed
nicdard opened this issue Jan 31, 2024 · 1 comment

Comments

@nicdard
Copy link
Collaborator

nicdard commented Jan 31, 2024

Expected Behaviour

The WorkspaceUtil#getSystemWorkspaceBuilder method should check for properties that are set in the environment variables. The precedence should be the following:

  • system properties
  • environment variables
  • property files

This will allow an easier way to pass overrides to the test command without the need to explicitly set those with -D option

Actual Behaviour

As of now, environment variables are not taken in consideration.

nicdard added a commit to nicdard/aio-lib-java that referenced this issue Jan 31, 2024
nicdard added a commit to nicdard/aio-lib-java that referenced this issue Jan 31, 2024
nicdard added a commit to nicdard/aio-lib-java that referenced this issue Jan 31, 2024
nicdard added a commit to nicdard/aio-lib-java that referenced this issue Jan 31, 2024
@francoisledroff francoisledroff changed the title Enhance WorkspaceUtil to also check in the environment variables before falling back to the files. aio-lib-java-ims Enhance WorkspaceUtil to also check in the environment variables before falling back to the files. Feb 1, 2024
nicdard added a commit to nicdard/aio-lib-java that referenced this issue Feb 1, 2024
nicdard added a commit to nicdard/aio-lib-java that referenced this issue Feb 1, 2024
francoisledroff added a commit that referenced this issue Feb 12, 2024
@francoisledroff
Copy link
Collaborator

francoisledroff commented Jun 18, 2024

I believe it was fixed with #216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants