This is an automated email from the ASF dual-hosted git repository.
twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new df83bf315 Update README and CHANGES
df83bf315 is described below
commit df83bf3154ccab8076892b9e748db24b31795671
Author: Thomas Wolf <[email protected]>
AuthorDate: Fri Aug 9 18:54:47 2024 +0200
Update README and CHANGES
Mention sshd-benchmarks in the README, and minor grammar fixes in
CHANGES.
---
CHANGES.md | 10 +++++-----
README.md | 3 +++
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 84ebe181f..8883f75f7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -43,14 +43,15 @@
## New Features
-* New utility methods `SftpClient.put(Path localFile, String remoteFileName)`
and `SftpClient.put(InputStream in, String remoteFileName)` facilitate SFTP
file uploading.
+* New utility methods `SftpClient.put(Path localFile, String remoteFileName)`
and
+`SftpClient.put(InputStream in, String remoteFileName)` facilitate SFTP file
uploading.
## Potential compatibility issues
There is a new `SecurityProviderRegistrar` that is registered by default
if there is a `SunJCE` security provider and that uses the AES and
HmacSHA* implementations from `SunJCE` even if Bouncy Castle is also
-registered. `SunJCE` has native implementation, whereas Bouncy Castle
+registered. `SunJCE` has native implementations, whereas Bouncy Castle
may not.
The new registrar has the name "SunJCEWrapper" and can be configured
@@ -61,6 +62,5 @@ like any other registrar. It can be disabled via the system
property
### JDK requirements
-The project now requires JDK 17 at build time
-[GH-536](https://github.com/apache/mina-sshd/issues/536), while the target
runtime
-still remains unchanged to support JDK 8.
+* [GH-536](https://github.com/apache/mina-sshd/issues/536) The project now
requires
+JDK 17 at build time, while the target runtime still remains unchanged to
support JDK 8.
diff --git a/README.md b/README.md
index b41afda43..74c03127b 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,9 @@ implementation of the logging API can be selected from the
many existing adaptor
* *sshd-contrib* - **experimental** code that is currently under review and
may find its way into one of the other artifacts
(or become an entirely new artifact - e.g., *sshd-putty* evolved this way).
+* *sshd-benchmarks* - contains some JMH benchmarks for SSH operations. The
benchmarks are intended to be run by developers locally;
+the artifact is not part of the binary distribution, and is not deployed to
any maven repository.
+
# [Optional dependencies](./docs/dependencies.md)
# Quick reference