This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.
from 2292042 Merge pull request #113 from gnodet/fix-ci new 62f41a4 [SSHD-970] Updated CHANGES.md new 23d2763 [SSHD-968] Added SessionHelper#preProcessEncodeBuffer new 7cb63ea [SSHD-968] Separated reserved messages handler invocation to separate overridable methods in SessionHelper new 9628353 [SSHD-968] Interpret SSH_MSG_UNIMPLEMENTED response to a heartbeat request as a liveness indicator The 4 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 | 13 ++- docs/client-setup.md | 5 +- .../org/apache/sshd/common/util/buffer/Buffer.java | 16 ++- .../sshd/common/util/buffer/ByteArrayBuffer.java | 5 + .../common/session/helpers/AbstractSession.java | 117 +++++++++++++++++---- .../sshd/common/session/helpers/SessionHelper.java | 82 +++++++++++++-- .../test/java/org/apache/sshd/KeepAliveTest.java | 68 ++++++++++-- 7 files changed, 271 insertions(+), 35 deletions(-)