GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/149
BROOKLYN-273: restart() calls pre-launch & post-launch
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server BROOKLYN-273
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/149.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #149
----
commit 8bfff1635c77affa19b9a33522ac1ab2ae6d2c8d
Author: Aled Sage <[email protected]>
Date: 2016-05-20T17:05:47Z
Fix config().getNonBlocking for MapConfigKey
Previously for MapConfigKey, the getNonBlocking would always return
null. This could badly impacted VanillaSoftwareProcess, where
`VanillaSoftwareProcessSshDriver.getInstallLabelExtraSalt` would call
this for SHELL_ENVIRONMENT. The shell env was therefore not included
in the hash.
commit 13554d5cf433f1aeaab2be519e6698e2d85c5cdd
Author: Aled Sage <[email protected]>
Date: 2016-05-20T17:06:29Z
Fix VanillaSoftwareProcessSshDriver.getInstallLabelExtraSalt
Previously if download-url or install-command was blank, it would
not continue to look at shell-env for computing the salt for the
install dir.
commit 8ab5dad045de08ca1fc3d06251ed015a5410e4fc
Author: Aled Sage <[email protected]>
Date: 2016-05-20T17:07:12Z
BROOKLYN-273: restart() calls pre-launch & post-launch
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---