On 11/09/2023 10:04, r...@apache.org wrote:
Author: remm
Date: Mon Sep 11 09:04:01 2023
New Revision: 1912238
URL: http://svn.apache.org/viewvc?rev=1912238&view=rev
Log:
Add explicit note about the APR connector for Tomcat 10.1. Although it was
deprecated so included in the deprecation removal note, it is a significant
component so mention it explicitly
Modified:
tomcat/site/trunk/docs/migration-10.1.html
tomcat/site/trunk/xdocs/migration-10.1.xml
Modified: tomcat/site/trunk/docs/migration-10.1.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-10.1.html?rev=1912238&r1=1912237&r2=1912238&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-10.1.html (original)
+++ tomcat/site/trunk/docs/migration-10.1.html Mon Sep 11 09:04:01 2023
@@ -125,6 +125,12 @@ versions of Apache Tomcat.</p>
EL API under a SecurityManager outside of Apache Tomcat.
</li>
<li>
+ In 10.1.0-M5 onwards the APR connector that was previously marked as
+ deprecated in Tomcat 10.0 has been removed. Along with that, APIs
+ that are not needed for the use of OpenSSL have been removed from the
+ tomcat-native library.
+ </li>
+ <li>
In 10.1.0-M3 onwards, Tomcat no longer adds an "Expires" HTTP
response header when adding "Cache-Control: private" due to a
CONFIDENTIAL transport-guarantee. This will likely cause a change
@@ -187,9 +193,8 @@ versions of Apache Tomcat.</p>
<option value="10.1.8">10.1.8</option>
<option value="10.1.9">10.1.9</option>
<option value="10.1.10">10.1.10</option>
- <option value="10.1.11">10.1.11</option>
- <option value="10.1.12" selected>10.1.12</option>
- <option value="10.1.13">10.1.13</option>
+ <option value="10.1.11" selected>10.1.11</option>
+ <option value="10.1.12">10.1.12</option>
The above looks like an unintentional change as it removes 10.1.13 from
the list of current versions,
</select>,</label> <label>new version:
<select name="target">
<option value="10.1.0-M1">10.1.0-M1</option>
@@ -217,8 +222,7 @@ versions of Apache Tomcat.</p>
<option value="10.1.9">10.1.9</option>
<option value="10.1.10">10.1.10</option>
<option value="10.1.11">10.1.11</option>
- <option value="10.1.12">10.1.12</option>
- <option value="10.1.13" selected>10.1.13</option>
+ <option value="10.1.12" selected>10.1.12</option>
Same here.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org