Tags: jenkinsci/trilead-ssh2
Tags
chore(deps-dev): bump org.testcontainers:testcontainers (#211) Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 1.20.4. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
JENKINS-73889: Cannot reuse an open socket (#204) * JENKINS-73889: Cannot reuse an open socket * JENKINS-73889: Cannot reuse an open socket * JENKINS-73889: Cannot reuse an open socket --------- Co-authored-by: mpet <[email protected]>
Access to banner (#206) * Update TimeoutService.java interrupt hanging timeoutservice threads * Update TimeoutService.java * Update TimeoutService.java * Update Connection.java * Update Connection.java * Update TimeoutService.java * Update TimeoutService.java * Update Connection.java * JENKINS-74733: Not possible to access banner content * JENKINS-74733: Not possible to access banner content --------- Co-authored-by: mpet <[email protected]>
Adding timeouts to wait methods, to never allow for infinite wait() s… …tate. (#198) * Adding timeouts to wait methods, to never allow for infinite thread wait. * Update StreamGobbler.java Add timeouts to StreamGobbler methods * Update ChannelManager.java Use existing DEFAULT_WAIT_TIMEOUT for timeout * Update TransportManager.java Add DEFAULT_WAIT_TIMEOUT, and use it for wait() calls * Update KexManager.java * Update FifoBuffer.java * Increase default timeout to 20min, to allow for temporary network issues. * Fix DM_BOXED_PRIMITIVE_FOR_PARSING
chore(deps): bump org.jenkins-ci:jenkins from 1.114 to 1.116 (#190) Bumps [org.jenkins-ci:jenkins](https://github.com/jenkinsci/pom) from 1.114 to 1.116. - [Release notes](https://github.com/jenkinsci/pom/releases) - [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG-old.md) - [Commits](jenkinsci/pom@jenkins-1.114...jenkins-1.116) --- updated-dependencies: - dependency-name: org.jenkins-ci:jenkins dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Trilead ssh2 fix big integer removes leading zero (#178) * Update TimeoutService.java interrupt hanging timeoutservice threads * Update TimeoutService.java * Update TimeoutService.java * Update Connection.java * Update Connection.java * Update TimeoutService.java * Update TimeoutService.java * Update Connection.java * fix BigInteger --------- Co-authored-by: mikael petterson <[email protected]>
JENKINS-71798: TimeoutService threads are left after closing connecti… …on (#155) * JENKINS-71798: TimeoutService threads are left after closing connection * Update src/com/trilead/ssh2/util/TimeoutService.java Co-authored-by: Ivan Fernandez Calvo <[email protected]> * Update TimeoutService.java --------- Co-authored-by: Ivan Fernandez Calvo <[email protected]>
Giving threads names for easier troubleshooting (#135) We ran into an issue were we had hundreds of Trilead threads simply using the default names Thread-1....Thread-250 With this change it would be very easy to identify to what library and connection a thread belongs to.
PreviousNext