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 e6aebd1 Remove leading underscores from instance variable names. e6aebd1 is described below commit e6aebd1d231df79d2bf5c94b1f327eaf565d1ee9 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Aug 13 08:53:19 2021 -0400 Remove leading underscores from instance variable names. --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 035fa7b..a08bce1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,6 +60,10 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Gary Gregory"> Fix field label in NoSuchElementException message for GenericObjectPool.borrowObject(Duration): From borrowMaxWaitMillis to borrowMaxWaitDuration. </action> + <!-- UPDATES --> + <action dev="ggregory" type="update" due-to="Dependabot"> + Bump checkstyle from 8.45 to 8.45.1 #93. + </action> </release> <release version="2.11.0" date="2021-08-08" description="This is a feature release (Java 8)."> <!-- FIXES -->