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-pool.git
The following commit(s) were added to refs/heads/master by this push: new eee74fb Fix [WARNING] Old version of checkstyle detected. Consider updating to >= v8.30. eee74fb is described below commit eee74fbaea66a11d6a6581d426bb01a0553eebbf Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Jun 3 10:17:51 2021 -0400 Fix [WARNING] Old version of checkstyle detected. Consider updating to >= v8.30. Update Checktyle to 8.43. --- pom.xml | 8 ++++++++ src/changes/changes.xml | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 43b6d47..ed4160c 100644 --- a/pom.xml +++ b/pom.xml @@ -180,6 +180,7 @@ <commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import> <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version> <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version> + <commons.checkstyle.version>8.43</commons.checkstyle.version> <commons.felix.version>5.1.2</commons.felix.version> <spotbugs.plugin.version>4.2.3</spotbugs.plugin.version> <spotbugs.impl.version>4.2.3</spotbugs.impl.version> @@ -239,6 +240,13 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>${commons.checkstyle-plugin.version}</version> + <dependencies> + <dependency> + <groupId>com.puppycrawl.tools</groupId> + <artifactId>checkstyle</artifactId> + <version>${commons.checkstyle.version}</version> + </dependency> + </dependencies> <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7476d58..a3e845d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,10 @@ The <action> type attribute can be add,update,fix,remove. - PooledObject.getLastUsedInstant() - TrackedUse#getLastUsedInstant() </action> + <!-- FIXES --> + <action dev="ggregory" type="fix" due-to="Gary Gregory"> + Fix [WARNING] Old version of checkstyle detected. Consider updating to >= v8.30. Update Checktyle to 8.43. + </action> </release> <release version="2.10.0" date="2021-05-28" description="This is a feature release (Java 8)."> <!-- ADD -->