Add variable substitution in ApplicationManifestUtils#1153
Add variable substitution in ApplicationManifestUtils#1153dmikusa merged 6 commits intocloudfoundry:mainfrom
Conversation
...ons/src/test/java/org/cloudfoundry/operations/applications/ApplicationManifestUtilsTest.java
Show resolved
Hide resolved
...rations/src/main/java/org/cloudfoundry/operations/applications/ApplicationManifestUtils.java
Outdated
Show resolved
Hide resolved
|
Thanks for adding the additional tests. I do think this should error/throw an exception though if an env variable is not substituted. It would be consistent with the It may not be specifically listed as invalid to have an app name including You as a user could simply catch that exception and ignore it, if you don't care, but you can't do the opposite. |
|
Thanks @luschmar ! |
Add functionality Variables to a Manifest in ApplicationManifestUtils