-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
nicdard
added a commit
to nicdard/aio-lib-java
that referenced
this issue
Jan 31, 2024
9 tasks
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
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.
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
pushed a commit
that referenced
this issue
Feb 1, 2024
9 tasks
francoisledroff
added a commit
that referenced
this issue
Feb 12, 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
Expected Behaviour
The
WorkspaceUtil#getSystemWorkspaceBuilder
method should check for properties that are set in the environment variables. The precedence should be the following:This will allow an easier way to pass overrides to the test command without the need to explicitly set those with
-D
optionActual Behaviour
As of now, environment variables are not taken in consideration.
The text was updated successfully, but these errors were encountered: