[jira] [Work logged] (DIRMINA-1169) BindException on Java >= 11 due to race condition in AbstractPollingIoAcceptor

2023-05-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1169?focusedWorklogId=861879=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861879 ] ASF GitHub Bot logged work on DIRMINA-1169: --- Author: ASF GitHub Bot

[jira] [Work logged] (DIRMINA-1169) BindException on Java >= 11 due to race condition in AbstractPollingIoAcceptor

2023-05-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1169?focusedWorklogId=861880=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861880 ] ASF GitHub Bot logged work on DIRMINA-1169: --- Author: ASF GitHub Bot

[GitHub] [mina] tomaswolf closed pull request #39: Fix patch application for DIRMINA-1169

2023-05-20 Thread via GitHub
tomaswolf closed pull request #39: Fix patch application for DIRMINA-1169 URL: https://github.com/apache/mina/pull/39 -- 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

[GitHub] [mina] tomaswolf commented on pull request #39: Fix patch application for DIRMINA-1169

2023-05-20 Thread via GitHub
tomaswolf commented on PR #39: URL: https://github.com/apache/mina/pull/39#issuecomment-1556028337 Obsoleted by commit c7cb73cb4. -- 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

[GitHub] [mina-sshd] archiecobbs commented on issue #370: ModifiableFileWatcher should watch for changes in BasicFileAttributes.fileKey()

2023-05-20 Thread via GitHub
archiecobbs commented on issue #370: URL: https://github.com/apache/mina-sshd/issues/370#issuecomment-1555969972 Awesome, thanks. -- 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

[GitHub] [mina-sshd] tomaswolf opened a new pull request, #377: [SSHD-1310] SftpFileSystem: do not close user sessions

2023-05-20 Thread via GitHub
tomaswolf opened a new pull request, #377: URL: https://github.com/apache/mina-sshd/pull/377 A SftpFileSystem can be obtained in two ways: 1. Via FileSystems.newFileSystem() 2. Via SftpClientFactory.instance().createSftpFileSystem(ClientSession) In the first case, the

[GitHub] [mina-sshd] tomaswolf closed issue #370: ModifiableFileWatcher should watch for changes in BasicFileAttributes.fileKey()

2023-05-20 Thread via GitHub
tomaswolf closed issue #370: ModifiableFileWatcher should watch for changes in BasicFileAttributes.fileKey() URL: https://github.com/apache/mina-sshd/issues/370 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [mina-sshd] tomaswolf merged pull request #375: GH-370: Also compare file keys in ModifiableFileWatcher

2023-05-20 Thread via GitHub
tomaswolf merged PR #375: URL: https://github.com/apache/mina-sshd/pull/375 -- 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:

[jira] [Reopened] (SSHD-1310) SftpFileSystem.close() method, closes the session as well.

2023-05-20 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wolf reopened SSHD-1310: --- Assignee: Thomas Wolf Re-opening. Actually, yes, an {{SftpFileSystem}} is intended to be used in a

[GitHub] [mina-sshd] tomaswolf commented on issue #356: Provide Snapshot builds of current master

2023-05-20 Thread via GitHub
tomaswolf commented on issue #356: URL: https://github.com/apache/mina-sshd/issues/356#issuecomment-1555950777 The two secrets are named NEXUS_USER and NEXUS_PW. They have been enabled now for this repository. Apparently that is all we need, so we can go forward with this. -- This

[jira] [Work logged] (DIRMINA-1169) BindException on Java >= 11 due to race condition in AbstractPollingIoAcceptor

2023-05-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1169?focusedWorklogId=861867=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861867 ] ASF GitHub Bot logged work on DIRMINA-1169: --- Author: ASF GitHub Bot

[GitHub] [mina] tomaswolf opened a new pull request, #39: Fix patch application for DIRMINA-1169

2023-05-20 Thread via GitHub
tomaswolf opened a new pull request, #39: URL: https://github.com/apache/mina/pull/39 Add the most crucial bit: the actual fix. Since Java 11, unbinding may take effect only on the next select(). Thus there must be a select() between unbindings and performing new bindings. -- This is an

[jira] [Work logged] (DIRMINA-1169) BindException on Java >= 11 due to race condition in AbstractPollingIoAcceptor

2023-05-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1169?focusedWorklogId=861859=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861859 ] ASF GitHub Bot logged work on DIRMINA-1169: --- Author: ASF GitHub Bot

[GitHub] [mina] tomaswolf commented on pull request #35: [DIRMINA-1169] Fix unbinding a serverSocketChannel

2023-05-20 Thread via GitHub
tomaswolf commented on PR #35: URL: https://github.com/apache/mina/pull/35#issuecomment-1555823619 > Merged in 2.2.X But not correctly. See my [comment](https://github.com/apache/mina/commit/36f4e9718d43509d0182b153277ff186148660f3#r114177942). -- This is an automated message from