GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/959
Fix SshCommandSensor rebind
See the two separate commits:
* First fixes the big problem that rebind to historic persisted state is
broken
* Second improves the `SshCommandSensor` so that we don't use anonymous
inner classes (making our persisted state easier to support long-term)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server
fix-SshCommandSensor-rebind
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/959.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 #959
----
commit 441ec6d543084f4740f07ada5f1045dc92745d64
Author: Aled Sage <aled.sage@...>
Date: 2018-04-26T18:36:30Z
Fix SshCommandSensor rebind
commit 0f44903f97220849915bbffff93fff65bbf4c73c
Author: Aled Sage <aled.sage@...>
Date: 2018-04-26T19:57:33Z
SshCommandSensor: no anonymous inner classes
----
---