Author: schultz
Date: Wed Jun 17 20:49:09 2026
New Revision: 1935463
Log:
Add noteable changes for upcoming releases
Modified:
tomcat/site/trunk/xdocs/migration-10.1.xml
tomcat/site/trunk/xdocs/migration-11.0.xml
tomcat/site/trunk/xdocs/migration-9.xml
Modified: tomcat/site/trunk/xdocs/migration-10.1.xml
==============================================================================
--- tomcat/site/trunk/xdocs/migration-10.1.xml Wed Jun 17 20:21:49 2026
(r1935462)
+++ tomcat/site/trunk/xdocs/migration-10.1.xml Wed Jun 17 20:49:09 2026
(r1935463)
@@ -164,6 +164,16 @@ versions of Apache Tomcat<sup>®</su
In 10.1.51 onwards, the minimum Tomcat Native version is 1.3.4 for
Tomcat Native 1.3.x and 2.0.12 for Tomcat Native 2.0.x.
</li>
+ <li>
+ Tomcat 10.1.56 introduces a <b>breaking change</b> for users of the
+ <code>EncryptInterceptor</code> in their clustering configuration.
+ Migration from prior-to-Tomcat-10.1.56 to after-Tomcat-10.1.56
+ will require that <i>all</i> cluster nodes are stopped and restarted
+ to perform the migration. There is an additional, required, piece of
+ data that is being introduced into the cluster data stream for
+ <code>EncryptInterceptor</code> and nodes running any older versions
+ will fail to send or receive cluster messages.
+ </li>
</ul>
</subsection>
Modified: tomcat/site/trunk/xdocs/migration-11.0.xml
==============================================================================
--- tomcat/site/trunk/xdocs/migration-11.0.xml Wed Jun 17 20:21:49 2026
(r1935462)
+++ tomcat/site/trunk/xdocs/migration-11.0.xml Wed Jun 17 20:49:09 2026
(r1935463)
@@ -168,6 +168,16 @@ versions of Apache Tomcat<sup>®</su
In 11.0.16 onwards, the minimum Tomcat Native version is 1.3.4 for
Tomcat Native 1.3.x and 2.0.12 for Tomcat Native 2.0.x.
</li>
+ <li>
+ Tomcat 11.0.23 introduces a <b>breaking change</b> for users of the
+ <code>EncryptInterceptor</code> in their clustering configuration.
+ Migration from prior-to-Tomcat-11.0.23 to after-Tomcat-11.0.23
+ will require that <i>all</i> cluster nodes are stopped and restarted
+ to perform the migration. There is an additional, required, piece of
+ data that is being introduced into the cluster data stream for
+ <code>EncryptInterceptor</code> and nodes running any older versions
+ will fail to send or receive cluster messages.
+ </li>
</ul>
</subsection>
Modified: tomcat/site/trunk/xdocs/migration-9.xml
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml Wed Jun 17 20:21:49 2026
(r1935462)
+++ tomcat/site/trunk/xdocs/migration-9.xml Wed Jun 17 20:49:09 2026
(r1935463)
@@ -395,6 +395,16 @@ versions of Apache Tomcat<sup>®</su
In 9.0.114 onwards, the minimum Tomcat Native version is 1.3.4 for
Tomcat Native 1.3.x and 2.0.12 for Tomcat Native 2.0.x.
</li>
+ <li>
+ Tomcat 9.0.119 introduces a <b>breaking change</b> for users of the
+ <code>EncryptInterceptor</code> in their clustering configuration.
+ Migration from prior-to-Tomcat-9.0.119 to after-Tomcat-9.0.119
+ will require that <i>all</i> cluster nodes are stopped and restarted
+ to perform the migration. There is an additional, required, piece of
+ data that is being introduced into the cluster data stream for
+ <code>EncryptInterceptor</code> and nodes running any older versions
+ will fail to send or receive cluster messages.
+ </li>
</ul>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]