adobe / aio-lib-java

Adobe I/O - Java SDK
https://opensource.adobe.com/aio-lib-java/
Apache License 2.0
5 stars 17 forks source link

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

Closed nicdard closed 4 weeks ago

nicdard commented 5 months ago

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 option

Actual Behaviour

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

francoisledroff commented 4 weeks ago

I believe it was fixed with https://github.com/adobe/aio-lib-java/pull/216