This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 837cd7b57 Site checkin for project Apache Mina SSHD
837cd7b57 is described below

commit 837cd7b57c1a3f0cf19d9c6242b5f180c54e038c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 29 06:27:46 2025 +0000

    Site checkin for project Apache Mina SSHD
---
 index.html                    | 24 +++++++++++++++++++++---
 japicmp-sshd-cli.html         |  4 ++--
 japicmp-sshd-common.html      |  4 ++--
 japicmp-sshd-contrib.html     |  4 ++--
 japicmp-sshd-core.html        |  4 ++--
 japicmp-sshd-git.html         |  4 ++--
 japicmp-sshd-ldap.html        |  4 ++--
 japicmp-sshd-mina.html        |  4 ++--
 japicmp-sshd-netty.html       |  4 ++--
 japicmp-sshd-openpgp.html     |  4 ++--
 japicmp-sshd-osgi.html        |  4 ++--
 japicmp-sshd-putty.html       |  4 ++--
 japicmp-sshd-scp.html         |  4 ++--
 japicmp-sshd-sftp.html        |  4 ++--
 japicmp-sshd-spring-sftp.html |  4 ++--
 15 files changed, 49 insertions(+), 31 deletions(-)

diff --git a/index.html b/index.html
index 9f5400286..bc7a5e318 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/index.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/index.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Apache MINA sshd</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
@@ -107,7 +107,25 @@ It will not be API-compatible with the 2.X releases. There 
are
 <a href="https://siom79.github.io/japicmp"; 
class="externalLink"><code>japicmp</code></a> reports about the API changes 
available
 here; see the menu on the left. Most of the API changes affect only the 
<code>protected</code> API,
 i.e., the API for subclassing. But there are also changes in the 
<code>public</code> API that may
-affect user code.</p></section>        </main>
+affect user code.</p><section><a id="Roadmap"></a>
+<h2>Roadmap</h2>
+<p>We cannot give a definitive roadmap with milestone dates. All development 
is done by
+volunteers in their free time and resources are limited.</p>
+<p>But we can give you a rough outline of what we want to do:</p>
+<ul>
+
+<li><strong>3.0.0-M1</strong>: Rework of the SSH transport protocol as a 
filter chain. The main user-visible new feature is support for client-side 
proxies.</li>
+</ul>
+<p>Further possible milestones (the order might change, though):</p>
+<ul>
+
+<li>Some rework of handling of private/public keys. No new feature planned, 
it's necessary clean-up that will require some public API changes.</li>
+<li>Resolve the split packages between <code>sshd-common</code> and 
<code>sshd-core</code>.</li>
+<li>Support Java native ed25519 on Java &gt;= 15. This may result in a 
multi-release JAR artifact.</li>
+<li>Some refactoring of SFTP code; current code has shortcomings regarding 
SFTP file systems.</li>
+<li>Anything else we stumble upon and that we cannot fix reasonably without 
breaking API.</li>
+</ul>
+<p>We reserve the right to make arbitrary API changes between 
M-releases.</p></section></section>        </main>
       </div>
     </div>
     <hr/>
diff --git a/japicmp-sshd-cli.html b/japicmp-sshd-cli.html
index 4792c6852..d0e72d96b 100644
--- a/japicmp-sshd-cli.html
+++ b/japicmp-sshd-cli.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-cli.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-cli.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-cli</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
diff --git a/japicmp-sshd-common.html b/japicmp-sshd-common.html
index 069f50c77..abcb1c53e 100644
--- a/japicmp-sshd-common.html
+++ b/japicmp-sshd-common.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-common.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-common.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-common</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
diff --git a/japicmp-sshd-contrib.html b/japicmp-sshd-contrib.html
index cc951bd37..1212e28d9 100644
--- a/japicmp-sshd-contrib.html
+++ b/japicmp-sshd-contrib.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-contrib.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-contrib.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-contrib</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
diff --git a/japicmp-sshd-core.html b/japicmp-sshd-core.html
index 81d27fb09..040b6e043 100644
--- a/japicmp-sshd-core.html
+++ b/japicmp-sshd-core.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-core.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-core.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-core</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
diff --git a/japicmp-sshd-git.html b/japicmp-sshd-git.html
index cb122a8be..12241c779 100644
--- a/japicmp-sshd-git.html
+++ b/japicmp-sshd-git.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-git.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-git.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-git</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
diff --git a/japicmp-sshd-ldap.html b/japicmp-sshd-ldap.html
index 85a391fea..6f76c157c 100644
--- a/japicmp-sshd-ldap.html
+++ b/japicmp-sshd-ldap.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-ldap.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-ldap.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-ldap</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
diff --git a/japicmp-sshd-mina.html b/japicmp-sshd-mina.html
index d4efa96dd..ca4783f8d 100644
--- a/japicmp-sshd-mina.html
+++ b/japicmp-sshd-mina.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-mina.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-mina.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-mina</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
diff --git a/japicmp-sshd-netty.html b/japicmp-sshd-netty.html
index f86db84f3..57d14f89c 100644
--- a/japicmp-sshd-netty.html
+++ b/japicmp-sshd-netty.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-netty.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-netty.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-netty</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
diff --git a/japicmp-sshd-openpgp.html b/japicmp-sshd-openpgp.html
index dbf2a9b85..0d5ea14a1 100644
--- a/japicmp-sshd-openpgp.html
+++ b/japicmp-sshd-openpgp.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-openpgp.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-openpgp.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-openpgp</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
diff --git a/japicmp-sshd-osgi.html b/japicmp-sshd-osgi.html
index c8ef5a517..55c0bffa4 100644
--- a/japicmp-sshd-osgi.html
+++ b/japicmp-sshd-osgi.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-osgi.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-osgi.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-osgi</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
diff --git a/japicmp-sshd-putty.html b/japicmp-sshd-putty.html
index df1388ad2..dbd79b901 100644
--- a/japicmp-sshd-putty.html
+++ b/japicmp-sshd-putty.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-putty.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-putty.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-putty</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
diff --git a/japicmp-sshd-scp.html b/japicmp-sshd-scp.html
index 1a4fe3ec0..af973a64f 100644
--- a/japicmp-sshd-scp.html
+++ b/japicmp-sshd-scp.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-scp.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-scp.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-scp</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
diff --git a/japicmp-sshd-sftp.html b/japicmp-sshd-sftp.html
index bb53b5946..d47cd40b8 100644
--- a/japicmp-sshd-sftp.html
+++ b/japicmp-sshd-sftp.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-sftp.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-sftp.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-sftp</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>
diff --git a/japicmp-sshd-spring-sftp.html b/japicmp-sshd-spring-sftp.html
index 5fcf35ed9..af2a8d75d 100644
--- a/japicmp-sshd-spring-sftp.html
+++ b/japicmp-sshd-spring-sftp.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-spring-sftp.md at 2025-08-27
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
target/src/site/markdown/japicmp-sshd-spring-sftp.md at 2025-08-29
  | Rendered using Apache Maven Fluido Skin 2.1.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -32,7 +32,7 @@
           <ul class="breadcrumb">
       <li><a href="./">Apache MINA sshd</a><span class="divider">/</span></li>
     <li class="active">Compatibility Report for sshd-spring-sftp</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-27</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-08-29</li>
           <li id="projectVersion" class="pull-right">Version: 
3.0.0-SNAPSHOT</li>
           </ul>
         </div>

Reply via email to