cloudsoft / winrm4j

Apache License 2.0
94 stars 53 forks source link

Builds on PR #108 #113

Closed aledsage closed 4 years ago

aledsage commented 5 years ago

Builds on PR #108 , rebasing that against master (hence the different commit id) and adding another commit on top. As per commit-message, changes/additions are:

* Change default `connectionTimeout` to 30 seconds (to match previous behaviour).
* Remove null-checks when primitive `long` is passed in.
* Also make `connectionRequestTimeout` configurable.
aledsage commented 4 years ago

Rebased against master, after https://github.com/cloudsoft/winrm4j/pull/112 was merged.

nakomis commented 4 years ago

Thanks @zerikv and @aledsage for your contributions, LGTM; smoke tested locally; merging