Site checkin for project Apache Mina SSHD
diff --git a/index.html b/index.html
index 621885c..01c107b 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/index.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</li>
<li id="projectVersion" class="pull-right">Version: 3.0.0-SNAPSHOT</li>
</ul>
</div>
@@ -114,15 +114,17 @@
<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>
+<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>
+<li><strong>3.0.0-M2</strong>: Refactoring of cryptography. New feature: multi-release JARs for <code>sshd-common</code>
+and <code>sshd-osgi</code> and using on newer Java versions the already built-in cryptographic algorithms
+for ChaCha20, ed25519, and ML-KEM.</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 >= 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>Resolve the split packages between <code>sshd-common</code> and <code>sshd-core</code>.</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>
diff --git a/japicmp-sshd-cli.html b/japicmp-sshd-cli.html
index fa0153b..730d59f 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-cli.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</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 10140db..455ab89 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-common.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</li>
<li id="projectVersion" class="pull-right">Version: 3.0.0-SNAPSHOT</li>
</ul>
</div>
@@ -1227,6 +1227,25 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
+</section><section><a id="Fields_2"></a>
+<h4>Fields</h4>
+<table class="table table-striped">
+<thead>
+<tr class="a">
+<th>Status</th>
+<th>Modifiers</th>
+<th>Type</th>
+<th>Name</th>
+<th>Annotations</th>
+<th>Compatibility Changes</th></tr></thead><tbody>
+<tr class="b">
+<td>Added</td>
+<td><strong><code>protected</code></strong> <strong><code>static</code></strong> <strong><code>final</code></strong></td>
+<td><strong><code>int</code></strong></td>
+<td><code>BLOCK_BYTES</code></td>
+<td> </td>
+<td><img src="https://img.shields.io/badge/No_changes-green" alt="No changes" title="No changes" /></td></tr></tbody>
+</table>
<hr />
<p><a id="user-content-org.apache.sshd.common.cipher.chacha20cipher"></a></p></section></section><section><a id="org.apache.sshd.common.cipher.ChaCha20Cipher"></a>
<h3><code>org.apache.sshd.common.cipher.ChaCha20Cipher</code></h3>
@@ -1409,7 +1428,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_2"></a>
+</section><section><a id="Fields_3"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -1678,7 +1697,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_3"></a>
+</section><section><a id="Fields_4"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -1801,7 +1820,7 @@
<td><del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_4"></a>
+</section><section><a id="Fields_5"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -4364,7 +4383,7 @@
<td><img src="https://img.shields.io/badge/Not_serializable-green" alt="Not serializable" title="Not serializable" /></td>
<td><img src="https://img.shields.io/badge/No_changes-green" alt="No changes" title="No changes" /></td></tr></tbody>
</table>
-<section><a id="Fields_5"></a>
+<section><a id="Fields_6"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -4968,7 +4987,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/No_changes-green" alt="No changes" title="No changes" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_6"></a>
+</section><section><a id="Fields_7"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -5987,7 +6006,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_7"></a>
+</section><section><a id="Fields_8"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -6535,7 +6554,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Class_generic_template_changed-orange" alt="Class generic template changed" title="Class generic template changed" /> <img src="https://img.shields.io/badge/Method_return_type_generics_changed-orange" alt="Method return type generics changed" title="Method return type generics changed" /> <img src="https://img.shields.io/badge/Method_parameter_generics_changed-orange" alt="Method parameter generics changed" title="Method parameter generics changed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_8"></a>
+</section><section><a id="Fields_9"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -6886,7 +6905,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_9"></a>
+</section><section><a id="Fields_10"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -7124,7 +7143,7 @@
<td><del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_10"></a>
+</section><section><a id="Fields_11"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -7225,7 +7244,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_11"></a>
+</section><section><a id="Fields_12"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -7310,7 +7329,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_12"></a>
+</section><section><a id="Fields_13"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -7619,7 +7638,7 @@
<td><del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_13"></a>
+</section><section><a id="Fields_14"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -7961,7 +7980,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Constructor_removed-red" alt="Constructor removed" title="Constructor removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_14"></a>
+</section><section><a id="Fields_15"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -8414,7 +8433,7 @@
<td><strong><a href="#null" title="java.io.IOException"><code>IOException</code></a></strong>, <strong><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></strong></td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_15"></a>
+</section><section><a id="Fields_16"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -8600,7 +8619,7 @@
<td><strong><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></strong></td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_16"></a>
+</section><section><a id="Fields_17"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -8923,7 +8942,7 @@
<td><del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_17"></a>
+</section><section><a id="Fields_18"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -9083,7 +9102,7 @@
<td><strong><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></strong></td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_18"></a>
+</section><section><a id="Fields_19"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -9249,7 +9268,7 @@
<td><del><a href="#null" title="java.io.IOException"><code>IOException</code></a></del>, <del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_19"></a>
+</section><section><a id="Fields_20"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -9485,7 +9504,7 @@
<td><del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/No_changes-green" alt="No changes" title="No changes" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_20"></a>
+</section><section><a id="Fields_21"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -9693,7 +9712,7 @@
<td><del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/No_changes-green" alt="No changes" title="No changes" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_21"></a>
+</section><section><a id="Fields_22"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -9956,7 +9975,7 @@
<td><strong><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></strong></td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_22"></a>
+</section><section><a id="Fields_23"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
diff --git a/japicmp-sshd-contrib.html b/japicmp-sshd-contrib.html
index d255f83..d1c229c 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-contrib.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</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 98e8fa0..60ba737 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-core.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</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 acebd58..894b503 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-git.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</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 beb7015..383b3f7 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-ldap.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</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 f3ca80b..c3d1863 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-mina.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</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 aba768e..08c02d2 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-netty.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</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 646b2e3..34bb916 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-openpgp.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</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 9e82308..3a23984 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-osgi.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</li>
<li id="projectVersion" class="pull-right">Version: 3.0.0-SNAPSHOT</li>
</ul>
</div>
@@ -5849,6 +5849,25 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
+</section><section><a id="Fields_12"></a>
+<h4>Fields</h4>
+<table class="table table-striped">
+<thead>
+<tr class="a">
+<th>Status</th>
+<th>Modifiers</th>
+<th>Type</th>
+<th>Name</th>
+<th>Annotations</th>
+<th>Compatibility Changes</th></tr></thead><tbody>
+<tr class="b">
+<td>Added</td>
+<td><strong><code>protected</code></strong> <strong><code>static</code></strong> <strong><code>final</code></strong></td>
+<td><strong><code>int</code></strong></td>
+<td><code>BLOCK_BYTES</code></td>
+<td> </td>
+<td><img src="https://img.shields.io/badge/No_changes-green" alt="No changes" title="No changes" /></td></tr></tbody>
+</table>
<hr />
<p><a id="user-content-org.apache.sshd.common.cipher.chacha20cipher"></a></p></section></section><section><a id="org.apache.sshd.common.cipher.ChaCha20Cipher"></a>
<h3><code>org.apache.sshd.common.cipher.ChaCha20Cipher</code></h3>
@@ -6031,7 +6050,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_12"></a>
+</section><section><a id="Fields_13"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -6300,7 +6319,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_13"></a>
+</section><section><a id="Fields_14"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -6423,7 +6442,7 @@
<td><del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_14"></a>
+</section><section><a id="Fields_15"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -9921,7 +9940,7 @@
<td><img src="https://img.shields.io/badge/Not_serializable-green" alt="Not serializable" title="Not serializable" /></td>
<td><img src="https://img.shields.io/badge/No_changes-green" alt="No changes" title="No changes" /></td></tr></tbody>
</table>
-<section><a id="Fields_15"></a>
+<section><a id="Fields_16"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -10005,7 +10024,7 @@
<td><img src="https://img.shields.io/badge/Not_serializable-green" alt="Not serializable" title="Not serializable" /></td>
<td><img src="https://img.shields.io/badge/No_changes-green" alt="No changes" title="No changes" /></td></tr></tbody>
</table>
-<section><a id="Fields_16"></a>
+<section><a id="Fields_17"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -11563,7 +11582,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_17"></a>
+</section><section><a id="Fields_18"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -13886,7 +13905,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_18"></a>
+</section><section><a id="Fields_19"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -14523,7 +14542,7 @@
<td><del><a href="#null" title="java.io.IOException"><code>IOException</code></a></del></td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_19"></a>
+</section><section><a id="Fields_20"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -14888,7 +14907,7 @@
<td><img src="https://img.shields.io/badge/Not_serializable-green" alt="Not serializable" title="Not serializable" /></td>
<td><img src="https://img.shields.io/badge/No_changes-green" alt="No changes" title="No changes" /></td></tr></tbody>
</table>
-<section><a id="Fields_20"></a>
+<section><a id="Fields_21"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -15492,7 +15511,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/No_changes-green" alt="No changes" title="No changes" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_21"></a>
+</section><section><a id="Fields_22"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -16511,7 +16530,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_22"></a>
+</section><section><a id="Fields_23"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -17059,7 +17078,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Class_generic_template_changed-orange" alt="Class generic template changed" title="Class generic template changed" /> <img src="https://img.shields.io/badge/Method_return_type_generics_changed-orange" alt="Method return type generics changed" title="Method return type generics changed" /> <img src="https://img.shields.io/badge/Method_parameter_generics_changed-orange" alt="Method parameter generics changed" title="Method parameter generics changed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_23"></a>
+</section><section><a id="Fields_24"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -17410,7 +17429,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_24"></a>
+</section><section><a id="Fields_25"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -17648,7 +17667,7 @@
<td><del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_25"></a>
+</section><section><a id="Fields_26"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -17749,7 +17768,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_26"></a>
+</section><section><a id="Fields_27"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -17834,7 +17853,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_27"></a>
+</section><section><a id="Fields_28"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -18143,7 +18162,7 @@
<td><del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_28"></a>
+</section><section><a id="Fields_29"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -18485,7 +18504,7 @@
<td> </td>
<td><img src="https://img.shields.io/badge/Constructor_removed-red" alt="Constructor removed" title="Constructor removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_29"></a>
+</section><section><a id="Fields_30"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -18938,7 +18957,7 @@
<td><strong><a href="#null" title="java.io.IOException"><code>IOException</code></a></strong>, <strong><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></strong></td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_30"></a>
+</section><section><a id="Fields_31"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -19124,7 +19143,7 @@
<td><strong><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></strong></td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_31"></a>
+</section><section><a id="Fields_32"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -19447,7 +19466,7 @@
<td><del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_32"></a>
+</section><section><a id="Fields_33"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -19607,7 +19626,7 @@
<td><strong><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></strong></td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_33"></a>
+</section><section><a id="Fields_34"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -19773,7 +19792,7 @@
<td><del><a href="#null" title="java.io.IOException"><code>IOException</code></a></del>, <del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/Method_removed-red" alt="Method removed" title="Method removed" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_34"></a>
+</section><section><a id="Fields_35"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -20009,7 +20028,7 @@
<td><del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/No_changes-green" alt="No changes" title="No changes" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_35"></a>
+</section><section><a id="Fields_36"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -20217,7 +20236,7 @@
<td><del><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></del></td>
<td><img src="https://img.shields.io/badge/No_changes-green" alt="No changes" title="No changes" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_36"></a>
+</section><section><a id="Fields_37"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -20480,7 +20499,7 @@
<td><strong><a href="#null" title="java.security.GeneralSecurityException"><code>GeneralSecurityException</code></a></strong></td>
<td><img src="https://img.shields.io/badge/Method_added_to_public_class-yellow" alt="Method added to public class" title="Method added to public class" /></td></tr></tbody>
</table>
-</section><section><a id="Fields_37"></a>
+</section><section><a id="Fields_38"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
@@ -20787,7 +20806,7 @@
<td><img src="https://img.shields.io/badge/Not_serializable-green" alt="Not serializable" title="Not serializable" /></td>
<td><img src="https://img.shields.io/badge/No_changes-green" alt="No changes" title="No changes" /></td></tr></tbody>
</table>
-<section><a id="Fields_38"></a>
+<section><a id="Fields_39"></a>
<h4>Fields</h4>
<table class="table table-striped">
<thead>
diff --git a/japicmp-sshd-putty.html b/japicmp-sshd-putty.html
index 633fae1..32b8d2b 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-putty.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</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 28b0ba6..ed794ed 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-scp.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</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 ae88074..a9f12f8 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-sftp.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</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 8dd7ce3..b349587 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-10-11
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/src/site/markdown/japicmp-sshd-spring-sftp.md at 2025-10-19
| 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-10-11</li>
+ <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-10-19</li>
<li id="projectVersion" class="pull-right">Version: 3.0.0-SNAPSHOT</li>
</ul>
</div>