This is an automated email from the ASF dual-hosted git repository.
tomaswolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from 1285419f2 GH-743: Use a singleton SftpFileSystemProvider for the
ServiceLoader
add db0567b33 Improve git access
add 084cee87c Prepare release documentation
add c2d7b7a0b [maven-release-plugin] prepare release sshd-2.18.0
new ce59e814b [maven-release-plugin] prepare for next development iteration
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.md | 25 +--
assembly/pom.xml | 2 +-
CHANGES.md => docs/changes/2.18.0.md | 33 +--
pom.xml | 4 +-
sshd-benchmarks/pom.xml | 2 +-
sshd-cli/pom.xml | 2 +-
sshd-common/pom.xml | 2 +-
sshd-contrib/pom.xml | 2 +-
sshd-core/pom.xml | 2 +-
sshd-git/pom.xml | 2 +-
.../org/apache/sshd/git/AbstractGitCommand.java | 39 ++++
.../org/apache/sshd/git/pack/GitPackCommand.java | 8 +-
.../apache/sshd/git/pgm/EmbeddedCommandRunner.java | 3 +-
.../apache/sshd/git/pack/GitPackCommandTest.java | 246 +++++++++++++++++++++
sshd-ldap/pom.xml | 2 +-
sshd-mina/pom.xml | 2 +-
sshd-netty/pom.xml | 2 +-
sshd-openpgp/pom.xml | 2 +-
sshd-osgi/pom.xml | 2 +-
sshd-putty/pom.xml | 2 +-
sshd-scp/pom.xml | 2 +-
sshd-sftp/pom.xml | 2 +-
sshd-spring-sftp/pom.xml | 2 +-
23 files changed, 311 insertions(+), 79 deletions(-)
copy CHANGES.md => docs/changes/2.18.0.md (58%)