This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 97aa2a67cb Update Checkstyle to 11.0.0 97aa2a67cb is described below commit 97aa2a67cba01b73eebc5c27a51b79ba626f0393 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Aug 28 11:46:04 2025 +0100 Update Checkstyle to 11.0.0 --- build.properties.default | 4 ++-- webapps/docs/changelog.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index 6be7842abb..a9e55de6be 100644 --- a/build.properties.default +++ b/build.properties.default @@ -268,10 +268,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.26.1 +checkstyle.version=11.0.0 checkstyle.checksum.enabled=true checkstyle.checksum.algorithm=SHA-512 -checkstyle.checksum.value=b533c1c7b2e0e65ae7bd8c478df63fe18a5f6284ae9cc35cb44e22b57f4ae87011b1a3208388c8da6fc1c43cba7b075443dfb7dcd7f37180d8c34e37ec64408f +checkstyle.checksum.value=c0697ffb4df9fd661dcf0ce2e909bcf5d1be2806be97fa9c6604a55078ba14956c56c40e32b412eda98a03c6b0a888a42cc357cdc8a4db808629a42612d8f991 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 532e910ad3..aec980560e 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -297,6 +297,9 @@ <add> Add escaping to log formatters to align with JSON formatter. (markt) </add> + <update> + Update Checkstyle to 11.0.0. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org