hydrator-plugins
hydrator-plugins copied to clipboard
Bump org.apache.sshd:sshd-core from 1.2.0 to 2.7.0 in /core-plugins
Bumps org.apache.sshd:sshd-core from 1.2.0 to 2.7.0.
Changelog
Sourced from org.apache.sshd:sshd-core's changelog.
Version 2.6.0 to 2.7.0
Version 2.7.0 to 2.8.0
Version 2.8.0 to 2.9.0
Version 2.9.0 to 2.9.1
Version 2.9.1 to 2.9.2
Version 2.9.2 to 2.10.0
Planned for next version
Bug Fixes
GH-370 Also compare file keys in
ModifiableFileWatcher
.GH-371 Fix channel pool in
SftpFileSystem
.GH-383 Use correct default
OpenOption
s inSftpFileSystemProvider.newFileChannel()
.GH-384 Use correct lock modes for SFTP
FileChannel.lock()
.GH-388
ScpClient
: support issuing commands to a server that uses a non-UTF-8 locale.GH-398
SftpInputStreamAsync
: fix reporting EOF on zero-length reads.SSHD-1259 Consider all applicable host keys from the known_hosts files.
SSHD-1310
SftpFileSystem
: do not close user session.SSHD-1327
ChannelAsyncOutputStream
: remove write future when done.SSHD-1332 (Regression in 2.10.0) Resolve ~ in IdentityFile file names in
HostConfigEntry
.New Features
- GH-356 Publish snapshot maven artifacts to the Apache Snapshots maven repository.
Major Code Re-factoring
As part of the fix for GH-371 the channel pool in
SftpFileSystem
was rewritten completely. Previous code also usedThreadLocal
s to storeSftpClient
s, which could cause memory leaks.These
ThreadLocal
s have been removed, and the channel pool has been rewritten to function similar to a JavaThreadPool
: the pool has a maximum size; it has an expiration duration after which an idle channel is removed and closed, and it has a "core size" of channels to keep even if they are idle. If a channel is closed for any reason it is evicted from the pool.Properties to configure these pool parameters have been added to
SftpModuleProperties
.
Commits
2772c7c
[maven-release-plugin] prepare release sshd-2.7.0c5500e9
Add changelog for 2.7.09a724be
[SSHD-525] Server side implementation of [email protected]4dad0d7
[SSHD-1145] Deprecate ReflectionUtils#isClassAvailable and use ThreadUtils#re...db7cbdc
[SSHD-1158] Don't send channel EOF after having received channel CLOSE60b50f9
[SSHD-1141] DefaultClientKexExtensionHandler: ensure list is modifiable797d887
Updated Netty version to 4.1.634bfeca3
Updated PMD version to 6.33.0f7a2ae3
Updated Checkstyle version to 8.41.10a3f5da
Updated Spring Core version to 5.3.6- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.