GitHub user CMoH opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/957
Move winrm base from brooklyn-core into brooklyn-software-winrm
Related to BROOKLYN-182
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CMoH/incubator-brooklyn winrm
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/957.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 #957
----
commit 8fa4df7ddd525883553c5c57828426da31961020
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-10-14T14:15:56Z
[BROOKLYN-182] Move winrm-dependent code from brooklyn-core to
brooklyn-software-winrm
commit 676b48e35866c264a1f21dcfdbabed7f4297b993
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-10-14T14:38:49Z
[BROOKLYN-182] Don't type-switch amongst location types
Duplicating functions like getSsh* with getWinrm* counterparts should be
avoided. Replace with a global get*(Class) instead.
commit 2cb87d34021a299e9a569ea7cdb72598ecef8086
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-10-14T15:41:30Z
[BROOKLYN-182] Decouple ByonLocationResolver from MachineLocation subtypes
The ByonLocationResolver acts as a registry for windows/linux machine
types. For now we eliminate the compile-time dependency towards
SshMachineLocation and WinRmMachineLocation, while maintaining the
runtmie dependency.
Further on we'll reverse the dependency towards a more consistent
location type registry.
commit 0ded95c049f4f41356b3fa8e7f47c7feeff86402
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-10-14T15:58:41Z
[BROOKLYN-182] Decouple ReflectiveEntityDriverFactory from
WinRmMachineLocation
Remove compile-time dependency towards WinRmMachineLocation, with the
later purpose of allowing the driver factory to be initialized from
higher-level code.
commit a3ff3d6bfe3b717893067861679d5f37626b9194
Author: Hadrian Zbarcea <[email protected]>
Date: 2015-10-14T20:13:22Z
[BROOKLYN-182] Fix dependencies post winrm separation
----
---
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.
---