GitHub user alasdairhodge opened a pull request:
https://github.com/apache/brooklyn-server/pull/913
AbstractMachineLocation base class
Introduces `AbstractMachineLocation` base class to hold responsibilities
that may otherwise be duplicated between `SshMachineLocation` and
`WinRmMachineLocation`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alasdairhodge/brooklyn-server
abstract-machine-location
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/913.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 #913
----
commit 7e813b2da75f15e1b63bc849ef81bb50c315af5e
Author: Alasdair Hodge <[email protected]>
Date: 2017-12-07T18:29:43Z
Introduce `AbstractMachineLocation` base class.
commit 061cf15e16ce31eec1b0429592557784096107c1
Author: Alasdair Hodge <[email protected]>
Date: 2017-12-07T18:47:37Z
Pull-up machine details
commit 2d417be7fb4105b0a978cee5a193680b1b949cf3
Author: Alasdair Hodge <[email protected]>
Date: 2017-12-07T18:50:55Z
Pull-up mutex support.
commit c09a2ebfd03444aebbd59050da78ea876ed4ba95
Author: Alasdair Hodge <[email protected]>
Date: 2017-12-07T18:51:17Z
Trivial tidies.
----
---