[
https://issues.apache.org/jira/browse/BROOKLYN-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14957709#comment-14957709
]
ASF GitHub Bot commented on BROOKLYN-182:
-----------------------------------------
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
----
> Move winrm into a separate module
> ---------------------------------
>
> Key: BROOKLYN-182
> URL: https://issues.apache.org/jira/browse/BROOKLYN-182
> Project: Brooklyn
> Issue Type: Bug
> Affects Versions: 0.8.0
> Reporter: Hadrian Zbarcea
> Fix For: 0.9.0
>
>
> Support for winrm should be moved out of core and only used when necessary.
> This has the added benefit of removing the dependency on jython brought in by
> winrm4j (see [BROOKLYN-180]) from brooklyn-core.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)