GitHub user aledsage opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/1158
winrm: switch to winrm4j v0.2.0, from 0.1.0
- This is a pure-java WinRM client, so removes the jython depenpdency.
- Also changes WinRmTool.executeScript(...) to executeCommand(â¦),
and WinRmMachineLocation.executeScript to executeCommand.
- Fixes WindowsPerformanceCounterFeedLiveTest
- Renames Winrm4jToolâs package (from pywinrm to winrm4j).
- Fixes imports that used org.python
The winrm4j 0.2.0 release is now available in maven central -
http://search.maven.org/#artifactdetails%7Cio.cloudsoft.windows%7Cwinrm4j%7C0.2.0%7Cjar
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/incubator-brooklyn upgrade/winrm4j
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/1158.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 #1158
----
commit b8af388e3b6e3d45b2a4b11aa811463feafb21b9
Author: Aled Sage <[email protected]>
Date: 2016-01-18T21:29:13Z
winrm: switch to winrm4j v0.2.0, from 0.1.0
- This is a pure-java WinRM client, so removes the jython depenpdency.
- Also changes WinRmTool.executeScript(...) to executeCommand(â¦),
and WinRmMachineLocation.executeScript to executeCommand.
- Fixes WindowsPerformanceCounterFeedLiveTest
- Renames Winrm4jToolâs package (from pywinrm to winrm4j).
- Fixes imports that used org.python
----
---
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.
---