Call for Presentations, Community Over Code Asia 2023

2023-06-05 Thread Rich Bowen
You are receiving this message because you are subscribed to one more more developer mailing lists at the Apache Software Foundation. The call for presentations is now open at "https://apachecon.com/acasia2023/cfp.html;, and will be closed by Sunday, Jun 18th, 2023 11:59 PM GMT. The event will

[GitHub] [mina-sshd] tomaswolf merged pull request #389: SftpFileSystem: Open Modes & FileChannel locks

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

[GitHub] [mina-sshd] tomaswolf closed issue #383: SftpFileSystemProvider.newFileChannel() uses wrong default mode

2023-06-05 Thread via GitHub
tomaswolf closed issue #383: SftpFileSystemProvider.newFileChannel() uses wrong default mode URL: https://github.com/apache/mina-sshd/issues/383 -- 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

[GitHub] [mina-sshd] tomaswolf closed issue #384: FileChannel.lock() doesn't work for read-only channels from SftpFileSystemProvider.newFileChannel()

2023-06-05 Thread via GitHub
tomaswolf closed issue #384: FileChannel.lock() doesn't work for read-only channels from SftpFileSystemProvider.newFileChannel() URL: https://github.com/apache/mina-sshd/issues/384 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [mina-sshd] tomaswolf merged pull request #387: Upgraded used Bouncycastle version

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

[GitHub] [mina-sshd] tomaswolf opened a new pull request, #390: GH-388: ChannelExec: support non-UTF-8 commands

2023-06-05 Thread via GitHub
tomaswolf opened a new pull request, #390: URL: https://github.com/apache/mina-sshd/pull/390 Add operations to execute commands that use some other encoding than UTF-8: one version that has a Charset as extra parameter, and another version that simply takes a byte[] as command. Use

[ANNOUNCE] Apache MINA 2.2.2, 2.1.7 and 2.0.24 released

2023-06-05 Thread Emmanuel Lecharny
The Apache MINA project is pleased to announce the release of Apache MINA 2.2.2, 2.1.7 and 2.0.24 Those versions are fixing some SSL/TLS issues and bring some added features: * DIRMINA-1122: support for endpoint identification algorithm (thanks to Marcin L) * DIRMINA-1157: A fix for a sporadic