[GitHub] [mina-sshd] tomaswolf merged pull request #254: NIO2: fix indefinite hang in ConcurrentConnectionTest

2022-10-11 Thread GitBox
tomaswolf merged PR #254: URL: https://github.com/apache/mina-sshd/pull/254 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.

[GitHub] [mina-sshd] tomaswolf opened a new pull request, #254: NIO2: fix indefinite hang in ConcurrentConnectionTest

2022-10-11 Thread GitBox
tomaswolf opened a new pull request, #254: URL: https://github.com/apache/mina-sshd/pull/254 This test sometimes hung indefinitely. Use a timed wait on a CountdownLatch instead of busy spinning without timeout whatsoever until some counters reach a certain value. Fix the underlying p

[jira] [Updated] (SSHD-1300) ProcessBuilder#environment() equivalent for ChannelExec

2022-10-11 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1300: -- Description: Hello! is there an equivalent of _java.lang.ProcessBuilder#environment()_ for _org.apache.sshd.client.cha

[jira] [Updated] (SSHD-1300) ProcessBuilder#environment() equivalent for ChannelExec

2022-10-11 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1300: -- Summary: ProcessBuilder#environment() equivalent for ChannelExec (was: ProcessBuilder#environment equivalent for Channe