This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 35a2e8d Use Checkstyle 10.x on Java 11-16, Checkstyle 11.x requires
Java 17
35a2e8d is described below
commit 35a2e8de04885ffc96dda01b0b2f20db8febb19b
Author: Gary D. Gregory <[email protected]>
AuthorDate: Mon Aug 18 21:06:14 2025 -0400
Use Checkstyle 10.x on Java 11-16, Checkstyle 11.x requires Java 17
---
pom.xml | 7 ++++---
src/changes/changes.xml | 1 +
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 773e0bf..bae26bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1777,12 +1777,13 @@
</properties>
</profile>
<profile>
- <!-- Java 11 and up -->
- <id>java-11-up</id>
+ <!-- Java 11-16 -->
+ <id>java-11-16</id>
<activation>
- <jdk>[11,)</jdk>
+ <jdk>[11,16]</jdk>
</activation>
<properties>
+ <commons.checkstyle.version>10.26.1</commons.checkstyle.version>
</properties>
</profile>
<profile>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b67f262..0e830f0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,6 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="87" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Use Checkstyle
10.x on Java 11-16, Checkstyle 11.x requires Java 17.</action>
<!-- ADD -->
<!-- UPDATE -->
</release>