Skip to content

Tags: jenkinsci/trilead-ssh2

Tags

build-217-jenkins-320.v5e642c4d956a_

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

build-217-jenkins-314.v04c3b_da_c5c4b_

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

build-217-jenkins-313.vfcfe7469ceb_2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

build-217-jenkins-307.v15622a_f005d7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

build-217-jenkins-306.v15dfef32ff14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

build-217-jenkins-274.276.v58da_75159cb_7

[SECURITY-3333]

build-217-jenkins-247.249.v2c275b_194046

[SECURITY-3333]

build-217-jenkins-293.v56de4d4d3515

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

build-217-jenkins-274.va_969b_d35f933

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

build-217-jenkins-255.vc65d8d1d158f

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.