Author: schultz
Date: Wed Sep 10 11:28:16 2025
New Revision: 1928331

Log:
Add notes about missing FileStore classes for two specific releases.

Modified:
   tomcat/site/trunk/docs/migration-10.1.html
   tomcat/site/trunk/docs/migration-9.html
   tomcat/site/trunk/xdocs/migration-10.1.xml
   tomcat/site/trunk/xdocs/migration-9.xml

Modified: tomcat/site/trunk/docs/migration-10.1.html
==============================================================================
--- tomcat/site/trunk/docs/migration-10.1.html  Wed Sep 10 11:22:50 2025        
(r1928330)
+++ tomcat/site/trunk/docs/migration-10.1.html  Wed Sep 10 11:28:16 2025        
(r1928331)
@@ -140,6 +140,11 @@ versions of Apache Tomcat<sup>&reg;</sup
         in your application. See <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=65513";>BZ 65513</a>
         for more information.
       </li>
+      <li>
+        In 10.1.45, a release packaging error caused some support classes
+        for FileStore to be missing from the release. You should avoid 10.1.45
+        if you use the FileStore session mechanism.
+      </li>
     </ul>
   </div></div>
 

Modified: tomcat/site/trunk/docs/migration-9.html
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html     Wed Sep 10 11:22:50 2025        
(r1928330)
+++ tomcat/site/trunk/docs/migration-9.html     Wed Sep 10 11:28:16 2025        
(r1928331)
@@ -371,6 +371,11 @@ versions of Apache Tomcat<sup>&reg;</sup
         <code>org.apache.juli.AsyncLoggerPollInterval</code> is no longer
         used.</p>
       </li>
+      <li>
+        In 9.0.109, a release packaging error caused some support classes
+        for FileStore to be missing from the release. You should avoid 9.0.109
+        if you use the FileStore session mechanism.
+      </li>
     </ul>
   </div></div>
 

Modified: tomcat/site/trunk/xdocs/migration-10.1.xml
==============================================================================
--- tomcat/site/trunk/xdocs/migration-10.1.xml  Wed Sep 10 11:22:50 2025        
(r1928330)
+++ tomcat/site/trunk/xdocs/migration-10.1.xml  Wed Sep 10 11:28:16 2025        
(r1928331)
@@ -155,6 +155,11 @@ versions of Apache Tomcat<sup>&#174;</su
         in your application. See <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=65513";>BZ 65513</a>
         for more information.
       </li>
+      <li>
+        In 10.1.45, a release packaging error caused some support classes
+        for FileStore to be missing from the release. You should avoid 10.1.45
+        if you use the FileStore session mechanism.
+      </li>
     </ul>
   </subsection>
 

Modified: tomcat/site/trunk/xdocs/migration-9.xml
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml     Wed Sep 10 11:22:50 2025        
(r1928330)
+++ tomcat/site/trunk/xdocs/migration-9.xml     Wed Sep 10 11:28:16 2025        
(r1928331)
@@ -386,6 +386,11 @@ versions of Apache Tomcat<sup>&#174;</su
         <code>org.apache.juli.AsyncLoggerPollInterval</code> is no longer
         used.</p>
       </li>
+      <li>
+        In 9.0.109, a release packaging error caused some support classes
+        for FileStore to be missing from the release. You should avoid 9.0.109
+        if you use the FileStore session mechanism.
+      </li>
     </ul>
   </subsection>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to