You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2017/03/07 21:12:26 UTC

[4/4] brooklyn-server git commit: Closes #570

Closes #570

Terminate winrm client context on Brooklyn exit

Update to new Winrm4j API, sharing a single context for all clients. Also updates some libraries to avoid convergence errors with the winrm4j dependencies.

Do not merge until Winrm4j 5.0 is released.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b55e234b
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b55e234b
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/b55e234b

Branch: refs/heads/master
Commit: b55e234b3b6610bef4f28ddb4abee2e1d161dc14
Parents: dc3f446 51b3c25
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Tue Mar 7 23:12:08 2017 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Tue Mar 7 23:12:08 2017 +0200

----------------------------------------------------------------------
 .../camp/brooklyn/WindowsYamlLiveTest.java      | 12 +++--
 .../Windows7zipBlueprintLiveTest.java           |  4 +-
 launcher/src/test/resources/install7zip.ps1     | 13 ++---
 locations/jclouds/pom.xml                       |  2 +-
 .../location/jclouds/JcloudsSshingLiveTest.java |  1 +
 parent/pom.xml                                  |  5 --
 pom.xml                                         | 11 ++---
 ...laWindowsProcessWinrmExitStatusLiveTest.java |  6 ++-
 .../lifecycle/WinRmExecuteHelperUnitTest.java   |  5 +-
 .../location/winrm/WinRmMachineLocation.java    |  4 ++
 .../internal/winrm/winrm4j/Winrm4jTool.java     | 50 +++++++++++++++++---
 .../org/apache/brooklyn/test/LogWatcher.java    |  2 +-
 12 files changed, 73 insertions(+), 42 deletions(-)
----------------------------------------------------------------------