This is an automated email from the ASF dual-hosted git repository.
twolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from 45fd3a4a8 [releng] Exclude the .github directory from license checks
add 29ed50c85 GH-268: Fix ClientConnectionService.sendHeartBeat()
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 2 +
.../client/session/ClientConnectionService.java | 33 ++------------
.../sshd/common/future/GlobalRequestFuture.java | 12 +----
.../sshd/common/global/GlobalRequestException.java | 53 ++++++++++++++++++++++
.../common/session/helpers/AbstractSession.java | 16 +++++--
.../test/java/org/apache/sshd/KeepAliveTest.java | 31 +++++++++++++
.../sshd/common/session/GlobalRequestTest.java | 17 +++++--
7 files changed, 116 insertions(+), 48 deletions(-)
create mode 100644
sshd-core/src/main/java/org/apache/sshd/common/global/GlobalRequestException.java