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

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 843a4637a0 Update Checkstyle to 10.26.1 (and fix changelog)
843a4637a0 is described below

commit 843a4637a03156ce9dfcb9a36af8ca33b4750fe2
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jul 25 16:10:47 2025 +0100

    Update Checkstyle to 10.26.1 (and fix changelog)
---
 build.properties.default   |  4 ++--
 webapps/docs/changelog.xml | 24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index b8b37807a6..d23109d912 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -292,10 +292,10 @@ 
unboundid.jar=${unboundid.home}/unboundid-ldapsdk-${unboundid.version}.jar
 
unboundid.loc=${base-maven.loc}/com/unboundid/unboundid-ldapsdk/${unboundid.version}/unboundid-ldapsdk-${unboundid.version}.jar
 
 # ----- Checkstyle, version 6.16 or later -----
-checkstyle.version=10.25.1
+checkstyle.version=10.26.1
 checkstyle.checksum.enabled=true
 checkstyle.checksum.algorithm=SHA-512
-checkstyle.checksum.value=84858b0bdddce9c1b3f55e0fb305214547bedaa45e6f60a38ca9d031af600d2dfc24f8fc1e21b9dbc9cb9a4c88c7a5853025d36dc38c447001a3fa0a79986e3e
+checkstyle.checksum.value=b533c1c7b2e0e65ae7bd8c478df63fe18a5f6284ae9cc35cb44e22b57f4ae87011b1a3208388c8da6fc1c43cba7b075443dfb7dcd7f37180d8c34e37ec64408f
 checkstyle.home=${base.path}/checkstyle-${checkstyle.version}
 checkstyle.jar=${checkstyle.home}/checkstyle-${checkstyle.version}-all.jar
 
checkstyle.loc=${base-gh.loc}/checkstyle/checkstyle/releases/download/checkstyle-${checkstyle.version}/checkstyle-${checkstyle.version}-all.jar
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index a88779c3bc..ac0a1d9afe 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -113,6 +113,30 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Coyote">
+    <changelog>
+      <fix>
+        <bug>69748</bug>: Add missing call to set keep-alive timeout when using
+        HTTP/1.1 following an async request, which was present for AJP.
+        (remm/markt)
+      </fix>
+    </changelog>
+  </subsection>
+  <subsection name="Cluster">
+    <changelog>
+      <update>
+        Add <code>enableStatistics</code> configuration attribute for the
+        <code>DeltaManager</code>, defaulting to <code>true</code>. (remm)
+      </update>
+    </changelog>
+  </subsection>
+  <subsection name="Other">
+    <changelog>
+      <update>
+        Update Checkstyle to 10.26.1. (markt)
+      </update>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 9.0.107 (remm)" rtext="2025-07-04">
   <subsection name="Catalina">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to