You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tw...@apache.org on 2023/04/02 17:29:22 UTC

[mina-sshd] branch master updated (5c8e5eabe -> 752faa566)

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 5c8e5eabe Utility method FilePasswordProvider.decode()
     new a24a2645a Formatting fix
     new 752faa566 Switch to 2.10.0-SNAPSHOT

The 2 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:
 assembly/pom.xml                                                   | 2 +-
 pom.xml                                                            | 2 +-
 sshd-cli/pom.xml                                                   | 2 +-
 sshd-common/pom.xml                                                | 2 +-
 .../keys/loader/openssh/OpenSSHKeyPairResourceParserAEADTest.java  | 7 ++-----
 sshd-contrib/pom.xml                                               | 2 +-
 sshd-core/pom.xml                                                  | 2 +-
 sshd-git/pom.xml                                                   | 2 +-
 sshd-ldap/pom.xml                                                  | 2 +-
 sshd-mina/pom.xml                                                  | 2 +-
 sshd-netty/pom.xml                                                 | 2 +-
 sshd-openpgp/pom.xml                                               | 2 +-
 sshd-osgi/pom.xml                                                  | 2 +-
 sshd-putty/pom.xml                                                 | 2 +-
 sshd-scp/pom.xml                                                   | 2 +-
 sshd-sftp/pom.xml                                                  | 2 +-
 sshd-spring-sftp/pom.xml                                           | 2 +-
 17 files changed, 18 insertions(+), 21 deletions(-)


[mina-sshd] 02/02: Switch to 2.10.0-SNAPSHOT

Posted by tw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 752faa5664ce51c09395a77e0d760de45f5a6140
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Sun Mar 26 20:51:00 2023 +0200

    Switch to 2.10.0-SNAPSHOT
    
    New features and API changes warrant a new minor version for the next
    release.
---
 assembly/pom.xml         | 2 +-
 pom.xml                  | 2 +-
 sshd-cli/pom.xml         | 2 +-
 sshd-common/pom.xml      | 2 +-
 sshd-contrib/pom.xml     | 2 +-
 sshd-core/pom.xml        | 2 +-
 sshd-git/pom.xml         | 2 +-
 sshd-ldap/pom.xml        | 2 +-
 sshd-mina/pom.xml        | 2 +-
 sshd-netty/pom.xml       | 2 +-
 sshd-openpgp/pom.xml     | 2 +-
 sshd-osgi/pom.xml        | 2 +-
 sshd-putty/pom.xml       | 2 +-
 sshd-scp/pom.xml         | 2 +-
 sshd-sftp/pom.xml        | 2 +-
 sshd-spring-sftp/pom.xml | 2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index ee8f931d0..444f750b9 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>apache-sshd</artifactId>
diff --git a/pom.xml b/pom.xml
index fed8a2fc7..2b4a23ff2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd</artifactId>
-    <version>2.9.3-SNAPSHOT</version>
+    <version>2.10.0-SNAPSHOT</version>
     <name>Apache Mina SSHD</name>
     <packaging>pom</packaging>
     <inceptionYear>2008</inceptionYear>
diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml
index dbe0378ed..ca7b70eda 100644
--- a/sshd-cli/pom.xml
+++ b/sshd-cli/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-cli</artifactId>
diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml
index 3d8c5cac5..b648607e4 100644
--- a/sshd-common/pom.xml
+++ b/sshd-common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml
index 0e9efd49e..ecd855156 100644
--- a/sshd-contrib/pom.xml
+++ b/sshd-contrib/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
     </parent>
 
     <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE :::
diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index e12dff06a..46123842b 100644
--- a/sshd-core/pom.xml
+++ b/sshd-core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml
index 5cb4b7fad..3bbb76909 100644
--- a/sshd-git/pom.xml
+++ b/sshd-git/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-git</artifactId>
diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml
index d63cd3212..b228d23c0 100644
--- a/sshd-ldap/pom.xml
+++ b/sshd-ldap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-ldap</artifactId>
diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml
index 39d60dae8..a2163ad35 100644
--- a/sshd-mina/pom.xml
+++ b/sshd-mina/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml
index c0d0fd834..676220ca3 100644
--- a/sshd-netty/pom.xml
+++ b/sshd-netty/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml
index d764e58bd..c48ef991c 100644
--- a/sshd-openpgp/pom.xml
+++ b/sshd-openpgp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-osgi/pom.xml b/sshd-osgi/pom.xml
index d68a21d88..7cb664109 100644
--- a/sshd-osgi/pom.xml
+++ b/sshd-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-osgi</artifactId>
diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml
index 550009cd7..136edbb7c 100644
--- a/sshd-putty/pom.xml
+++ b/sshd-putty/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml
index 0f05ea43b..c3d1c1124 100644
--- a/sshd-scp/pom.xml
+++ b/sshd-scp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-scp</artifactId>
diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml
index 847804495..2490c0391 100644
--- a/sshd-sftp/pom.xml
+++ b/sshd-sftp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-sftp</artifactId>
diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml
index 6cd897ef1..c1a4e5c78 100644
--- a/sshd-spring-sftp/pom.xml
+++ b/sshd-spring-sftp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.9.3-SNAPSHOT</version>
+        <version>2.10.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-spring-sftp</artifactId>


[mina-sshd] 01/02: Formatting fix

Posted by tw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit a24a2645a24650239665c2d6298b55fbc5cc56c5
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Sun Apr 2 13:07:16 2023 +0200

    Formatting fix
---
 .../keys/loader/openssh/OpenSSHKeyPairResourceParserAEADTest.java  | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/sshd-common/src/test/java/org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKeyPairResourceParserAEADTest.java b/sshd-common/src/test/java/org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKeyPairResourceParserAEADTest.java
index 6651bae8b..1dac4687b 100644
--- a/sshd-common/src/test/java/org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKeyPairResourceParserAEADTest.java
+++ b/sshd-common/src/test/java/org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKeyPairResourceParserAEADTest.java
@@ -18,15 +18,12 @@
  */
 package org.apache.sshd.common.config.keys.loader.openssh;
 
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
-
 import java.net.URL;
 import java.security.KeyPair;
 import java.util.Collection;
 
 import org.apache.sshd.common.config.keys.KeyUtils;
+import org.apache.sshd.util.test.JUnitTestSupport;
 import org.apache.sshd.util.test.NoIoTestCase;
 import org.junit.Before;
 import org.junit.Test;
@@ -41,7 +38,7 @@ import org.junit.runners.Parameterized.Parameters;
  */
 @RunWith(Parameterized.class)
 @Category({ NoIoTestCase.class })
-public class OpenSSHKeyPairResourceParserAEADTest {
+public class OpenSSHKeyPairResourceParserAEADTest extends JUnitTestSupport {
 
     private static final String BASE = "ed25519_priv";