Please check if the PR fulfills these requirements
[x] The commit messages are descriptive
[x] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
[ ] An issue has been created for the pull requests. Some issues might require previous discussion.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This PR introduce the support of system property substitution in the topology configuration files.
What is the new behavior (if this is a feature change)?
Variable like ${environment} can be used in topology files in order to simplify the usage of split topologies (per environment and project for instance).
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No.
Other information:
A small fix of function naming mixed up is present in a specific commit.
If needed I can push this fix in a separate PR.
Please check if the PR fulfills these requirements
[x] The commit messages are descriptive
[x] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
[ ] An issue has been created for the pull requests. Some issues might require previous discussion.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) This PR introduce the support of system property substitution in the topology configuration files.
What is the new behavior (if this is a feature change)? Variable like
${environment}
can be used in topology files in order to simplify the usage of split topologies (per environment and project for instance).Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No.
Other information: A small fix of function naming mixed up is present in a specific commit. If needed I can push this fix in a separate PR.
Fix #533