[commons-build-plugin] branch master updated: Fix minor typos (#79)

2022-08-30 Thread ggregory
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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new c356898  Fix minor typos (#79)
c356898 is described below

commit c35689872672e15d381ca5e5b7935b33af57a94a
Author: Marc Wrobel 
AuthorDate: Tue Aug 30 14:28:05 2022 +0200

Fix minor typos (#79)
---
 RELEASE-NOTES.txt | 2 +-
 src/main/resources/commons-xdoc-templates/mail-lists-template.xml | 2 +-
 src/main/scripts/generate-xdocs.build.xml | 2 +-
 src/site/xdoc/all-sandbox.xml | 2 +-
 src/site/xdoc/all.xml | 2 +-
 src/site/xdoc/contributing-md.xml | 2 +-
 src/site/xdoc/development.xml | 2 +-
 src/site/xdoc/download-page.xml   | 2 +-
 src/site/xdoc/jira-page.xml   | 2 +-
 src/site/xdoc/mail-lists.xml  | 2 +-
 src/site/xdoc/mail-page.xml   | 2 +-
 src/site/xdoc/notice-txt.xml  | 2 +-
 src/site/xdoc/readme-md.xml   | 2 +-
 src/site/xdoc/sandbox-jira-page.xml   | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 1dbb31c..32630b4 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -111,7 +111,7 @@ Changes since the last release:
 2. Add assembly descriptors
 3. Minor documentation corrections
 4. COMMONSSITE-36 - plugin won't build because of missing OSGi manifest file.
-5. COOMONSSITE-35 - Upgrade to Ant 1.7.1 (fixes two problems/bugs when 
generating
+5. COMMONSSITE-35 - Upgrade to Ant 1.7.1 (fixes two problems/bugs when 
generating
 Jira/download pages).
 
 VERSION 1.0 - 2008-02-24
diff --git a/src/main/resources/commons-xdoc-templates/mail-lists-template.xml 
b/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
index c88107d..a487f43 100644
--- a/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
+++ b/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
@@ -158,7 +158,7 @@ limitations under the License.
   
 Commons Commits List
 
-Only for e-mails automatically generated by the source control sytem.
+Only for e-mails automatically generated by the source control system.
 
   
   mailto:commits-subscr...@commons.apache.org";>Subscribe
diff --git a/src/main/scripts/generate-xdocs.build.xml 
b/src/main/scripts/generate-xdocs.build.xml
index 1bc9478..e420e85 100644
--- a/src/main/scripts/generate-xdocs.build.xml
+++ b/src/main/scripts/generate-xdocs.build.xml
@@ -192,7 +192,7 @@


 
-   
+   



diff --git a/src/site/xdoc/all-sandbox.xml b/src/site/xdoc/all-sandbox.xml
index 5c35cc6..1e0448e 100644
--- a/src/site/xdoc/all-sandbox.xml
+++ b/src/site/xdoc/all-sandbox.xml
@@ -36,7 +36,7 @@
 
 This goal uses the following:
 
-The goal is mapped to the ant script/target using the 
all-sandbox Mojo defintion in the 
+The goal is mapped to the ant script/target using the 
all-sandbox Mojo definition in the
 https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml";>generate-xdocs.mojos.xml
 mapping document
 Executes the all-sandbox target in
 https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.build.xml";>generate-xdocs.build.xml
diff --git a/src/site/xdoc/all.xml b/src/site/xdoc/all.xml
index 9c1babe..fae829c 100644
--- a/src/site/xdoc/all.xml
+++ b/src/site/xdoc/all.xml
@@ -35,7 +35,7 @@
 
 This goal uses the following:
 
-The goal is mapped to the ant script/target using the 
all Mojo defintion in the 
+The goal is mapped to the ant script/target using the 
all Mojo definition in the
 https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml";>generate-xdocs.mojos.xml
 mapping document
 Executes the all target in
 https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.build.xml";>generate-xdocs.build.xml
diff --git a/src/site/xdoc/contributing-md.xml 
b/src/site/x

[commons-build-plugin] branch master updated: Fix minor typos #79

2022-08-30 Thread ggregory
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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 7fd51cb  Fix minor typos #79
7fd51cb is described below

commit 7fd51cb4e3d75aede122e6212a61421cca70b762
Author: Gary Gregory 
AuthorDate: Tue Aug 30 08:29:25 2022 -0400

Fix minor typos #79
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bee1af0..93cad1b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,9 @@
 
   
 
+  
+Fix minor typos #79.
+  
   
   
 Add property commons.dist.subdir.



[commons-validator] branch master updated: Fix typo

2022-08-30 Thread ggregory
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-validator.git


The following commit(s) were added to refs/heads/master by this push:
 new 76524809 Fix typo
76524809 is described below

commit 76524809e2ca09509fcdb1991c6580257962f990
Author: Gary Gregory 
AuthorDate: Tue Aug 30 08:30:24 2022 -0400

Fix typo
---
 src/main/java/org/apache/commons/validator/routines/UrlValidator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/validator/routines/UrlValidator.java 
b/src/main/java/org/apache/commons/validator/routines/UrlValidator.java
index f8f046b3..00230c1b 100644
--- a/src/main/java/org/apache/commons/validator/routines/UrlValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/UrlValidator.java
@@ -307,7 +307,7 @@ public class UrlValidator implements Serializable {
 } catch (final URISyntaxException e) {
 return false;
 }
-// OK, perfom additional validation
+// OK, perform additional validation
 
 final String scheme = uri.getScheme();
 if (!isValidScheme(scheme)) {



[commons-release-plugin] branch master updated: Fix minor typos (#131)

2022-08-30 Thread ggregory
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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 7020e31  Fix minor typos (#131)
7020e31 is described below

commit 7020e31c9dc80b183f159c07f07f511b3656f5ae
Author: Marc Wrobel 
AuthorDate: Tue Aug 30 14:32:09 2022 +0200

Fix minor typos (#131)
---
 RELEASE-NOTES.txt   | 4 ++--
 src/changes/changes.xml | 2 +-
 .../release/plugin/mojos/CommonsDistributionDetachmentMojo.java | 2 +-
 .../release/plugin/mojos/CommonsDistributionStagingMojo.java| 2 +-
 .../commons/release/plugin/mojos/CommonsSiteCompressionMojo.java| 6 +++---
 .../commons/release/plugin/mojos/CommonsStagingCleanupMojo.java | 6 +++---
 .../java/org/apache/commons/release/plugin/mojos/package-info.java  | 2 +-
 .../commons/release/plugin/velocity/HeaderHtmlVelocityDelegate.java | 2 +-
 .../org/apache/commons/release/plugin/velocity/package-info.java| 5 ++---
 src/main/resources/signature-validator.sh   | 2 +-
 src/site/xdoc/index.xml | 2 +-
 src/site/xdoc/mail-lists.xml| 2 +-
 src/site/xdoc/vote-txt.xml  | 2 +-
 13 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3a284ac..8fa6023 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -50,7 +50,7 @@ o   Bump taglist-maven-plugin from 2.4 to 
3.0.0 #100. Thanks to
 Historical list of changes: 
https://commons.apache.org/proper/commons-release-plugin//changes-report.html
 
 For complete information on Apache Commons Release Plugin, including 
instructions on how to submit bug reports,
-patches, or suggestions for improvement, see the Apache Apache Commons Release 
Plugin website:
+patches, or suggestions for improvement, see the Apache Commons Release Plugin 
website:
 
 https://commons.apache.org/proper/commons-release-plugin/
 
@@ -145,7 +145,7 @@ Changes in this version include:
 
 NEW FEATURES
 
-o COMMONSSITE-123:  introduce configuration parameter to perfom distribution 
checkin using Maven settings server credentials
+o COMMONSSITE-123:  introduce configuration parameter to perform distribution 
checkin using Maven settings server credentials
 
 FIXED BUGS
 ==
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 12d4996..8e93544 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -106,7 +106,7 @@
   ReadmeHtmlVelocityDelegate, bcel's 
artifactId != commons-bcel, but is just bcel
   Drop sha-256 and leave sha-512 
only
   commons.jacoco.version: 0.8.0 -> 
0.8.2; java 11 compatibility
-  introduce 
configuration parameter to perfom distribution checkin using Maven settings 
server credentials
+  introduce 
configuration parameter to perform distribution checkin using Maven settings 
server credentials
   stage-distributions mojo assumes site directory has basename 
'site'
 
 
diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
index 2daa666..868ef9f 100755
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
@@ -270,7 +270,7 @@ public class CommonsDistributionDetachmentMojo extends 
AbstractMojo {
 
 /**
  * Generates the unique artifact key for storage in our sha512 map. For 
example,
- * commons-test-1.4-src.tar.gz should have it's name as the key.
+ * commons-test-1.4-src.tar.gz should have its name as the key.
  *
  * @param artifact the {@link Artifact} that we wish to generate a key for.
  * @return the generated key
diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
index e067e80..21a7077 100755
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
@@ -105,7 +105,7 @@ public class CommonsDistributionStagingMojo extends 
AbstractMojo {
 private File workingDirectory;
 
 /**
- * The location to which to checkout the dist subversion repository under 
our working directory, which
+ * The location to which to check out the dist subversion repository under 
our working directory, which
  * was given above.
  */
 @Parameter(defaul

[commons-release-plugin] branch master updated: Fix minor typos #131

2022-08-30 Thread ggregory
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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 295a906  Fix minor typos #131
295a906 is described below

commit 295a9065d92ef0156d6316492475b492cee7
Author: Gary Gregory 
AuthorDate: Tue Aug 30 08:33:27 2022 -0400

Fix minor typos #131
---
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8e93544..ba8b272 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,8 @@
 
   
 
+  
+  Fix minor 
typos #131.
   
   Bump 
actions/cache from 3 to 3.0.8 #123, #126, #128.
   Bump 
actions/setup-java from 2 to 3 #108.



[commons-build-plugin] branch master updated: Clean up comments

2022-08-30 Thread ggregory
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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 9776565  Clean up comments
9776565 is described below

commit 9776565b16d4e8a9f8ddc91aa82af52b8f7e2d6b
Author: Gary Gregory 
AuthorDate: Tue Aug 30 08:34:29 2022 -0400

Clean up comments
---
 src/changes/changes.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 93cad1b..69a07e9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,14 +26,15 @@
 
   
 
+  
   
 Fix minor typos #79.
   
-  
+  
   
 Add property commons.dist.subdir.
   
-  
+  
   
 Bump actions/cache from 2 to 3.0.7, #25, #37, #51, #65.
   



[commons-codec] branch master updated: Fix typo in Javadoc

2022-08-30 Thread ggregory
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-codec.git


The following commit(s) were added to refs/heads/master by this push:
 new 4672b3bd Fix typo in Javadoc
4672b3bd is described below

commit 4672b3bd395a8c0c8d22be7d0765466781428a70
Author: Gary Gregory 
AuthorDate: Tue Aug 30 08:51:44 2022 -0400

Fix typo in Javadoc
---
 src/test/java/org/apache/commons/codec/binary/Base64Test.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/codec/binary/Base64Test.java 
b/src/test/java/org/apache/commons/codec/binary/Base64Test.java
index 31c79727..0a7707dc 100644
--- a/src/test/java/org/apache/commons/codec/binary/Base64Test.java
+++ b/src/test/java/org/apache/commons/codec/binary/Base64Test.java
@@ -1112,7 +1112,7 @@ public class Base64Test {
 }
 
 /**
- * Tests url-safe Base64 against random data, sizes 0 to 150.
+ * Tests URL-safe Base64 against random data, sizes 0 to 150.
  */
 @Test
 public void testUrlSafe() {



[commons-validator] branch master updated: Fix typos in Javadoc

2022-08-30 Thread ggregory
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-validator.git


The following commit(s) were added to refs/heads/master by this push:
 new 19d83677 Fix typos in Javadoc
19d83677 is described below

commit 19d836775fb9e919b64bdd128d0f7b8f912df4a6
Author: Gary Gregory 
AuthorDate: Tue Aug 30 08:52:10 2022 -0400

Fix typos in Javadoc
---
 .../org/apache/commons/validator/GenericValidator.java |  2 +-
 .../org/apache/commons/validator/UrlValidator.java | 18 +-
 .../commons/validator/routines/UrlValidator.java   | 18 +-
 3 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/src/main/java/org/apache/commons/validator/GenericValidator.java 
b/src/main/java/org/apache/commons/validator/GenericValidator.java
index 788bebd6..13b536fa 100644
--- a/src/main/java/org/apache/commons/validator/GenericValidator.java
+++ b/src/main/java/org/apache/commons/validator/GenericValidator.java
@@ -260,7 +260,7 @@ public class GenericValidator implements Serializable {
 }
 
 /**
- * Checks if a field is a valid url address.
+ * Checks if a field is a valid URL address.
  * If you need to modify what is considered valid then
  * consider using the UrlValidator directly.
  *
diff --git a/src/main/java/org/apache/commons/validator/UrlValidator.java 
b/src/main/java/org/apache/commons/validator/UrlValidator.java
index b9306dcd..d9cb88b5 100644
--- a/src/main/java/org/apache/commons/validator/UrlValidator.java
+++ b/src/main/java/org/apache/commons/validator/UrlValidator.java
@@ -48,22 +48,22 @@ import org.apache.commons.validator.util.Flags;
  *String[] schemes = {"http","https"}.
  *UrlValidator urlValidator = new UrlValidator(schemes);
  *if (urlValidator.isValid("ftp://foo.bar.com/";)) {
- *   System.out.println("url is valid");
+ *   System.out.println("URL is valid");
  *} else {
- *   System.out.println("url is invalid");
+ *   System.out.println("URL is invalid");
  *}
  *
- *prints "url is invalid"
+ *prints "URL is invalid"
  *   If instead the default constructor is used.
  *
  *UrlValidator urlValidator = new UrlValidator();
  *if (urlValidator.isValid("ftp://foo.bar.com/";)) {
- *   System.out.println("url is valid");
+ *   System.out.println("URL is valid");
  *} else {
- *   System.out.println("url is invalid");
+ *   System.out.println("URL is invalid");
  *}
  *
- *   prints out "url is valid"
+ *   prints out "URL is valid"
  *  
  *
  * @see
@@ -192,7 +192,7 @@ public class UrlValidator implements Serializable {
 
 /**
  * Behavior of validation is modified by passing in several strings 
options:
- * @param schemes Pass in one or more url schemes to consider valid, 
passing in
+ * @param schemes Pass in one or more URL schemes to consider valid, 
passing in
  *a null will default to "http,https,ftp" being valid.
  *If a non-null schemes is specified then all valid schemes must
  *be specified. Setting the ALLOW_ALL_SCHEMES option will
@@ -234,11 +234,11 @@ public class UrlValidator implements Serializable {
 }
 
 /**
- * Checks if a field has a valid url address.
+ * Checks if a field has a valid URL address.
  *
  * @param value The value validation is being performed on.  A 
null
  * value is considered invalid.
- * @return true if the url is valid.
+ * @return true if the URL is valid.
  */
 public boolean isValid(final String value) {
 if (value == null) {
diff --git 
a/src/main/java/org/apache/commons/validator/routines/UrlValidator.java 
b/src/main/java/org/apache/commons/validator/routines/UrlValidator.java
index 00230c1b..de59ee5f 100644
--- a/src/main/java/org/apache/commons/validator/routines/UrlValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/UrlValidator.java
@@ -48,22 +48,22 @@ import java.util.regex.Pattern;
  *String[] schemes = {"http","https"}.
  *UrlValidator urlValidator = new UrlValidator(schemes);
  *if (urlValidator.isValid("ftp://foo.bar.com/";)) {
- *   System.out.println("url is valid");
+ *   System.out.println("URL is valid");
  *} else {
- *   System.out.println("url is invalid");
+ *   System.out.println("URL is invalid");
  *}
  *
- *prints "url is invalid"
+ *prints "URL is invalid"
  *   If instead the default constructor is used.
  *
  *UrlValidator urlValidator = new UrlValidator();
  *if (urlValidator.isValid("ftp://foo.bar.com/";)) {
- *   System.out.println("url is valid");
+ *   System.out.println("URL is valid");
  *} else {
- *   System.out.println("url is invalid");
+ *   System.out.println("URL is invalid");
  *}
  *
- *   prints out "url is valid"
+ *   prints out "URL is valid"
  *  
  *
  * @se

[commons-dbcp] branch master updated: Use the term "connection string" instead of "url"

2022-08-30 Thread ggregory
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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
 new d69e6a51 Use the term "connection string" instead of "url"
d69e6a51 is described below

commit d69e6a510328570c9839b31028b723d5e3669036
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:03:58 2022 -0400

Use the term "connection string" instead of "url"
---
 .../org/apache/commons/dbcp2/BasicDataSource.java  |  20 +-
 .../dbcp2/DriverManagerConnectionFactory.java  | 296 ++---
 .../dbcp2/cpdsadapter/DriverAdapterCPDS.java   |  26 +-
 3 files changed, 171 insertions(+), 171 deletions(-)

diff --git a/src/main/java/org/apache/commons/dbcp2/BasicDataSource.java 
b/src/main/java/org/apache/commons/dbcp2/BasicDataSource.java
index 29fdcdd7..37b05c18 100644
--- a/src/main/java/org/apache/commons/dbcp2/BasicDataSource.java
+++ b/src/main/java/org/apache/commons/dbcp2/BasicDataSource.java
@@ -292,9 +292,9 @@ public class BasicDataSource implements DataSource, 
BasicDataSourceMXBean, MBean
 private volatile String password;
 
 /**
- * The connection URL to be passed to our JDBC driver to establish a 
connection.
+ * The connection string to be passed to our JDBC driver to establish a 
connection.
  */
-private String url;
+private String connectionString;
 
 /**
  * The connection user name to be passed to our JDBC driver to establish a 
connection.
@@ -451,7 +451,7 @@ public class BasicDataSource implements DataSource, 
BasicDataSourceMXBean, MBean
  * with the specified {@link ClassLoader}.
  * If {code driverClassName} is specified and the previous attempt 
fails, the class is loaded using the
  * context class loader of the current thread.
- * If a driver still isn't loaded one is loaded via the {@link 
DriverManager} using the specified {code url}.
+ * If a driver still isn't loaded one is loaded via the {@link 
DriverManager} using the specified {code connectionString}.
  * 
  * 
  * This method exists so subclasses can replace the implementation class.
@@ -1426,13 +1426,13 @@ public class BasicDataSource implements DataSource, 
BasicDataSourceMXBean, MBean
 }
 
 /**
- * Gets the JDBC connection {code url} property.
+ * Gets the JDBC connection {code connectionString} property.
  *
- * @return the {code url} passed to the JDBC driver to establish 
connections
+ * @return the {code connectionString} passed to the JDBC driver to 
establish connections
  */
 @Override
 public synchronized String getUrl() {
-return this.url;
+return this.connectionString;
 }
 
 /**
@@ -2485,17 +2485,17 @@ public class BasicDataSource implements DataSource, 
BasicDataSourceMXBean, MBean
 }
 
 /**
- * Sets the {code url}.
+ * Sets the {code connection string}.
  * 
  * Note: this method currently has no effect once the pool has been 
initialized. The pool is initialized the first
  * time one of the following methods is invoked: getConnection, 
setLogwriter,
  * setLoginTimeout, getLoginTimeout, getLogWriter.
  * 
  *
- * @param url the new value for the JDBC connection url
+ * @param connectionString the new value for the JDBC connection 
connectionString
  */
-public synchronized void setUrl(final String url) {
-this.url = url;
+public synchronized void setUrl(final String connectionString) {
+this.connectionString = connectionString;
 }
 
 /**
diff --git 
a/src/main/java/org/apache/commons/dbcp2/DriverManagerConnectionFactory.java 
b/src/main/java/org/apache/commons/dbcp2/DriverManagerConnectionFactory.java
index 9e6b86b6..4564442a 100644
--- a/src/main/java/org/apache/commons/dbcp2/DriverManagerConnectionFactory.java
+++ b/src/main/java/org/apache/commons/dbcp2/DriverManagerConnectionFactory.java
@@ -1,148 +1,148 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.commons.dbcp2;
-
-import java.sql.Connection;
-import java.sql.DriverManager;
-import java.sql.SQLEx

[commons-dbcp] branch master updated (d69e6a51 -> 91b367ee)

2022-08-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


from d69e6a51 Use the term "connection string" instead of "url"
 add 91b367ee Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 (#210)

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-dbcp] branch master updated: Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #210

2022-08-30 Thread ggregory
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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
 new acd2544c Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #210
acd2544c is described below

commit acd2544c270bb2a1fc30950fa0c92668139bcb63
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:05:28 2022 -0400

Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #210
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 28dc9866..7f44d03f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -141,6 +141,9 @@ The  type attribute can be add,update,fix,remove.
   
 Bump checkstyle from 8.44 to 9.3 #121, #130, #149, #158, #190.
   
+  
+Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #210.
+  
   
 Bump commons-pool2 2.10.0 to 2.11.1.
   



[commons-dbcp] branch dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.4.1 updated (c70c1d48 -> 9573be97)

2022-08-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.4.1
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


 discard c70c1d48 Bump maven-javadoc-plugin from 3.4.0 to 3.4.1
 add d31669a9 Bump mockito-core from 4.6.1 to 4.7.0 (#208)
 add 76eaed09 Bump mockito-core from 4.6.1 to 4.7.0 #208
 add a23ca4d1 Bump actions/cache from 3.0.7 to 3.0.8
 add 5ae58507 Update README to use the default Maven goal
 add 37f8cb07 Drop README.txt in favor of README.md
 add db036eb8 Better CodeQL URL
 add 292c167e Javadoc @see tags do not need to use a FQCN for classes in 
java.lang
 add d69e6a51 Use the term "connection string" instead of "url"
 add 91b367ee Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 (#210)
 add acd2544c Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #210
 add 9573be97 Bump maven-javadoc-plugin from 3.4.0 to 3.4.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c70c1d48)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.4.1 
(9573be97)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/coverage.yml |   2 +-
 .github/workflows/maven.yml|   2 +-
 README.md  | 212 +++
 README.txt |  16 --
 pom.xml|   4 +-
 src/changes/changes.xml|   7 +-
 .../org/apache/commons/dbcp2/BasicDataSource.java  |  20 +-
 .../dbcp2/DriverManagerConnectionFactory.java  | 296 ++---
 .../dbcp2/cpdsadapter/DriverAdapterCPDS.java   |  26 +-
 .../datasources/KeyedCPDSConnectionFactory.java|   2 +-
 10 files changed, 287 insertions(+), 300 deletions(-)
 delete mode 100644 README.txt



[commons-dbcp] branch master updated: Reuse constant

2022-08-30 Thread ggregory
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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
 new 94e22d0d Reuse constant
 new 41f208cf Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-dbcp.git
94e22d0d is described below

commit 94e22d0df8e18f79f082a52e58d25097daeb1997
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:08:27 2022 -0400

Reuse constant
---
 src/main/java/org/apache/commons/dbcp2/BasicDataSourceFactory.java   | 2 +-
 src/main/java/org/apache/commons/dbcp2/ConnectionFactoryFactory.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/dbcp2/BasicDataSourceFactory.java 
b/src/main/java/org/apache/commons/dbcp2/BasicDataSourceFactory.java
index f5a73c89..e832ca8c 100644
--- a/src/main/java/org/apache/commons/dbcp2/BasicDataSourceFactory.java
+++ b/src/main/java/org/apache/commons/dbcp2/BasicDataSourceFactory.java
@@ -86,7 +86,7 @@ public class BasicDataSourceFactory implements ObjectFactory {
 private static final String PROP_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS = 
"softMinEvictableIdleTimeMillis";
 private static final String PROP_EVICTION_POLICY_CLASS_NAME = 
"evictionPolicyClassName";
 private static final String PROP_TEST_WHILE_IDLE = "testWhileIdle";
-private static final String PROP_PASSWORD = "password";
+private static final String PROP_PASSWORD = Constants.KEY_PASSWORD;
 private static final String PROP_URL = "url";
 private static final String PROP_USER_NAME = "username";
 private static final String PROP_VALIDATION_QUERY = "validationQuery";
diff --git 
a/src/main/java/org/apache/commons/dbcp2/ConnectionFactoryFactory.java 
b/src/main/java/org/apache/commons/dbcp2/ConnectionFactoryFactory.java
index 451edf1a..2e87efb0 100644
--- a/src/main/java/org/apache/commons/dbcp2/ConnectionFactoryFactory.java
+++ b/src/main/java/org/apache/commons/dbcp2/ConnectionFactoryFactory.java
@@ -51,7 +51,7 @@ final class ConnectionFactoryFactory {
 
 final String pwd = basicDataSource.getPassword();
 if (pwd != null) {
-connectionProperties.put("password", pwd);
+connectionProperties.put(Constants.KEY_PASSWORD, pwd);
 } else {
 basicDataSource.log("DBCP DataSource configured without a 
'password'");
 }



[commons-dbcp] branch master updated: Wrong property name logged in ConnectionFactoryFactory.createConnectionFactory().

2022-08-30 Thread ggregory
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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
 new 9b967afc Wrong property name logged in 
ConnectionFactoryFactory.createConnectionFactory().
9b967afc is described below

commit 9b967afc73caf3047c7b23fc30cbea7223f82fd0
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:14:20 2022 -0400

Wrong property name logged in
ConnectionFactoryFactory.createConnectionFactory().
---
 src/changes/changes.xml  | 3 +++
 src/main/java/org/apache/commons/dbcp2/ConnectionFactoryFactory.java | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7f44d03f..d1b0c998 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -110,6 +110,9 @@ The  type attribute can be add,update,fix,remove.
   
 SpotBugs: An overridable method is called from constructors in 
PoolablePreparedStatement.
   
+  
+Wrong property name logged in 
ConnectionFactoryFactory.createConnectionFactory(BasicDataSource, Driver).
+  
   
   
 Add and use AbandonedTrace#setLastUsed(Instant).
diff --git 
a/src/main/java/org/apache/commons/dbcp2/ConnectionFactoryFactory.java 
b/src/main/java/org/apache/commons/dbcp2/ConnectionFactoryFactory.java
index 2e87efb0..ba17862b 100644
--- a/src/main/java/org/apache/commons/dbcp2/ConnectionFactoryFactory.java
+++ b/src/main/java/org/apache/commons/dbcp2/ConnectionFactoryFactory.java
@@ -46,14 +46,14 @@ final class ConnectionFactoryFactory {
 if (user != null) {
 connectionProperties.put(Constants.KEY_USER, user);
 } else {
-basicDataSource.log("DBCP DataSource configured without a 
'username'");
+basicDataSource.log(String.format("DBCP DataSource configured 
without a '%s'", Constants.KEY_USER));
 }
 
 final String pwd = basicDataSource.getPassword();
 if (pwd != null) {
 connectionProperties.put(Constants.KEY_PASSWORD, pwd);
 } else {
-basicDataSource.log("DBCP DataSource configured without a 
'password'");
+basicDataSource.log(String.format("DBCP DataSource configured 
without a '%s'", Constants.KEY_PASSWORD));
 }
 final String connectionFactoryClassName = 
basicDataSource.getConnectionFactoryClassName();
 if (connectionFactoryClassName != null) {



[commons-dbcp] branch master updated: Bump maven-pmd-plugin from 3.17.0 to 3.18.0

2022-08-30 Thread ggregory
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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
 new a6e47b8d Bump maven-pmd-plugin from 3.17.0 to 3.18.0
a6e47b8d is described below

commit a6e47b8d16e1ecfb4ad80565252562eeceb7aef6
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:17:01 2022 -0400

Bump maven-pmd-plugin from 3.17.0 to 3.18.0

Bump pmd from 6.47.0 to 6.48.0.
---
 pom.xml | 4 ++--
 src/changes/changes.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 94218f6a..d707f670 100644
--- a/pom.xml
+++ b/pom.xml
@@ -336,8 +336,8 @@
 
true
 4.7.1.1
 4.7.1
-3.17.0
-6.47.0
+3.18.0
+6.48.0
 
 2.9.0
 true
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d1b0c998..cba6cced 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -166,10 +166,10 @@ The  type attribute can be add,update,fix,remove.
 Bump maven-javadoc-plugin from 3.3.0 to 3.4.0 #131, #184.
   
   
-Bump maven-pmd-plugin from 3.14.0 to 3.17.0 #132, #172, #195.
+Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #132, #172, #195.
   
   
-Bump pmd from 6.44.0 to 6.47.0.
+Bump pmd from 6.44.0 to 6.48.0.
   
   
 Bump narayana-jta from 5.12.0.Final to 5.12.7.Final #134, #156, #163, 
#185, #197.



[commons-dbcp] branch master updated: Bump maven-javadoc-plugin from 3.4.0 to 3.4.1

2022-08-30 Thread ggregory
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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
 new 030463bf Bump maven-javadoc-plugin from 3.4.0 to 3.4.1
030463bf is described below

commit 030463bf652ac5340fc902f19477bf4c4544af12
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:18:01 2022 -0400

Bump maven-javadoc-plugin from 3.4.0 to 3.4.1
---
 pom.xml | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d707f670..a38f5245 100644
--- a/pom.xml
+++ b/pom.xml
@@ -326,7 +326,7 @@
 3.0.0-M7
 
3.2.0
 9.3
-3.4.0
+3.4.1
 2.11.1
 0.15.7
 0.8.8
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cba6cced..11025bb5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -163,7 +163,7 @@ The  type attribute can be add,update,fix,remove.
 Bump org.mockito:mockito-core 3.11.2 -> 4.7.0, #128, #138, #152, #175, 
#188. #193, #208.
   
   
-Bump maven-javadoc-plugin from 3.3.0 to 3.4.0 #131, #184.
+Bump maven-javadoc-plugin from 3.3.0 to 3.4.1 #131, #184.
   
   
 Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #132, #172, #195.



[commons-dbcp] branch master updated: Add comment

2022-08-30 Thread ggregory
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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
 new 0075d6f8 Add comment
0075d6f8 is described below

commit 0075d6f889eda235ad960d8d3118d6201892994d
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:22:32 2022 -0400

Add comment
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index a38f5245..0f8091ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,6 +271,7 @@
 
   org.jboss.narayana.jta
   narayana-jta
+  
   5.12.7.Final
   test
 



[commons-configuration] branch master updated: Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.

2022-08-30 Thread ggregory
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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
 new 6925abd6 Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
6925abd6 is described below

commit 6925abd6b6a82669ed817be60122626dafa8e0b6
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:26:09 2022 -0400

Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
---
 pom.xml | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bb9b661d..efb681a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -572,7 +572,7 @@
 use slightly older site and javadoc versions here in order to be able to 
generate all reports. -->
 
 3.10.0
-3.4.0
+3.4.1
 
 9.3
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a8175022..42fb3fee 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@
   
 Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #201.
   
+  
+Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
+  
 
 



[commons-crypto] branch master updated: Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.

2022-08-30 Thread ggregory
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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
 new 4e2ccbc  Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
4e2ccbc is described below

commit 4e2ccbc1a46a460be6531bd41bf264f7b2161f54
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:27:30 2022 -0400

Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
---
 pom.xml | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cc894a4..757e479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@ The following provides more details on the included 
cryptographic software:
 
 3.17.0
 6.48.0
-3.4.0
+3.4.1
 false
 0.15.7
 4.7.1.1
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0f7a4a7..2fe64e2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -87,7 +87,7 @@
   Bump maven-antrun-plugin from 1.8 to 3.1.0 #120, 
#158.
   Bump commons.japicmp.version from 0.15.2 to 0.15.7 #138.
   Bump jacoco-maven-plugin from 0.6.6 to 0.8.8 #138, #154.
-  Bump commons.javadoc.version from 3.2.0 to 3.4.0 #138.
+  Bump maven-javadoc-plugin from 3.2.0 to 3.4.1 #138.
   Bump maven-pmd-plugin from 3.14.0 to 3.17.0 #140.
   Bump pmd from 6.44.0 to 6.48.0.
   Bump taglist-maven-plugin from 2.4 to 3.0.0 #147.



[commons-csv] branch master updated: Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.

2022-08-30 Thread ggregory
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-csv.git


The following commit(s) were added to refs/heads/master by this push:
 new c5bc9332 Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
c5bc9332 is described below

commit c5bc93327c201ffaf0ff5ff2a380dabd1fd52594
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:28:06 2022 -0400

Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
---
 pom.xml | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a09e119e..6d315b1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
 4.7.1.1
 4.7.1
 0.15.7
-3.4.0
+3.4.1
 6.3.1
 false
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2b8a35aa..6df957ea 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,7 +69,7 @@
   Bump spotbugs-maven-plugin from 4.3.0 to 4.7.1.1 #192, 
#198, #203, #211, #225, #234, #242, #245.
   Bump com.github.spotbugs:spotbugs 4.5.3 -> 4.7.1.
   Bump h2 from 1.4.200 to 2.1.214 #200, #205, #213, 
#239.
-  Bump maven-javadoc-plugin from 3.3.0 to 3.4.0.
+  Bump maven-javadoc-plugin from 3.3.0 to 3.4.1.
   Bump biz.aQute.bnd:biz.aQute.bndlib from 5.3.0 to 6.3.1.
   Bump jacoco-maven-plugin from 0.8.7 to 0.8.8.
   Bump japicmp-maven-plugin from 0.15.3 to 0.15.7.



[commons-lang] branch master updated: Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.

2022-08-30 Thread ggregory
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-lang.git


The following commit(s) were added to refs/heads/master by this push:
 new 655cb5616 Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
655cb5616 is described below

commit 655cb56167112b4c4061df47b4a9b4fd83018db0
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:29:05 2022 -0400

Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
---
 pom.xml | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a0f4b99be..9532b4317 100644
--- a/pom.xml
+++ b/pom.xml
@@ -649,7 +649,7 @@
 
 0.8.8
 3.0.0-M7
-3.4.0
+3.4.1
 0.15.7
 3.18.0
 6.48.0
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c411c6ca0..362290290 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -189,7 +189,7 @@ The  type attribute can be add,update,fix,remove.
 Bump commons.japicmp.version from 0.15.2 to 0.15.7.
 Bump junit-pioneer from 1.3.8 to 1.7.1 #749, #767, #832, 
#883.
 Bump junit-bom from 5.7.1 to 5.9.0 #761, #805, #807, #836, 
#928.
-Bump maven-javadoc-plugin from 3.2.0 to 3.4.0.
+Bump maven-javadoc-plugin from 3.2.0 to 3.4.1.
 Bump jmh.version from 1.27 to 1.35 #794, #842, 
#872.
 Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #802, #858, 
#909.
 Bump pmd from 6.40.0 to 6.48.0 #837, #861, #873, #905, 
#915, #932.



[commons-configuration] branch master updated: Bump maven-pmd-plugin 3.17.0 to 3.18.0.

2022-08-30 Thread ggregory
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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
 new 408f1200 Bump maven-pmd-plugin 3.17.0 to 3.18.0.
408f1200 is described below

commit 408f1200b7be27566078a75b6184c8d6f5f7adbc
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:31:43 2022 -0400

Bump maven-pmd-plugin 3.17.0 to 3.18.0.

Bump pmd from 6.47.0 to 6.48.0.
---
 pom.xml | 4 ++--
 src/changes/changes.xml | 6 ++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index efb681a7..0a3eb301 100644
--- a/pom.xml
+++ b/pom.xml
@@ -564,8 +564,8 @@
 0.8.8
 4.7.1.1
 4.7.1
-3.17.0
-6.47.0
+3.18.0
+6.48.0
 
 

[commons-crypto] branch master updated: Bump maven-pmd-plugin 3.17.0 to 3.18.0

2022-08-30 Thread ggregory
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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
 new e84969b  Bump maven-pmd-plugin 3.17.0 to 3.18.0
e84969b is described below

commit e84969b775d69653cdb0a99ca8ca50cc34689ed6
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:33:04 2022 -0400

Bump maven-pmd-plugin 3.17.0 to 3.18.0
---
 pom.xml | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 757e479..79601a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@ The following provides more details on the included 
cryptographic software:
 
${basedir}/LICENSE-header.txt
 LICENSE.txt, NOTICE.txt, 
**/maven-archiver/pom.properties
 
-3.17.0
+3.18.0
 6.48.0
 3.4.1
 false
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2fe64e2..998ded3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -88,7 +88,7 @@
   Bump commons.japicmp.version from 0.15.2 to 0.15.7 #138.
   Bump jacoco-maven-plugin from 0.6.6 to 0.8.8 #138, #154.
   Bump maven-javadoc-plugin from 3.2.0 to 3.4.1 #138.
-  Bump maven-pmd-plugin from 3.14.0 to 3.17.0 #140.
+  Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #140.
   Bump pmd from 6.44.0 to 6.48.0.
   Bump taglist-maven-plugin from 2.4 to 3.0.0 #147.
   Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.1.1 #152, 
#160, #168, #174.



[commons-io] branch master updated: Bump maven-pmd-plugin 3.17.0 to 3.18.0

2022-08-30 Thread ggregory
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-io.git


The following commit(s) were added to refs/heads/master by this push:
 new 08152eb9 Bump maven-pmd-plugin 3.17.0 to 3.18.0
08152eb9 is described below

commit 08152eb9ca23e6b7ab8731171f92fac303ecd04a
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:35:00 2022 -0400

Bump maven-pmd-plugin 3.17.0 to 3.18.0
---
 pom.xml | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 32089d20..0de68fc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +345,7 @@ file comparators, endian transformation classes, and much 
more.
 1.0.0.RC2
 4.7.1.1
 4.7.1
-3.17.0
+3.18.0
 6.48.0
 1.35
 false
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a357428a..d869705c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -501,10 +501,10 @@ The  type attribute can be add,update,fix,remove.
 Bump commons.surefire.version 3.0.0-M5 to 3.0.0-M7.
   
   
-Bump PMD implementation from 6.44.0 to 6.48.0.
+Bump PMD from 6.44.0 to 6.48.0.
   
   
-Bump PMD plugin from 3.16.0 to 3.17.0.
+Bump maven-pmd-plugin from 3.16.0 to 3.18.0.
   
   
 Bump apache-rat from 0.13 to 0.14.



[commons-pool] branch master updated: Bump maven-pmd-plugin 3.17.0 to 3.18.0

2022-08-30 Thread ggregory
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 80fe4133 Bump maven-pmd-plugin 3.17.0 to 3.18.0
80fe4133 is described below

commit 80fe41330e4e3a7279d6d4be4c3322a6c792719b
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:36:15 2022 -0400

Bump maven-pmd-plugin 3.17.0 to 3.18.0
---
 pom.xml | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1f74312d..118bae12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
 5.1.8
 4.7.1.1
 4.7.1
-3.17.0
+3.18.0
 6.48.0
 
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3db82160..86a002b7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -99,7 +99,7 @@ The  type attribute can be add,update,fix,remove.
   Bump checkstyle from 8.45.1 to 9.3 #97, #104, #111, #121, #126, #132.
 
 
-  Bump maven-pmd-plugin from 3.14.0 to 3.17.0 #101, #153.
+  Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #101, #153.
 
 
   Bump pmd from 6.44.0 to 6.48.0.



[commons-pool] branch master updated: We don't use author tags

2022-08-30 Thread ggregory
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 f75db54a We don't use author tags
f75db54a is described below

commit f75db54aed16cd06dd2afb265921ad705430e78d
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:38:35 2022 -0400

We don't use author tags
---
 .../TestGenericObjectPoolFactoryCreateFailure.java | 284 ++---
 1 file changed, 142 insertions(+), 142 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPoolFactoryCreateFailure.java
 
b/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPoolFactoryCreateFailure.java
index 96eaf95f..1af9dd18 100644
--- 
a/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPoolFactoryCreateFailure.java
+++ 
b/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPoolFactoryCreateFailure.java
@@ -1,143 +1,143 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.commons.pool2.impl;
-
-import static org.junit.jupiter.api.Assertions.assertFalse;
-
-import java.time.Duration;
-import java.util.concurrent.CountDownLatch;
-import java.util.concurrent.TimeUnit;
-import java.util.concurrent.atomic.AtomicBoolean;
-
-import org.apache.commons.pool2.BasePooledObjectFactory;
-import org.apache.commons.pool2.PooledObject;
-import org.apache.commons.pool2.Waiter;
-import org.junit.jupiter.api.Test;
-import org.junit.jupiter.api.Timeout;
-
-/**
- * @author Pavel Kolesov as contributed in POOL-340
- */
-public class TestGenericObjectPoolFactoryCreateFailure {
-
-private static class SingleObjectFactory extends 
BasePooledObjectFactory {
-private final AtomicBoolean created = new AtomicBoolean();
-
-@Override
-public Object create() throws Exception {
-if (!created.getAndSet(true)) {
-return new Object();
-}
-throw new Exception("Already created");
-}
-
-@Override
-public boolean validateObject(final PooledObject p) {
-return true;
-}
-
-@Override
-public PooledObject wrap(final Object obj) {
-return new DefaultPooledObject<>(new Object());
-}
-}
-
-private static class WinnerRunnable implements Runnable {
-private final CountDownLatch barrier;
-private final AtomicBoolean failed;
-private final GenericObjectPool pool;
-private WinnerRunnable(final GenericObjectPool 
pool, final CountDownLatch barrier, final AtomicBoolean failed) {
-this.pool = pool;
-this.failed = failed;
-this.barrier = barrier;
-}
-@Override
-public void run() {
-try {
-println("start borrowing in parallel thread");
-final Object obj = pool.borrowObject();
-
-// wait for another thread to start borrowObject
-if (!barrier.await(5, TimeUnit.SECONDS)) {
-println("Timeout waiting");
-failed.set(true);
-} else {
-// just to make sure, borrowObject has started waiting on 
queue
-Waiter.sleepQuietly(1000);
-}
-
-pool.returnObject(obj);
-println("ended borrowing in parallel thread");
-} catch (final Exception e) {
-failed.set(true);
-e.printStackTrace();
-}
-}
-}
-
-private static final Duration NEG_ONE_DURATION = Duration.ofMillis(-1);
-
-private static void println(final String msg) {
-// System.out.println(msg);
-}
-
-@Test
-@Timeout(value = 10_000, unit = TimeUnit.MILLISECONDS)
-public void testBorrowObjectStuck() {
-final SingleObjectFactory factory = new SingleObjectFactory();
-final GenericObjectPoolConfig config = new 
GenericObjectPoolConfig<>();
-config.setMaxIdle(1);
-config.setMaxTotal(1);
-config.setBlockWhenExhausted(true);
-config.s

[commons-logging] branch master updated: We don't use author tag, CVS/SVN tags or lots of whitespace

2022-08-30 Thread ggregory
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-logging.git


The following commit(s) were added to refs/heads/master by this push:
 new 5f5affb  We don't use author tag, CVS/SVN tags or lots of whitespace
5f5affb is described below

commit 5f5affb46746c8ad07d7c8e42bf1df80335bf83f
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:46:14 2022 -0400

We don't use author tag, CVS/SVN tags or lots of whitespace

Add a space before { when missing
---
 .../apache/commons/logging/AbstractLogTest.java| 160 ++---
 .../org/apache/commons/logging/LoadTestCase.java   | 443 ++--
 .../logging/avalon/AvalonLoggerTestCase.java   |  88 ++-
 .../logging/jdk14/CustomConfigTestCase.java| 795 ++---
 .../logging/jdk14/DefaultConfigTestCase.java   | 351 -
 .../apache/commons/logging/jdk14/TestHandler.java  | 126 ++--
 .../logging/simple/CustomConfigTestCase.java   |  39 -
 .../logging/simple/DefaultConfigTestCase.java  |  35 -
 8 files changed, 932 insertions(+), 1105 deletions(-)

diff --git a/src/test/java/org/apache/commons/logging/AbstractLogTest.java 
b/src/test/java/org/apache/commons/logging/AbstractLogTest.java
index 3ae0222..10c4f70 100644
--- a/src/test/java/org/apache/commons/logging/AbstractLogTest.java
+++ b/src/test/java/org/apache/commons/logging/AbstractLogTest.java
@@ -1,94 +1,66 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.commons.logging;
-
-import junit.framework.TestCase;
-
-
-/**
-  * Generic tests that can be applied to any log adapter by
-  * subclassing this class and defining method getLogObject
-  * appropriately.
-  *
-  * @author Sean C. Sullivan
-  * @version $Revision$
-  */
-public abstract class AbstractLogTest extends TestCase {
-
-public abstract Log getLogObject();
-
-public void testLoggingWithNullParameters()
-{
-final Log log = this.getLogObject();
-
-assertNotNull(log);
-
-
-log.debug(null);
-
-log.debug(null, null);
-
-log.debug(log.getClass().getName() + ": debug statement");
-
-log.debug(log.getClass().getName() + ": debug statement w/ null 
exception", new RuntimeException());
-
-
-log.error(null);
-
-log.error(null, null);
-
-log.error(log.getClass().getName() + ": error statement");
-
-log.error(log.getClass().getName() + ": error statement w/ null 
exception", new RuntimeException());
-
-
-log.fatal(null);
-
-log.fatal(null, null);
-
-log.fatal(log.getClass().getName() + ": fatal statement");
-
-log.fatal(log.getClass().getName() + ": fatal statement w/ null 
exception", new RuntimeException());
-
-
-log.info(null);
-
-log.info(null, null);
-
-log.info(log.getClass().getName() + ": info statement");
-
-log.info(log.getClass().getName() + ": info statement w/ null 
exception", new RuntimeException());
-
-
-log.trace(null);
-
-log.trace(null, null);
-
-log.trace(log.getClass().getName() + ": trace statement");
-
-log.trace(log.getClass().getName() + ": trace statement w/ null 
exception", new RuntimeException());
-
-
-log.warn(null);
-
-log.warn(null, null);
-
-log.warn(log.getClass().getName() + ": warn statement");
-
-log.warn(log.getClass().getName() + ": warn statement w/ null 
exception", new RuntimeException());
-}
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, ei

[commons-release-plugin] branch master updated: We don't use author tags

2022-08-30 Thread ggregory
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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new b73c517  We don't use author tags
b73c517 is described below

commit b73c5172b21e0e6cfc530c1b40672cb32333f487
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:47:35 2022 -0400

We don't use author tags
---
 src/main/java/org/apache/commons/release/plugin/SharedFunctions.java | 1 -
 .../commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java  | 1 -
 .../commons/release/plugin/mojos/CommonsDistributionStagingMojo.java | 1 -
 .../apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java  | 1 -
 .../apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.java   | 1 -
 src/main/java/org/apache/commons/release/plugin/mojos/package-info.java  | 1 -
 src/main/java/org/apache/commons/release/plugin/package-info.java| 1 -
 .../commons/release/plugin/velocity/HeaderHtmlVelocityDelegate.java  | 1 -
 .../commons/release/plugin/velocity/ReadmeHtmlVelocityDelegate.java  | 1 -
 9 files changed, 9 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java 
b/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
index 91c1d9e..4bc9f43 100755
--- a/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
+++ b/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
@@ -34,7 +34,6 @@ import org.codehaus.plexus.util.FileUtils;
 /**
  * Shared static functions for all of our Mojos.
  *
- * @author chtompki
  * @since 1.0
  */
 public final class SharedFunctions {
diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
index 868ef9f..5e70103 100755
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
@@ -47,7 +47,6 @@ import org.apache.maven.project.MavenProject;
  * which for the Apache Commons Project do not get uploaded to Nexus, and 
putting those artifacts
  * in the dev distribution location for Apache projects.
  *
- * @author chtompki
  * @since 1.0
  */
 @Mojo(name = "detach-distributions",
diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
index 21a7077..de03e92 100755
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
@@ -62,7 +62,6 @@ import org.apache.maven.settings.crypto.SettingsDecrypter;
  * structure under the target/commons-release-plugin/scm 
directory. Then commits the
  * distributions back up to SVN. Also, we include the built and zipped site as 
well as the RELEASE-NOTES.txt.
  *
- * @author chtompki
  * @since 1.0
  */
 @Mojo(name = "stage-distributions",
diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java
 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java
index ba26ee6..5d7c773 100755
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java
@@ -39,7 +39,6 @@ import org.apache.maven.plugins.annotations.Parameter;
  * Takes the built ./target/site directory and compresses it to
  * ./target/commons-release-plugin/site.zip.
  *
- * @author chtompki
  * @since 1.0
  * @deprecated - as we no longer wish to compress the site, we are going to 
put this functionality in the
  *   {@link CommonsDistributionStagingMojo}.
diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.java
 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.java
index eec5548..62cad76 100644
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.java
@@ -48,7 +48,6 @@ import java.util.List;
  * This class checks out the dev distribution location, checks whether 
anything exists in the
  * distribution location, and if it is non-empty it deletes all the resources 
there.
  *
- * @author chtompki
  * @since 1.6
  */
 @Mojo(name = "clean-staging",
diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/package-info.java 
b/src/main/java/org/apache/commons/release/plugin/mojos/package-info.java
index 950e6c2..cbccbf9 100755
--- a/src/main/java/org/a

[commons-release-plugin] branch master updated: We don't use author tags

2022-08-30 Thread ggregory
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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 1e7141f  We don't use author tags
1e7141f is described below

commit 1e7141fd95e01e74f16a067d4f8e6ceeea5b765e
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:48:47 2022 -0400

We don't use author tags
---
 .../release/plugin/mojos/CommonsDistributionDetachmentMojoTest.java | 2 --
 .../release/plugin/mojos/CommonsDistributionStagingMojoTest.java| 1 -
 .../commons/release/plugin/mojos/CommonsSiteCompressionMojoTest.java| 1 -
 .../commons/release/plugin/mojos/CommonsStagingCleanupMojoTest.java | 1 -
 .../commons/release/plugin/stubs/DistributionDetachmentProjectStub.java | 1 -
 src/test/java/org/apache/commons/release/plugin/stubs/package-info.java | 1 -
 .../commons/release/plugin/velocity/ReadmeHtmlVelocityDelegateTest.java | 2 --
 7 files changed, 9 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojoTest.java
 
b/src/test/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojoTest.java
index 4b6dbb4..d912e16 100755
--- 
a/src/test/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojoTest.java
+++ 
b/src/test/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojoTest.java
@@ -30,8 +30,6 @@ import static org.junit.Assert.assertNotNull;
 
 /**
  * Unit tests for {@link CommonsDistributionDetachmentMojo}.
- *
- * @author chtompki
  */
 public class CommonsDistributionDetachmentMojoTest {
 
diff --git 
a/src/test/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojoTest.java
 
b/src/test/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojoTest.java
index e9e0423..b35f615 100755
--- 
a/src/test/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojoTest.java
+++ 
b/src/test/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojoTest.java
@@ -31,7 +31,6 @@ import static org.junit.Assert.assertNotNull;
 /**
  * Unit tests for {@link CommonsDistributionStagingMojo}.
  *
- * @author chtompki
  * @since 1.0.
  */
 public class CommonsDistributionStagingMojoTest {
diff --git 
a/src/test/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojoTest.java
 
b/src/test/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojoTest.java
index a2f1aad..ec94fef 100755
--- 
a/src/test/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojoTest.java
+++ 
b/src/test/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojoTest.java
@@ -33,7 +33,6 @@ import static org.junit.Assert.assertNotNull;
 /**
  * Unit tests for {@link CommonsSiteCompressionMojo}.
  *
- * @author chtompki
  * @since 1.0
  */
 @SuppressWarnings("deprecation") // testing a deprecated class
diff --git 
a/src/test/java/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojoTest.java
 
b/src/test/java/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojoTest.java
index 2e7df23..b1cf290 100755
--- 
a/src/test/java/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojoTest.java
+++ 
b/src/test/java/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojoTest.java
@@ -30,7 +30,6 @@ import static org.junit.Assert.assertNotNull;
 /**
  * Unit tests for {@link CommonsSiteCompressionMojo}.
  *
- * @author chtompki
  * @since 1.0
  */
 public class CommonsStagingCleanupMojoTest {
diff --git 
a/src/test/java/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.java
 
b/src/test/java/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.java
index d418869..310782b 100755
--- 
a/src/test/java/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.java
+++ 
b/src/test/java/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.java
@@ -34,7 +34,6 @@ import org.apache.maven.project.MavenProject;
  * usage of
  * this class.
  *
- * @author chtompki
  * @since 1.0
  */
 public class DistributionDetachmentProjectStub extends MavenProjectStub {
diff --git 
a/src/test/java/org/apache/commons/release/plugin/stubs/package-info.java 
b/src/test/java/org/apache/commons/release/plugin/stubs/package-info.java
index 9914ceb..112f08f 100755
--- a/src/test/java/org/apache/commons/release/plugin/stubs/package-info.java
+++ b/src/test/java/org/apache/commons/release/plugin/stubs/package-info.java
@@ -21,7 +21,6 @@
  * property. The maven unit testing framework then wires this stubbed object 
into the appropriate mojo
  * for testing purposes.
  *
- * @author chtompki
  * @since 1.0
  */
 package org.apache.commons.release.plugin.stubs;
diff --git 
a/src/test/java/org/apache/commons/release/plugin/velocity/Rea

[commons-imaging] branch master updated: We don't use author tags

2022-08-30 Thread ggregory
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-imaging.git


The following commit(s) were added to refs/heads/master by this push:
 new bd1d7faf We don't use author tags
bd1d7faf is described below

commit bd1d7faf400ea11366ca0196b8f0b6da2f4b3266
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:49:03 2022 -0400

We don't use author tags
---
 .../java/org/apache/commons/imaging/formats/rgbe/RgbeImageParser.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/imaging/formats/rgbe/RgbeImageParser.java 
b/src/main/java/org/apache/commons/imaging/formats/rgbe/RgbeImageParser.java
index 8b04498a..03d490ff 100644
--- a/src/main/java/org/apache/commons/imaging/formats/rgbe/RgbeImageParser.java
+++ b/src/main/java/org/apache/commons/imaging/formats/rgbe/RgbeImageParser.java
@@ -40,8 +40,6 @@ import java.util.ArrayList;
 
 /**
  * Parser for Radiance HDR images
- *
- * @author mailto:pe...@electrotank.com";>peter royal
  */
 public class RgbeImageParser extends ImageParser {
 



[commons-compress] branch master updated: We don't use author tags

2022-08-30 Thread ggregory
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-compress.git


The following commit(s) were added to refs/heads/master by this push:
 new 3c2ea072 We don't use author tags
3c2ea072 is described below

commit 3c2ea072440259d0afafe90eac58934959a8be29
Author: Gary Gregory 
AuthorDate: Tue Aug 30 09:49:33 2022 -0400

We don't use author tags
---
 src/main/java/org/apache/commons/compress/archivers/zip/BinaryTree.java  | 1 -
 .../java/org/apache/commons/compress/archivers/zip/CircularBuffer.java   | 1 -
 .../org/apache/commons/compress/archivers/zip/ExplodingInputStream.java  | 1 -
 3 files changed, 3 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/BinaryTree.java 
b/src/main/java/org/apache/commons/compress/archivers/zip/BinaryTree.java
index a0ff91d3..4671aefa 100644
--- a/src/main/java/org/apache/commons/compress/archivers/zip/BinaryTree.java
+++ b/src/main/java/org/apache/commons/compress/archivers/zip/BinaryTree.java
@@ -29,7 +29,6 @@ import org.apache.commons.compress.utils.IOUtils;
 /**
  * Binary tree of positive values.
  *
- * @author Emmanuel Bourg
  * @since 1.7
  */
 class BinaryTree {
diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/CircularBuffer.java 
b/src/main/java/org/apache/commons/compress/archivers/zip/CircularBuffer.java
index 8502e46e..69b15976 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/zip/CircularBuffer.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/zip/CircularBuffer.java
@@ -22,7 +22,6 @@ package org.apache.commons.compress.archivers.zip;
 /**
  * Circular byte buffer.
  *
- * @author Emmanuel Bourg
  * @since 1.7
  */
 class CircularBuffer {
diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/ExplodingInputStream.java
 
b/src/main/java/org/apache/commons/compress/archivers/zip/ExplodingInputStream.java
index 389d35fc..586c49f1 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/zip/ExplodingInputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/zip/ExplodingInputStream.java
@@ -36,7 +36,6 @@ import 
org.apache.commons.compress.utils.InputStreamStatistics;
  *
  * @see https://www.pkware.com/documents/casestudies/APPNOTE.TXT";>ZIP 
File Format Specification
  *
- * @author Emmanuel Bourg
  * @since 1.7
  */
 class ExplodingInputStream extends InputStream implements 
InputStreamStatistics {



[commons-collections] branch master updated: Formatting

2022-08-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


The following commit(s) were added to refs/heads/master by this push:
 new 84fb83048 Formatting
84fb83048 is described below

commit 84fb8304818c978e451be330fc944b535fb6a99a
Author: aherbert 
AuthorDate: Tue Aug 30 15:18:38 2022 +0100

Formatting
---
 .../bloomfilter/EnhancedDoubleHasherTest.java  | 42 +++---
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/collections4/bloomfilter/EnhancedDoubleHasherTest.java
 
b/src/test/java/org/apache/commons/collections4/bloomfilter/EnhancedDoubleHasherTest.java
index 2c028bf02..ef20be9e6 100644
--- 
a/src/test/java/org/apache/commons/collections4/bloomfilter/EnhancedDoubleHasherTest.java
+++ 
b/src/test/java/org/apache/commons/collections4/bloomfilter/EnhancedDoubleHasherTest.java
@@ -43,39 +43,39 @@ public class EnhancedDoubleHasherTest extends 
AbstractHasherTest {
 @Test
 public void testByteConstructor() {
 // single value become increment.
-EnhancedDoubleHasher hasher = new EnhancedDoubleHasher( new byte[] { 1 
} );
-assertEquals( 0, hasher.getInitial() );
-assertEquals( 0x01_00_00_00_00_00_00_00L, hasher.getIncrement() );
+EnhancedDoubleHasher hasher = new EnhancedDoubleHasher(new byte[] {1});
+assertEquals(0, hasher.getInitial());
+assertEquals(0x01_00_00_00_00_00_00_00L, hasher.getIncrement());
 
 // 2 bytes become initial and increment.
-hasher = new EnhancedDoubleHasher( new byte[] { 1, 2 } );
-assertEquals( 0x01_00_00_00_00_00_00_00L, hasher.getInitial() );
-assertEquals( 0x200L, hasher.getIncrement() );
+hasher = new EnhancedDoubleHasher(new byte[] {1, 2});
+assertEquals(0x01_00_00_00_00_00_00_00L, hasher.getInitial());
+assertEquals(0x02_00_00_00_00_00_00_00L, hasher.getIncrement());
 
 // odd values place extra byte in increment.
-hasher = new EnhancedDoubleHasher( new byte[] { 1, 2, 3 } );
-assertEquals( 0x01_00_00_00_00_00_00_00L, hasher.getInitial() );
-assertEquals( 0x203L, hasher.getIncrement() );
+hasher = new EnhancedDoubleHasher(new byte[] {1, 2, 3});
+assertEquals(0x01_00_00_00_00_00_00_00L, hasher.getInitial());
+assertEquals(0x02_03_00_00_00_00_00_00L, hasher.getIncrement());
 
 // even short split
-hasher = new EnhancedDoubleHasher( new byte[] {0, 1, 0, 2 } );
-assertEquals( 0x01_00_00_00_00_00_00L, hasher.getInitial() );
-assertEquals( 0x02_00_00_00_00_00_00L, hasher.getIncrement() );
+hasher = new EnhancedDoubleHasher(new byte[] {0, 1, 0, 2});
+assertEquals(0x01_00_00_00_00_00_00L, hasher.getInitial());
+assertEquals(0x02_00_00_00_00_00_00L, hasher.getIncrement());
 
 // longs are parse correctly
-hasher = new EnhancedDoubleHasher( new byte[] { 0, 0, 0, 0, 0, 0, 0, 
1, 0, 0, 0, 0, 0, 0, 0, 2 } );
-assertEquals( 1, hasher.getInitial() );
-assertEquals( 2, hasher.getIncrement() );
+hasher = new EnhancedDoubleHasher(new byte[] {0, 0, 0, 0, 0, 0, 0, 1, 
0, 0, 0, 0, 0, 0, 0, 2});
+assertEquals(1, hasher.getInitial());
+assertEquals(2, hasher.getIncrement());
 
 // excess bytes are ignored before mid point and at end
-hasher = new EnhancedDoubleHasher( new byte[] { 0, 0, 0, 0, 0, 0, 0, 
1, 5, 5, 0, 0, 0, 0, 0, 0, 0, 2, 5, 5 } );
-assertEquals( 1, hasher.getInitial() );
-assertEquals( 2, hasher.getIncrement() );
+hasher = new EnhancedDoubleHasher(new byte[] {0, 0, 0, 0, 0, 0, 0, 1, 
5, 5, 0, 0, 0, 0, 0, 0, 0, 2, 5, 5});
+assertEquals(1, hasher.getInitial());
+assertEquals(2, hasher.getIncrement());
 
 // odd extra bytes are accounted for correctly
-hasher = new EnhancedDoubleHasher( new byte[] { 0, 0, 0, 0, 0, 0, 0, 
1, 5, 1, 0, 0, 0, 0, 0, 0, 2, 5, 5 } );
-assertEquals( 1, hasher.getInitial() );
-assertEquals( 0x01_00_00_00_00_00_00_02L, hasher.getIncrement() );
+hasher = new EnhancedDoubleHasher(new byte[] {0, 0, 0, 0, 0, 0, 0, 1, 
5, 1, 0, 0, 0, 0, 0, 0, 2, 5, 5});
+assertEquals(1, hasher.getInitial());
+assertEquals(0x01_00_00_00_00_00_00_02L, hasher.getIncrement());
 
 // test empty buffer
 assertThrows(IllegalArgumentException.class, () -> new 
EnhancedDoubleHasher(new byte[0]));



[commons-bcel] branch master updated: Move Apache license header to the top of the file

2022-08-30 Thread ggregory
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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
 new 87c94705 Move Apache license header to the top of the file
87c94705 is described below

commit 87c947056d4327c9ba5f5fd14316f9f4d60533c7
Author: Gary Gregory 
AuthorDate: Tue Aug 30 10:44:02 2022 -0400

Move Apache license header to the top of the file
---
 .../java/org/apache/bcel/verifier/tests/TestCreator.java | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/test/java/org/apache/bcel/verifier/tests/TestCreator.java 
b/src/test/java/org/apache/bcel/verifier/tests/TestCreator.java
index 87f43143..adb506a0 100644
--- a/src/test/java/org/apache/bcel/verifier/tests/TestCreator.java
+++ b/src/test/java/org/apache/bcel/verifier/tests/TestCreator.java
@@ -1,11 +1,3 @@
-package org.apache.bcel.verifier.tests;
-
-import java.io.File;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.OutputStream;
-import java.net.URISyntaxException;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -23,6 +15,14 @@ import java.net.URISyntaxException;
  * limitations under the License.
  *
  */
+package org.apache.bcel.verifier.tests;
+
+import java.io.File;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.io.OutputStream;
+import java.net.URISyntaxException;
+
 public abstract class TestCreator {
 
 // Common package base name for generated test classes



[commons-compress] branch master updated: Move Apache license header to the top of the file

2022-08-30 Thread ggregory
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-compress.git


The following commit(s) were added to refs/heads/master by this push:
 new 48b6c864 Move Apache license header to the top of the file
48b6c864 is described below

commit 48b6c864c706509493baf9dabfdec876cd033798
Author: Gary Gregory 
AuthorDate: Tue Aug 30 10:45:26 2022 -0400

Move Apache license header to the top of the file
---
 .../commons/compress/archivers/ExceptionMessageTest.java  | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/compress/archivers/ExceptionMessageTest.java 
b/src/test/java/org/apache/commons/compress/archivers/ExceptionMessageTest.java
index efe76b71..1659b9b4 100644
--- 
a/src/test/java/org/apache/commons/compress/archivers/ExceptionMessageTest.java
+++ 
b/src/test/java/org/apache/commons/compress/archivers/ExceptionMessageTest.java
@@ -1,10 +1,3 @@
-package org.apache.commons.compress.archivers;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.fail;
-
-import org.junit.jupiter.api.Test;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -23,6 +16,14 @@ import org.junit.jupiter.api.Test;
  * specific language governing permissions and limitations
  * under the License.
  */
+
+package org.apache.commons.compress.archivers;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.fail;
+
+import org.junit.jupiter.api.Test;
+
 public class ExceptionMessageTest {
 
 private static final String ARCHIVER_NULL_MESSAGE = "Archivername must not 
be null.";



[commons-configuration] branch master updated: Move Apache license header to the top of the file

2022-08-30 Thread ggregory
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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
 new a702b787 Move Apache license header to the top of the file
a702b787 is described below

commit a702b787138830a9f5c644207908a199dd8d210d
Author: Gary Gregory 
AuthorDate: Tue Aug 30 10:46:49 2022 -0400

Move Apache license header to the top of the file
---
 src/test/java/org/apache/commons/configuration2/test/HsqlDB.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/configuration2/test/HsqlDB.java 
b/src/test/java/org/apache/commons/configuration2/test/HsqlDB.java
index 870c0621..e81b318f 100644
--- a/src/test/java/org/apache/commons/configuration2/test/HsqlDB.java
+++ b/src/test/java/org/apache/commons/configuration2/test/HsqlDB.java
@@ -1,5 +1,3 @@
-package org.apache.commons.configuration2.test;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -17,6 +15,8 @@ package org.apache.commons.configuration2.test;
  * limitations under the License.
  */
 
+package org.apache.commons.configuration2.test;
+
 import java.io.FileReader;
 import java.sql.Connection;
 import java.sql.DriverManager;



[commons-net] branch master updated: Move Apache license header to the top of the file

2022-08-30 Thread ggregory
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-net.git


The following commit(s) were added to refs/heads/master by this push:
 new 61fe4b52 Move Apache license header to the top of the file
61fe4b52 is described below

commit 61fe4b5277b39cfa8f438223956040a3a928b222
Author: Gary Gregory 
AuthorDate: Tue Aug 30 10:49:57 2022 -0400

Move Apache license header to the top of the file
---
 .../apache/commons/net/examples/ntp/NTPClient.java |  361 ++---
 .../commons/net/examples/ntp/TimeClient.java   |  202 +--
 .../apache/commons/net/ftp/FTPListParseEngine.java |   37 +-
 .../org/apache/commons/net/ntp/NTPUDPClient.java   |  288 ++--
 .../java/org/apache/commons/net/ntp/NtpUtils.java  |  230 ++--
 .../java/org/apache/commons/net/ntp/NtpV3Impl.java | 1397 ++--
 .../org/apache/commons/net/ntp/NtpV3Packet.java|  518 
 .../java/org/apache/commons/net/ntp/TimeInfo.java  |  686 +-
 .../java/org/apache/commons/net/ntp/TimeStamp.java |3 +-
 .../commons/net/time/TimeTestSimpleServer.java |  320 ++---
 10 files changed, 2029 insertions(+), 2013 deletions(-)

diff --git a/src/main/java/org/apache/commons/net/examples/ntp/NTPClient.java 
b/src/main/java/org/apache/commons/net/examples/ntp/NTPClient.java
index 1f067f7a..8b2ff648 100644
--- a/src/main/java/org/apache/commons/net/examples/ntp/NTPClient.java
+++ b/src/main/java/org/apache/commons/net/examples/ntp/NTPClient.java
@@ -1,180 +1,181 @@
-package org.apache.commons.net.examples.ntp;
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-import java.io.IOException;
-import java.net.InetAddress;
-import java.net.SocketException;
-import java.net.UnknownHostException;
-import java.text.NumberFormat;
-
-import org.apache.commons.net.ntp.NTPUDPClient;
-import org.apache.commons.net.ntp.NtpUtils;
-import org.apache.commons.net.ntp.NtpV3Packet;
-import org.apache.commons.net.ntp.TimeInfo;
-import org.apache.commons.net.ntp.TimeStamp;
-
-/**
- * This is an example program demonstrating how to use the NTPUDPClient
- * class. This program sends a Datagram client request packet to a
- * Network time Protocol (NTP) service port on a specified server,
- * retrieves the time, and prints it to standard output along with
- * the fields from the NTP message header (e.g. stratum level, reference id,
- * poll interval, root delay, mode, ...)
- * See ftp://ftp.rfc-editor.org/in-notes/rfc868.txt";> the spec 
- * for details.
- * 
- * Usage: NTPClient 
- * 
- * Example: NTPClient clock.psu.edu
- *
- */
-public final class NTPClient
-{
-
-private static final NumberFormat numberFormat = new 
java.text.DecimalFormat("0.00");
-
-public static void main(final String[] args)
-{
-if (args.length == 0) {
-System.err.println("Usage: NTPClient ");
-System.exit(1);
-}
-
-final NTPUDPClient client = new NTPUDPClient();
-// We want to timeout if a response takes longer than 10 seconds
-client.setDefaultTimeout(1);
-try {
-client.open();
-for (final String arg : args)
-{
-System.out.println();
-try {
-final InetAddress hostAddr = InetAddress.getByName(arg);
-System.out.println("> " + hostAddr.getHostName() + "/" + 
hostAddr.getHostAddress());
-final TimeInfo info = client.getTime(hostAddr);
-processResponse(info);
-} catch (final IOException ioe) {
-ioe.printStackTrace();
-}
-}
-} catch (final SocketException e) {
-e.printStackTrace();
-}
-
-client.close();
-}
-
-/**
- * Process TimeInfo object and print its details.
- * @param info TimeInfo object.
- */
-public static void processResponse(final TimeInfo info)
-{
-final NtpV3Packet message = info.getMessage();
-final int stratum = message.getStratum();
-final String refType;
-if (stratum <= 0) {
-refType = "(Unspecified o

[commons-ognl] branch master updated: Move Apache license header to the top of the file

2022-08-30 Thread ggregory
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-ognl.git


The following commit(s) were added to refs/heads/master by this push:
 new 1d2048d  Move Apache license header to the top of the file
1d2048d is described below

commit 1d2048db25b79b3f53b969f5b3971e0d7c17d797
Author: Gary Gregory 
AuthorDate: Tue Aug 30 10:52:47 2022 -0400

Move Apache license header to the top of the file
---
 .../commons/ognl/enhance/ContextClassLoader.java   |  114 +-
 .../commons/ognl/enhance/EnhancedClassLoader.java  |   84 +-
 .../commons/ognl/enhance/ExpressionAccessor.java   |  116 +-
 .../commons/ognl/enhance/ExpressionCompiler.java   | 1690 ++--
 .../commons/ognl/enhance/LocalReference.java   |   96 +-
 .../commons/ognl/enhance/LocalReferenceImpl.java   |  242 +--
 .../ognl/enhance/OgnlExpressionCompiler.java   |  250 +--
 .../apache/commons/ognl/enhance/OrderedReturn.java |   87 +-
 .../enhance/UnsupportedCompilationException.java   |   96 +-
 .../apache/commons/ognl/enhance/package-info.java  |   48 +-
 10 files changed, 1411 insertions(+), 1412 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/ognl/enhance/ContextClassLoader.java 
b/src/main/java/org/apache/commons/ognl/enhance/ContextClassLoader.java
index 1c5d765..f8814f1 100644
--- a/src/main/java/org/apache/commons/ognl/enhance/ContextClassLoader.java
+++ b/src/main/java/org/apache/commons/ognl/enhance/ContextClassLoader.java
@@ -1,57 +1,57 @@
-package org.apache.commons.ognl.enhance;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-import org.apache.commons.ognl.OgnlContext;
-
-public class ContextClassLoader
-extends ClassLoader
-{
-private final OgnlContext context;
-
-/*
- * === 
Constructors
- * ===
- */
-public ContextClassLoader( ClassLoader parentClassLoader, OgnlContext 
context )
-{
-super( parentClassLoader );
-this.context = context;
-}
-
-/*
- * === 
Overridden methods
- * ===
- */
-/**
- * {@inheritDoc}
- */
-@Override
-protected Class findClass( String name )
-throws ClassNotFoundException
-{
-if ( ( context != null ) && ( context.getClassResolver() != null ) )
-{
-return context.getClassResolver().classForName( name, context );
-}
-return super.findClass( name );
-}
-
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.commons.ognl.enhance;
+
+import org.apache.commons.ognl.OgnlContext;
+
+public class ContextClassLoader
+extends ClassLoader
+{
+private final OgnlContext context;
+
+/*
+ * === 
Constructors
+ * ===
+ */
+public ContextClassLoader( ClassLoader parentClassLoader, OgnlContext 
context )
+{
+super( parentClassLoader );
+this.context = context;
+}
+
+/*
+ * === 
Overridden methods
+

[commons-vfs] branch master updated: Remove Subversion key substitution noise "$Id$"

2022-08-30 Thread ggregory
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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
 new c6df8fc1 Remove Subversion key substitution noise "$Id$"
c6df8fc1 is described below

commit c6df8fc1dedfd0b8123cd00e3ddea5a796b401d3
Author: Gary Gregory 
AuthorDate: Tue Aug 30 10:57:12 2022 -0400

Remove Subversion key substitution noise "$Id$"
---
 .../vfs2/provider/test/FileObjectSortTest.java | 262 ++---
 1 file changed, 130 insertions(+), 132 deletions(-)

diff --git 
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/test/FileObjectSortTest.java
 
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/test/FileObjectSortTest.java
index 6aa3bdad..15fa5501 100644
--- 
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/test/FileObjectSortTest.java
+++ 
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/test/FileObjectSortTest.java
@@ -1,132 +1,130 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.commons.vfs2.provider.test;
-
-import static org.junit.jupiter.api.Assertions.assertArrayEquals;
-import static org.junit.jupiter.api.Assertions.assertEquals;
-import static org.junit.jupiter.api.Assertions.assertFalse;
-import static org.junit.jupiter.api.Assertions.assertNotEquals;
-
-import java.util.Arrays;
-import java.util.List;
-
-import org.apache.commons.vfs2.FileObject;
-import org.apache.commons.vfs2.FileSystem;
-import org.apache.commons.vfs2.FileSystemException;
-import org.apache.commons.vfs2.VFS;
-import org.junit.jupiter.api.BeforeAll;
-import org.junit.jupiter.api.Test;
-
-/**
- * Tests FileObject sorting.
- *
- * $Id$
- */
-public class FileObjectSortTest {
-
-/**
- * The size of arrays to sort.
- */
-private static final int SIZE = 100;
-
-// Consider @Immutable
-private static FileSystem VfsFileSystem;
-
-// Consider @Immutable
-private static FileObject[] SortedArray;
-
-// Consider @Immutable
-private static FileObject[] UnSortedArray;
-
-private static FileObject resolveFile(final FileSystem fs, final int i) 
throws FileSystemException {
-return fs.resolveFile(String.format("%010d", i));
-}
-
-@BeforeAll
-public static void setUpClass() throws FileSystemException {
-VfsFileSystem = 
VFS.getManager().createVirtualFileSystem("vfs://").getFileSystem();
-SortedArray = new FileObject[SIZE];
-for (int i = 0; i < SIZE; i++) {
-SortedArray[i] = FileObjectSortTest.resolveFile(VfsFileSystem, i);
-}
-UnSortedArray = new FileObject[SIZE];
-for (int i = 0; i < SIZE; i++) {
-UnSortedArray[i] = FileObjectSortTest.resolveFile(VfsFileSystem, 
SIZE - i - 1);
-}
-}
-
-/**
- * Tests that sorting ignores case.
- *
- * @throws FileSystemException
- */
-@Test
-public void testSortArrayIgnoreCase() throws FileSystemException {
-final FileObject file1 = VfsFileSystem.resolveFile("A1");
-final FileObject file2 = VfsFileSystem.resolveFile("a2");
-final FileObject file3 = VfsFileSystem.resolveFile("A3");
-final FileObject[] actualArray = { file3, file1, file2, file1, file2 };
-final FileObject[] expectedArray = { file1, file1, file2, file2, file3 
};
-Arrays.sort(actualArray);
-assertArrayEquals(expectedArray, actualArray);
-}
-
-/**
- * Tests sorting an array
- */
-@Test
-public void testSortArrayMoveAll() {
-final FileObject[] actualArray = UnSortedArray.clone();
-assertFalse(Arrays.equals(UnSortedArray, SortedArray));
-Arrays.sort(actualArray);
-assertArrayEquals(SortedArray, actualArray);
-}
-
-/**
- * Tests that sorting an array already in oder does not mess it up.
- */
-@Test
-public void testSortArrayMoveNone() {
-final FileObject[] actualArray = SortedArray.clone();
-Arrays.sort(actualArray);
-assertArrayEquals(SortedArray, actualArray);
-}
-
-/**
- * Tests sorting a list

[commons-chain] branch master updated: Remove Subversion key substitution noise

2022-08-30 Thread ggregory
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-chain.git


The following commit(s) were added to refs/heads/master by this push:
 new 79a87c8  Remove Subversion key substitution noise
79a87c8 is described below

commit 79a87c836bcaf52f8edc93cb55201ac942bc4225
Author: Gary Gregory 
AuthorDate: Tue Aug 30 10:58:17 2022 -0400

Remove Subversion key substitution noise
---
 .../chain2/impl/CatalogFactoryBaseTestCase.java| 396 ++---
 1 file changed, 197 insertions(+), 199 deletions(-)

diff --git 
a/base/src/test/java/org/apache/commons/chain2/impl/CatalogFactoryBaseTestCase.java
 
b/base/src/test/java/org/apache/commons/chain2/impl/CatalogFactoryBaseTestCase.java
index eda1296..b3b270f 100644
--- 
a/base/src/test/java/org/apache/commons/chain2/impl/CatalogFactoryBaseTestCase.java
+++ 
b/base/src/test/java/org/apache/commons/chain2/impl/CatalogFactoryBaseTestCase.java
@@ -1,199 +1,197 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.commons.chain2.impl;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertNull;
-import static org.junit.Assert.assertSame;
-import static org.junit.Assert.assertTrue;
-import static org.junit.Assert.fail;
-
-import java.util.Iterator;
-
-import org.apache.commons.chain2.Catalog;
-import org.apache.commons.chain2.CatalogFactory;
-import org.apache.commons.chain2.Command;
-import org.apache.commons.chain2.Context;
-import org.apache.commons.chain2.testutils.NonDelegatingCommand;
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- * Test case for the CatalogFactoryBase class.
- *
- * @version $Revision$ $Date$
- */
-
-public class CatalogFactoryBaseTestCase {
-
-
-//  Instance Variables
-
-
-/**
- * The {@link CatalogFactoryBase} instance under test.
- */
-protected CatalogFactory> factory 
= null;
-
-
-// -- Overall Test Methods
-
-
-/**
- * Set up instance variables required by this test case.
- */
-@Before
-public void setUp() {
-CatalogFactoryBase.clear();
-factory = CatalogFactoryBase.getInstance();
-}
-
-/**
- * Tear down instance variables required by this test case.
- */
-@After
-public void tearDown() {
-factory = null;
-CatalogFactoryBase.clear();
-}
-
-
-//  Individual Test Methods
-
-
-/**
- * Test a pristine instance of {@link CatalogFactoryBase}.
- */
-@Test
-public void testPristine() {
-
-assertNotNull(factory);
-assertNull(factory.getCatalog());
-assertNull(factory.getCatalog("foo"));
-assertEquals(0, getCatalogCount());
-
-}
-
-
-/**
- * Test the default {@link Catalog} instance.
- */
-@Test
-public void testDefaultCatalog() {
-
-Catalog> catalog = new 
CatalogBase>();
-factory.setCatalog(catalog);
-assertTrue(catalog == factory.getCatalog());
-assertEquals(0, getCatalogCount());
-
-}
-
-
-/**
- * Test adding a specifically named {@link Catalog} instance.
- */
-@Test
-public void testSpecificCatalog() {
-
-Catalog> catalog = new 
CatalogBase>();
-factory.setCatalog(catalog);
-catalog = new CatalogBase>();
-factory.addCatalog("foo", catalog);
-assertTrue(catalog == factory.getCatalog("foo"));
-assertEquals(1, getCatalogCount());
-factory.addCatalog("foo", new CatalogBase>());
-assertEquals(1, getCatalogCount());
-assertTrue(!(catalog == factory.getCatalog("foo")));
-CatalogFactoryBase.clear();
-factory = CatalogFactoryBase.getInstance();
-assertEquals(0, getCatalogCount());
-
-}
-
-
-/**
- * Test getCatalog() method.
- */
-@Test
-public void testCatalogIdentifier() {
-
-Catalog> defaultCatalog = new 
CatalogBase>();
-Comm

[commons-validator] branch master updated (19d83677 -> c43168a6)

2022-08-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


from 19d83677 Fix typos in Javadoc
 new c3ffc79c Remove Subversion key substitution noise
 new c43168a6 Use standard Javadoc @since tag format

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../commons/validator/example/ValidateBean.java|   2 -
 .../commons/validator/example/ValidateExample.java |   2 -
 .../java/org/apache/commons/validator/Arg.java |   9 +-
 .../commons/validator/CreditCardValidator.java |   9 +-
 .../apache/commons/validator/DateValidator.java|   3 +-
 .../apache/commons/validator/EmailValidator.java   |   3 +-
 .../java/org/apache/commons/validator/Field.java   |  25 ++--
 .../java/org/apache/commons/validator/Form.java|   1 -
 .../java/org/apache/commons/validator/FormSet.java |   1 -
 .../apache/commons/validator/FormSetFactory.java   |   5 +-
 .../commons/validator/GenericTypeValidator.java|   1 -
 .../apache/commons/validator/GenericValidator.java |   1 -
 .../apache/commons/validator/ISBNValidator.java|   3 +-
 .../java/org/apache/commons/validator/Msg.java |  13 +-
 .../org/apache/commons/validator/UrlValidator.java |   3 +-
 .../org/apache/commons/validator/Validator.java|   1 -
 .../apache/commons/validator/ValidatorAction.java  |   1 -
 .../commons/validator/ValidatorException.java  |   1 -
 .../commons/validator/ValidatorResources.java  |  27 ++--
 .../apache/commons/validator/ValidatorResult.java  |   1 -
 .../apache/commons/validator/ValidatorResults.java |   1 -
 .../java/org/apache/commons/validator/Var.java |   9 +-
 .../routines/AbstractCalendarValidator.java|   3 +-
 .../routines/AbstractFormatValidator.java  |   3 +-
 .../routines/AbstractNumberValidator.java  |   3 +-
 .../validator/routines/BigDecimalValidator.java|   3 +-
 .../validator/routines/BigIntegerValidator.java|   3 +-
 .../commons/validator/routines/ByteValidator.java  |   3 +-
 .../validator/routines/CalendarValidator.java  |   3 +-
 .../commons/validator/routines/CodeValidator.java  |   3 +-
 .../validator/routines/CreditCardValidator.java|   3 +-
 .../validator/routines/CurrencyValidator.java  |   3 +-
 .../commons/validator/routines/DateValidator.java  |   3 +-
 .../validator/routines/DomainValidator.java|   3 +-
 .../validator/routines/DoubleValidator.java|   3 +-
 .../commons/validator/routines/EmailValidator.java |   3 +-
 .../commons/validator/routines/FloatValidator.java |   3 +-
 .../commons/validator/routines/ISBNValidator.java  |   3 +-
 .../validator/routines/InetAddressValidator.java   |   3 +-
 .../validator/routines/IntegerValidator.java   |   3 +-
 .../commons/validator/routines/LongValidator.java  |   3 +-
 .../validator/routines/PercentValidator.java   |   3 +-
 .../commons/validator/routines/RegexValidator.java |   3 +-
 .../commons/validator/routines/ShortValidator.java |   3 +-
 .../commons/validator/routines/TimeValidator.java  |   3 +-
 .../commons/validator/routines/UrlValidator.java   |   3 +-
 .../routines/checkdigit/ABANumberCheckDigit.java   |   3 +-
 .../routines/checkdigit/CUSIPCheckDigit.java   |   3 +-
 .../validator/routines/checkdigit/CheckDigit.java  | 141 ++---
 .../routines/checkdigit/CheckDigitException.java   |   3 +-
 .../routines/checkdigit/EAN13CheckDigit.java   |   3 +-
 .../routines/checkdigit/IBANCheckDigit.java|   3 +-
 .../routines/checkdigit/ISBN10CheckDigit.java  |   3 +-
 .../routines/checkdigit/ISBNCheckDigit.java|   3 +-
 .../routines/checkdigit/ISINCheckDigit.java|   3 +-
 .../routines/checkdigit/LuhnCheckDigit.java|   3 +-
 .../routines/checkdigit/ModulusCheckDigit.java |   3 +-
 .../routines/checkdigit/ModulusTenCheckDigit.java  |   2 +-
 .../routines/checkdigit/SedolCheckDigit.java   |   3 +-
 .../routines/checkdigit/VerhoeffCheckDigit.java|   3 +-
 .../org/apache/commons/validator/util/Flags.java   |   3 +-
 .../commons/validator/util/ValidatorUtils.java |   1 -
 .../commons/validator/AbstractCommonTest.java  |   1 -
 .../commons/validator/AbstractNumberTest.java  |   1 -
 .../org/apache/commons/validator/ByteTest.java |   1 -
 .../commons/validator/CreditCardValidatorTest.java |   1 -
 .../validator/CustomValidatorResourcesTest.java|   1 -
 .../org/apache/commons/validator/DateTest.java |   1 -
 .../org/apache/commons/validator/DoubleTest.java   |   1 -
 .../org/apache/commons/validator/EmailTest.java|   1 -
 .../apache/commons/validator/EntityImportTest.java |   1 -
 .../apache/commons/validator/ExceptionTest.java|   1 -
 .../apache/c

[commons-validator] 02/02: Use standard Javadoc @since tag format

2022-08-30 Thread ggregory
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-validator.git

commit c43168a6de2ed4ba20c8ced4257796288445398b
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:03:54 2022 -0400

Use standard Javadoc @since tag format
---
 .../java/org/apache/commons/validator/Arg.java |  8 +++
 .../commons/validator/CreditCardValidator.java |  8 +++
 .../apache/commons/validator/DateValidator.java|  2 +-
 .../apache/commons/validator/EmailValidator.java   |  2 +-
 .../java/org/apache/commons/validator/Field.java   | 24 ++--
 .../apache/commons/validator/FormSetFactory.java   |  4 ++--
 .../apache/commons/validator/ISBNValidator.java|  2 +-
 .../java/org/apache/commons/validator/Msg.java | 12 +-
 .../org/apache/commons/validator/UrlValidator.java |  2 +-
 .../commons/validator/ValidatorResources.java  | 26 +++---
 .../java/org/apache/commons/validator/Var.java |  8 +++
 .../routines/AbstractCalendarValidator.java|  2 +-
 .../routines/AbstractFormatValidator.java  |  2 +-
 .../routines/AbstractNumberValidator.java  |  2 +-
 .../validator/routines/BigDecimalValidator.java|  2 +-
 .../validator/routines/BigIntegerValidator.java|  2 +-
 .../commons/validator/routines/ByteValidator.java  |  2 +-
 .../validator/routines/CalendarValidator.java  |  2 +-
 .../commons/validator/routines/CodeValidator.java  |  2 +-
 .../validator/routines/CreditCardValidator.java|  2 +-
 .../validator/routines/CurrencyValidator.java  |  2 +-
 .../commons/validator/routines/DateValidator.java  |  2 +-
 .../validator/routines/DomainValidator.java|  2 +-
 .../validator/routines/DoubleValidator.java|  2 +-
 .../commons/validator/routines/EmailValidator.java |  2 +-
 .../commons/validator/routines/FloatValidator.java |  2 +-
 .../commons/validator/routines/ISBNValidator.java  |  2 +-
 .../validator/routines/InetAddressValidator.java   |  2 +-
 .../validator/routines/IntegerValidator.java   |  2 +-
 .../commons/validator/routines/LongValidator.java  |  2 +-
 .../validator/routines/PercentValidator.java   |  2 +-
 .../commons/validator/routines/RegexValidator.java |  2 +-
 .../commons/validator/routines/ShortValidator.java |  2 +-
 .../commons/validator/routines/TimeValidator.java  |  2 +-
 .../commons/validator/routines/UrlValidator.java   |  2 +-
 .../routines/checkdigit/ABANumberCheckDigit.java   |  2 +-
 .../routines/checkdigit/CUSIPCheckDigit.java   |  2 +-
 .../validator/routines/checkdigit/CheckDigit.java  |  2 +-
 .../routines/checkdigit/CheckDigitException.java   |  2 +-
 .../routines/checkdigit/EAN13CheckDigit.java   |  2 +-
 .../routines/checkdigit/IBANCheckDigit.java|  2 +-
 .../routines/checkdigit/ISBN10CheckDigit.java  |  2 +-
 .../routines/checkdigit/ISBNCheckDigit.java|  2 +-
 .../routines/checkdigit/ISINCheckDigit.java|  2 +-
 .../routines/checkdigit/LuhnCheckDigit.java|  2 +-
 .../routines/checkdigit/ModulusCheckDigit.java |  2 +-
 .../routines/checkdigit/ModulusTenCheckDigit.java  |  2 +-
 .../routines/checkdigit/SedolCheckDigit.java   |  2 +-
 .../routines/checkdigit/VerhoeffCheckDigit.java|  2 +-
 .../org/apache/commons/validator/util/Flags.java   |  2 +-
 .../validator/routines/CodeValidatorTest.java  |  2 +-
 .../validator/routines/RegexValidatorTest.java |  2 +-
 .../checkdigit/ABANumberCheckDigitTest.java|  2 +-
 .../checkdigit/AbstractCheckDigitTest.java |  2 +-
 .../routines/checkdigit/CUSIPCheckDigitTest.java   |  2 +-
 .../routines/checkdigit/EAN13CheckDigitTest.java   |  2 +-
 .../routines/checkdigit/IBANCheckDigitTest.java|  2 +-
 .../routines/checkdigit/ISBN10CheckDigitTest.java  |  2 +-
 .../routines/checkdigit/ISBNCheckDigitTest.java|  2 +-
 .../routines/checkdigit/ISINCheckDigitTest.java|  2 +-
 .../routines/checkdigit/LuhnCheckDigitTest.java|  2 +-
 .../routines/checkdigit/SedolCheckDigitTest.java   |  2 +-
 .../checkdigit/VerhoeffCheckDigitTest.java |  2 +-
 63 files changed, 101 insertions(+), 101 deletions(-)

diff --git a/src/main/java/org/apache/commons/validator/Arg.java 
b/src/main/java/org/apache/commons/validator/Arg.java
index a90a927c..6f43153a 100644
--- a/src/main/java/org/apache/commons/validator/Arg.java
+++ b/src/main/java/org/apache/commons/validator/Arg.java
@@ -42,7 +42,7 @@ public class Arg implements Cloneable, Serializable {
 /**
  * The resource bundle name that this Arg's key should be
  * resolved in (optional).
- * @since Validator 1.1
+ * @since 1.1
  */
 protected String bundle = null;
 
@@ -59,7 +59,7 @@ public class Arg implements Cloneable, Serializable {
 /**
  * This argument's position in the message. Set postion=0 to
  * make a replacement in this string: "some msg {0}".
- * @

[commons-validator] 01/02: Remove Subversion key substitution noise

2022-08-30 Thread ggregory
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-validator.git

commit c3ffc79c2c04a36558405d52c995a8fc990a63b9
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:02:39 2022 -0400

Remove Subversion key substitution noise
---
 .../commons/validator/example/ValidateBean.java|   2 -
 .../commons/validator/example/ValidateExample.java |   2 -
 .../java/org/apache/commons/validator/Arg.java |   1 -
 .../commons/validator/CreditCardValidator.java |   1 -
 .../apache/commons/validator/DateValidator.java|   1 -
 .../apache/commons/validator/EmailValidator.java   |   1 -
 .../java/org/apache/commons/validator/Field.java   |   1 -
 .../java/org/apache/commons/validator/Form.java|   1 -
 .../java/org/apache/commons/validator/FormSet.java |   1 -
 .../apache/commons/validator/FormSetFactory.java   |   1 -
 .../commons/validator/GenericTypeValidator.java|   1 -
 .../apache/commons/validator/GenericValidator.java |   1 -
 .../apache/commons/validator/ISBNValidator.java|   1 -
 .../java/org/apache/commons/validator/Msg.java |   1 -
 .../org/apache/commons/validator/UrlValidator.java |   1 -
 .../org/apache/commons/validator/Validator.java|   1 -
 .../apache/commons/validator/ValidatorAction.java  |   1 -
 .../commons/validator/ValidatorException.java  |   1 -
 .../commons/validator/ValidatorResources.java  |   1 -
 .../apache/commons/validator/ValidatorResult.java  |   1 -
 .../apache/commons/validator/ValidatorResults.java |   1 -
 .../java/org/apache/commons/validator/Var.java |   1 -
 .../routines/AbstractCalendarValidator.java|   1 -
 .../routines/AbstractFormatValidator.java  |   1 -
 .../routines/AbstractNumberValidator.java  |   1 -
 .../validator/routines/BigDecimalValidator.java|   1 -
 .../validator/routines/BigIntegerValidator.java|   1 -
 .../commons/validator/routines/ByteValidator.java  |   1 -
 .../validator/routines/CalendarValidator.java  |   1 -
 .../commons/validator/routines/CodeValidator.java  |   1 -
 .../validator/routines/CreditCardValidator.java|   1 -
 .../validator/routines/CurrencyValidator.java  |   1 -
 .../commons/validator/routines/DateValidator.java  |   1 -
 .../validator/routines/DomainValidator.java|   1 -
 .../validator/routines/DoubleValidator.java|   1 -
 .../commons/validator/routines/EmailValidator.java |   1 -
 .../commons/validator/routines/FloatValidator.java |   1 -
 .../commons/validator/routines/ISBNValidator.java  |   1 -
 .../validator/routines/InetAddressValidator.java   |   1 -
 .../validator/routines/IntegerValidator.java   |   1 -
 .../commons/validator/routines/LongValidator.java  |   1 -
 .../validator/routines/PercentValidator.java   |   1 -
 .../commons/validator/routines/RegexValidator.java |   1 -
 .../commons/validator/routines/ShortValidator.java |   1 -
 .../commons/validator/routines/TimeValidator.java  |   1 -
 .../commons/validator/routines/UrlValidator.java   |   1 -
 .../routines/checkdigit/ABANumberCheckDigit.java   |   1 -
 .../routines/checkdigit/CUSIPCheckDigit.java   |   1 -
 .../validator/routines/checkdigit/CheckDigit.java  | 141 ++---
 .../routines/checkdigit/CheckDigitException.java   |   1 -
 .../routines/checkdigit/EAN13CheckDigit.java   |   1 -
 .../routines/checkdigit/IBANCheckDigit.java|   1 -
 .../routines/checkdigit/ISBN10CheckDigit.java  |   1 -
 .../routines/checkdigit/ISBNCheckDigit.java|   1 -
 .../routines/checkdigit/ISINCheckDigit.java|   1 -
 .../routines/checkdigit/LuhnCheckDigit.java|   1 -
 .../routines/checkdigit/ModulusCheckDigit.java |   1 -
 .../routines/checkdigit/SedolCheckDigit.java   |   1 -
 .../routines/checkdigit/VerhoeffCheckDigit.java|   1 -
 .../org/apache/commons/validator/util/Flags.java   |   1 -
 .../commons/validator/util/ValidatorUtils.java |   1 -
 .../commons/validator/AbstractCommonTest.java  |   1 -
 .../commons/validator/AbstractNumberTest.java  |   1 -
 .../org/apache/commons/validator/ByteTest.java |   1 -
 .../commons/validator/CreditCardValidatorTest.java |   1 -
 .../validator/CustomValidatorResourcesTest.java|   1 -
 .../org/apache/commons/validator/DateTest.java |   1 -
 .../org/apache/commons/validator/DoubleTest.java   |   1 -
 .../org/apache/commons/validator/EmailTest.java|   1 -
 .../apache/commons/validator/EntityImportTest.java |   1 -
 .../apache/commons/validator/ExceptionTest.java|   1 -
 .../apache/commons/validator/ExtensionTest.java|   1 -
 .../org/apache/commons/validator/FieldTest.java|   1 -
 .../org/apache/commons/validator/FloatTest.java|   1 -
 .../validator/GenericTypeValidatorImpl.java|   1 -
 .../validator/GenericTypeValidatorTest.java|   1 -
 .../commons/validator/GenericValidatorImpl.java|   1 -
 .../commons

[commons-codec] branch master updated: Remove weird Javadoc tag in test

2022-08-30 Thread ggregory
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-codec.git


The following commit(s) were added to refs/heads/master by this push:
 new 3e871d2b Remove weird Javadoc tag in test
3e871d2b is described below

commit 3e871d2b093efbc9f8a7149cb6fabbf95bbbad1e
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:07:09 2022 -0400

Remove weird Javadoc tag in test
---
 src/test/java/org/apache/commons/codec/binary/Base64Codec13Test.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/codec/binary/Base64Codec13Test.java 
b/src/test/java/org/apache/commons/codec/binary/Base64Codec13Test.java
index e84bb828..725a8cb1 100644
--- a/src/test/java/org/apache/commons/codec/binary/Base64Codec13Test.java
+++ b/src/test/java/org/apache/commons/codec/binary/Base64Codec13Test.java
@@ -32,8 +32,6 @@ import static 
org.junit.jupiter.api.Assertions.assertArrayEquals;
 /**
  * Tests to make sure future versions of commons-codec.jar have identical 
Base64
  * behavior as commons-codec-1.3.jar.
- *
- * @since Mar 25, 2010
  */
 public class Base64Codec13Test {
 



[commons-compress] branch master updated: Move Apache license header to the top of the file

2022-08-30 Thread ggregory
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-compress.git


The following commit(s) were added to refs/heads/master by this push:
 new 1c8a8bf6 Move Apache license header to the top of the file
1c8a8bf6 is described below

commit 1c8a8bf6347da3ae0de7cb7c6ff9564f900ee8d0
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:09:07 2022 -0400

Move Apache license header to the top of the file
---
 .../commons/compress/archivers/sevenz/SevenZArchiveEntry.java | 8 
 .../org/apache/commons/compress/archivers/sevenz/SevenZFile.java  | 2 +-
 src/main/java/org/apache/commons/compress/utils/ArchiveUtils.java | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java
 
b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java
index d425ec91..25fa9c45 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java
@@ -354,7 +354,7 @@ public class SevenZArchiveEntry implements ArchiveEntry {
 
 /**
  * Gets the CRC.
- * @since Compress 1.7
+ * @since 1.7
  * @return the CRC
  */
 public long getCrcValue() {
@@ -363,7 +363,7 @@ public class SevenZArchiveEntry implements ArchiveEntry {
 
 /**
  * Sets the CRC.
- * @since Compress 1.7
+ * @since 1.7
  * @param crc the CRC
  */
 public void setCrcValue(final long crc) {
@@ -392,7 +392,7 @@ public class SevenZArchiveEntry implements ArchiveEntry {
 
 /**
  * Gets the compressed CRC.
- * @since Compress 1.7
+ * @since 1.7
  * @return the CRC
  */
 long getCompressedCrcValue() {
@@ -401,7 +401,7 @@ public class SevenZArchiveEntry implements ArchiveEntry {
 
 /**
  * Sets the compressed CRC.
- * @since Compress 1.7
+ * @since 1.7
  * @param crc the CRC
  */
 void setCompressedCrcValue(final long crc) {
diff --git 
a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java 
b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java
index 8063456a..9b678b44 100644
--- a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java
+++ b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java
@@ -1854,7 +1854,7 @@ public class SevenZFile implements Closeable {
  * @param entry the entry to get the stream for.
  * @return a stream to read the entry from.
  * @throws IOException if unable to create an input stream from the 
zipentry
- * @since Compress 1.20
+ * @since 1.20
  */
 public InputStream getInputStream(final SevenZArchiveEntry entry) throws 
IOException {
 int entryIndex = -1;
diff --git a/src/main/java/org/apache/commons/compress/utils/ArchiveUtils.java 
b/src/main/java/org/apache/commons/compress/utils/ArchiveUtils.java
index c2c29284..f5c6e6d3 100644
--- a/src/main/java/org/apache/commons/compress/utils/ArchiveUtils.java
+++ b/src/main/java/org/apache/commons/compress/utils/ArchiveUtils.java
@@ -253,7 +253,7 @@ public class ArchiveUtils {
  *
  * @param s the string to sanitize
  * @return a sanitized version of the argument
- * @since Compress 1.12
+ * @since 1.12
  */
 public static String sanitize(final String s) {
 final char[] cs = s.toCharArray();



[commons-compress] branch master updated: Update provenance as comment.

2022-08-30 Thread ggregory
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-compress.git


The following commit(s) were added to refs/heads/master by this push:
 new 4653cf6d Update provenance as comment.
4653cf6d is described below

commit 4653cf6dd004cea115eba287135865996ea1853f
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:10:22 2022 -0400

Update provenance as comment.
---
 src/test/java/org/apache/commons/compress/AbstractTestCase.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/compress/AbstractTestCase.java 
b/src/test/java/org/apache/commons/compress/AbstractTestCase.java
index 10e0e159..9181fffa 100644
--- a/src/test/java/org/apache/commons/compress/AbstractTestCase.java
+++ b/src/test/java/org/apache/commons/compress/AbstractTestCase.java
@@ -123,8 +123,9 @@ public abstract class AbstractTestCase {
  * Others possible. If the delete does not work, call System.gc(),
  * wait a little and try again.
  *
+ * Copied from FileUtils in Ant 1.8.0.
+ *
  * @return whether deletion was successful
- * @since Stolen from FileUtils in Ant 1.8.0
  */
 public static boolean tryHardToDelete(final File f) {
 if (f != null && f.exists() && !f.delete()) {



[commons-beanutils] branch master updated: Update provenance as comment.

2022-08-30 Thread ggregory
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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
 new bf4ccba1 Update provenance as comment.
bf4ccba1 is described below

commit bf4ccba1e9201a49f568e8d10a1e359002989105
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:10:45 2022 -0400

Update provenance as comment.
---
 .../apache/commons/beanutils2/WeakFastHashMap.java | 1493 ++--
 1 file changed, 747 insertions(+), 746 deletions(-)

diff --git a/src/main/java/org/apache/commons/beanutils2/WeakFastHashMap.java 
b/src/main/java/org/apache/commons/beanutils2/WeakFastHashMap.java
index b9324df0..9bbe8c5c 100644
--- a/src/main/java/org/apache/commons/beanutils2/WeakFastHashMap.java
+++ b/src/main/java/org/apache/commons/beanutils2/WeakFastHashMap.java
@@ -1,746 +1,747 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.commons.beanutils2;
-
-import java.util.Collection;
-import java.util.ConcurrentModificationException;
-import java.util.HashMap;
-import java.util.Iterator;
-import java.util.Map;
-import java.util.Set;
-import java.util.WeakHashMap;
-
-/**
- * A customized implementation of {@code java.util.HashMap} designed
- * to operate in a multi-threaded environment where the large majority of
- * method calls are read-only, instead of structural changes.  When operating
- * in "fast" mode, read calls are non-synchronized and write calls perform the
- * following steps:
- * 
- * Clone the existing collection
- * Perform the modification on the clone
- * Replace the existing collection with the (modified) clone
- * 
- * When first created, objects of this class default to "slow" mode, where
- * all accesses of any type are synchronized but no cloning takes place.  This
- * is appropriate for initially populating the collection, followed by a switch
- * to "fast" mode (by calling {@code setFast(true)}) after initialization
- * is complete.
- *
- * NOTE: If you are creating and accessing a
- * {@code HashMap} only within a single thread, you should use
- * {@code java.util.HashMap} directly (with no synchronization), for
- * maximum performance.
- *
- * NOTE: This class is not cross-platform.
- * Using it may cause unexpected failures on some architectures.
- * It suffers from the same problems as the double-checked locking idiom.
- * In particular, the instruction that clones the internal collection and the
- * instruction that sets the internal reference to the clone can be executed
- * or perceived out-of-order.  This means that any read operation might fail
- * unexpectedly, as it may be reading the state of the internal collection
- * before the internal collection is fully formed.
- * For more information on the double-checked locking idiom, see the
- * http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html";>
- * Double-Checked Locking Idiom Is Broken Declaration.
- *
- * @since Commons Collections 1.0
- * @param  the key
- * @param  the value
- */
-public class WeakFastHashMap extends HashMap {
-
-private static final long serialVersionUID = 1L;
-
-/**
- * The underlying map we are managing.
- */
-private volatile Map map;
-
-/**
- * Are we currently operating in "fast" mode?
- */
-private boolean fast;
-
-// Constructors
-
-
-/**
- * Constructs an empty map.
- */
-public WeakFastHashMap() {
-this.map = createMap();
-}
-
-/**
- * Constructs an empty map with the specified capacity.
- *
- * @param capacity  the initial capacity of the empty map
- */
-public WeakFastHashMap(final int capacity) {
-this.map = createMap(capacity);
-}
-
-/**
- * Constructs an empty map with the specified capacity and load factor.
- *
- * @param capacity  the initial capacity of the empty map
- * @param factor  the load factor of the new map
- */
-public WeakFastHashMap(final int capacity, final float factor) {
-this.map = createMap(capacity, factor);
-}
-
-/**
- * Constructs a new map with the same mappings

[commons-configuration] branch master updated: Use standard Javadoc @since tag format

2022-08-30 Thread ggregory
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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
 new 05142483 Use standard Javadoc @since tag format
05142483 is described below

commit 051424832dbe997b360a0102574c208247f16279
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:11:03 2022 -0400

Use standard Javadoc @since tag format
---
 src/main/java/org/apache/commons/configuration2/XMLConfiguration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java 
b/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java
index 609b4b3f..e725ed0f 100644
--- a/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java
+++ b/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java
@@ -165,7 +165,7 @@ import org.xml.sax.helpers.DefaultHandler;
  * special.
  * 
  *
- * @since commons-configuration 1.0
+ * @since 1.0
  */
 public class XMLConfiguration extends BaseHierarchicalConfiguration implements 
FileBasedConfiguration, FileLocatorAware, InputStreamSupport {
 /** Constant for the default indent size. */



[commons-crypto] branch master updated: Update provenance as comment.

2022-08-30 Thread ggregory
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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
 new 55e0672  Update provenance as comment.
55e0672 is described below

commit 55e0672bbc4a75b9a4fca37c516dd67880e3ac42
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:12:03 2022 -0400

Update provenance as comment.
---
 src/main/java/org/apache/commons/crypto/NativeCodeLoader.java | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/crypto/NativeCodeLoader.java 
b/src/main/java/org/apache/commons/crypto/NativeCodeLoader.java
index 0ed1fd2..2808345 100644
--- a/src/main/java/org/apache/commons/crypto/NativeCodeLoader.java
+++ b/src/main/java/org/apache/commons/crypto/NativeCodeLoader.java
@@ -58,12 +58,14 @@ final class NativeCodeLoader {
 /**
  * Returns the given InputStream if it is already a {@link 
BufferedInputStream},
  * otherwise creates a BufferedInputStream from the given InputStream.
+ * 
+ * Copied from Apache Commons IO 2.5.
+ * 
  *
  * @param inputStream the InputStream to wrap or return (not null)
  * @return the given InputStream or a new {@link BufferedInputStream} for 
the
  * given InputStream
  * @throws NullPointerException if the input parameter is null
- * @since Apache Commons IO 2.5
  */
 @SuppressWarnings("resource")
 private static BufferedInputStream buffer(final InputStream inputStream) {
@@ -76,12 +78,14 @@ final class NativeCodeLoader {
 
 /**
  * Checks whether in1 and in2 is equal.
+ * 
+ * Copied from Apache Commons IO 2.5.
+ * 
  *
  * @param input1 the input1.
  * @param input2 the input2.
  * @return true if in1 and in2 is equal, else false.
  * @throws IOException if an I/O error occurs.
- * @since Apache Commons IO 2.5
  */
 @SuppressWarnings("resource")
 private static boolean contentsEquals(final InputStream input1, final 
InputStream input2) throws IOException {



[commons-dbcp] branch master updated: Use standard Javadoc @since tag format

2022-08-30 Thread ggregory
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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
 new f2844c3f Use standard Javadoc @since tag format
f2844c3f is described below

commit f2844c3f3f0a23f1e36a37503a7677f63e22d38d
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:13:20 2022 -0400

Use standard Javadoc @since tag format
---
 .../java/org/apache/commons/dbcp2/PoolableConnectionFactory.java  | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/dbcp2/PoolableConnectionFactory.java 
b/src/main/java/org/apache/commons/dbcp2/PoolableConnectionFactory.java
index 9bfb0ba5..297b4cba 100644
--- a/src/main/java/org/apache/commons/dbcp2/PoolableConnectionFactory.java
+++ b/src/main/java/org/apache/commons/dbcp2/PoolableConnectionFactory.java
@@ -157,7 +157,7 @@ public class PoolableConnectionFactory implements 
PooledObjectFactory

[commons-digester] branch master updated: Use standard Javadoc @since tag format

2022-08-30 Thread ggregory
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-digester.git


The following commit(s) were added to refs/heads/master by this push:
 new 999e65f1 Use standard Javadoc @since tag format
999e65f1 is described below

commit 999e65f1e92a3dfbb50afa707e9b0187e1440dc0
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:14:22 2022 -0400

Use standard Javadoc @since tag format
---
 .../commons/digester3/AbstractMethodRule.java  | 546 ++---
 .../apache/commons/digester3/NodeCreateRule.java   | 876 ++---
 .../java/org/apache/commons/digester3/Rule.java| 342 
 3 files changed, 882 insertions(+), 882 deletions(-)

diff --git 
a/core/src/main/java/org/apache/commons/digester3/AbstractMethodRule.java 
b/core/src/main/java/org/apache/commons/digester3/AbstractMethodRule.java
index 6a41c297..8cabc7a5 100644
--- a/core/src/main/java/org/apache/commons/digester3/AbstractMethodRule.java
+++ b/core/src/main/java/org/apache/commons/digester3/AbstractMethodRule.java
@@ -1,273 +1,273 @@
-package org.apache.commons.digester3;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-import static java.lang.String.format;
-import static org.apache.commons.beanutils.MethodUtils.invokeExactMethod;
-import static org.apache.commons.beanutils.MethodUtils.invokeMethod;
-
-import org.xml.sax.Attributes;
-
-/**
- * Abstract implementation for {@link 
org.apache.commons.digester3.SetNextRule},
- * {@link org.apache.commons.digester3.SetRootRule} and {@link 
org.apache.commons.digester3.SetTopRule} rules.
- *
- * @since 3.0
- */
-public abstract class AbstractMethodRule
-extends Rule
-{
-
-/**
- * The method name to call on the parent object.
- */
-protected String methodName = null;
-
-/**
- * The Java class name of the parameter type expected by the method.
- */
-protected String paramTypeName = null;
-
-/**
- * The Java class name of the parameter type expected by the method.
- */
-protected Class paramType;
-
-/**
- * Should we use exact matching. Default is no.
- */
-protected boolean useExactMatch = false;
-
-/**
- * Should this rule be invoked when {@link #begin(String, String, 
Attributes)} (true)
- * or {@link #end(String, String)} (false) methods are invoked, false by 
default.
- */
-protected boolean fireOnBegin = false;
-
-/**
- * Construct a "set next" rule with the specified method name. The 
method's argument type is assumed to be the class
- * of the child object.
- *
- * @param methodName Method name of the parent method to call
- */
-public AbstractMethodRule( final String methodName )
-{
-this( methodName, (String) null );
-}
-
-/**
- * Construct a "set next" rule with the specified method name.
- *
- * @param methodName Method name of the parent method to call
- * @param paramType Java class of the parent method's argument (if you 
wish to use a primitive type, specify the
- *corresonding Java wrapper class instead, such as {@code 
java.lang.Boolean} for a
- *{@code boolean} parameter)
- */
-public AbstractMethodRule( final String methodName, final Class 
paramType )
-{
-this( methodName, paramType.getName() );
-this.paramType = paramType;
-}
-
-/**
- * Construct a "set next" rule with the specified method name.
- *
- * @param methodName Method name of the parent method to call
- * @param paramTypeName Java class of the parent method's argument (if you 
wish to use a primitive type, specify the
- *corresonding Java wrapper class instead, such as {@code 
java.lang.Boolean} for a
- *{@code boolean} parameter)
- */
-public AbstractMethodRule( final String methodName, final String 
paramTypeName )
-{
-this.methodName = methodName;
-this.paramTypeName = paramTypeName;
-}
-
-/**
- * 
- * Is exact matching being used.
- * 
- * 
- * This rule uses {@code org.apache.commons.beanutils.MethodU

[commons-email] branch master updated: Update provenance as comment.

2022-08-30 Thread ggregory
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-email.git


The following commit(s) were added to refs/heads/master by this push:
 new f679511  Update provenance as comment.
f679511 is described below

commit f679511dae2e89607ee6e6a45d1bdd32736012ca
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:16:51 2022 -0400

Update provenance as comment.
---
 .../java/org/apache/commons/mail/EmailUtils.java   | 33 ++
 1 file changed, 15 insertions(+), 18 deletions(-)

diff --git a/src/main/java/org/apache/commons/mail/EmailUtils.java 
b/src/main/java/org/apache/commons/mail/EmailUtils.java
index d97435a..a9fb1fe 100644
--- a/src/main/java/org/apache/commons/mail/EmailUtils.java
+++ b/src/main/java/org/apache/commons/mail/EmailUtils.java
@@ -111,12 +111,12 @@ final class EmailUtils
 
 /**
  * Checks if a String is empty ("") or null.
+ * 
+ * Copied from Commons Lang v2.1, svn 240418
+ * 
  *
  * @param str the String to check, may be null
- *
  * @return {@code true} if the String is empty or null
- *
- * @since Commons Lang v2.1, svn 240418
  */
 static boolean isEmpty(final String str)
 {
@@ -125,12 +125,12 @@ final class EmailUtils
 
 /**
  * Checks if a String is not empty ("") and not null.
+ * 
+ * Copied from Commons Lang v2.1, svn 240418
+ * 
  *
  * @param str the String to check, may be null
- *
  * @return {@code true} if the String is not empty and not null
- *
- * @since Commons Lang v2.1, svn 240418
  */
 static boolean isNotEmpty(final String str)
 {
@@ -140,13 +140,13 @@ final class EmailUtils
 /**
  * Validate an argument, throwing {@code IllegalArgumentException}
  * if the argument is {@code null}.
+ * 
+ * Copied from Commons Lang v2.1, svn 201930
+ * 
  *
  * @param object the object to check is not {@code null}
  * @param message the exception message you would like to see if the 
object is {@code null}
- *
  * @throws IllegalArgumentException if the object is {@code null}
- *
- * @since Commons Lang v2.1, svn 201930
  */
 static void notNull(final Object object, final String message)
 {
@@ -158,16 +158,14 @@ final class EmailUtils
 
 /**
  * Creates a random string whose length is the number of characters 
specified.
- *
  * 
  * Characters will be chosen from the set of alphabetic characters.
  * 
- *
+ * 
+ * Copied from Commons Lang v2.1, svn 201930
+ * 
  * @param count the length of random string to create
- *
  * @return the random string
- *
- * @since Commons Lang v2.1, svn 201930
  */
 static String randomAlphabetic(final int count)
 {
@@ -192,6 +190,9 @@ final class EmailUtils
  * single {@link Random} instance with a fixed seed and using it for each 
call, the same random sequence of strings
  * can be generated repeatedly and predictably.
  * 
+ * 
+ * Copied from Commons Lang v2.1, svn 201930
+ * 
  *
  * @param count the length of random string to create
  * @param start the position in set of chars to start at
@@ -201,12 +202,8 @@ final class EmailUtils
  * @param chars the set of chars to choose randoms from. If {@code null},
  *  then it will use the set of all chars.
  * @param random a source of randomness.
- *
  * @return the random string
- *
  * @throws IllegalArgumentException if {@code count} < 0.
- *
- * @since Commons Lang v2.1, svn 201930
  */
 private static String random(
 int count,



[commons-fileupload] branch master updated: Use standard Javadoc @since tag format

2022-08-30 Thread ggregory
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-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
 new 11a06ce  Use standard Javadoc @since tag format
11a06ce is described below

commit 11a06cea605eadcba1d6ef125ff1448d6137ed7d
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:17:30 2022 -0400

Use standard Javadoc @since tag format
---
 .../apache/commons/fileupload2/RequestContext.java |   2 +-
 .../commons/fileupload2/disk/DiskFileItem.java |   2 +-
 .../fileupload2/disk/DiskFileItemFactory.java  | 500 ++---
 .../jaksrvlt/JakSrvltRequestContext.java   | 260 +--
 .../fileupload2/portlet/PortletFileUpload.java |   2 +-
 .../fileupload2/portlet/PortletRequestContext.java | 264 +--
 .../fileupload2/servlet/ServletRequestContext.java | 260 +--
 7 files changed, 645 insertions(+), 645 deletions(-)

diff --git a/src/main/java/org/apache/commons/fileupload2/RequestContext.java 
b/src/main/java/org/apache/commons/fileupload2/RequestContext.java
index 368b31c..cdb1504 100644
--- a/src/main/java/org/apache/commons/fileupload2/RequestContext.java
+++ b/src/main/java/org/apache/commons/fileupload2/RequestContext.java
@@ -24,7 +24,7 @@ import java.io.IOException;
  * interface should be implemented for each type of request that may be
  * handled by FileUpload, such as servlets and portlets.
  *
- * @since FileUpload 1.1
+ * @since 1.1
  */
 public interface RequestContext {
 
diff --git 
a/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItem.java 
b/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItem.java
index 387ec61..b3f4bac 100644
--- a/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItem.java
+++ b/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItem.java
@@ -66,7 +66,7 @@ import org.apache.commons.io.output.DeferredFileOutputStream;
  * your web application ends. See the section on "Resource cleanup"
  * in the users guide of commons-fileupload.
  *
- * @since FileUpload 1.1
+ * @since 1.1
  */
 public class DiskFileItem
 implements FileItem {
diff --git 
a/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java 
b/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java
index a72fe39..dc1342a 100644
--- a/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java
+++ b/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItemFactory.java
@@ -1,250 +1,250 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.commons.fileupload2.disk;
-
-import java.io.File;
-
-import org.apache.commons.fileupload2.FileItem;
-import org.apache.commons.fileupload2.FileItemFactory;
-import org.apache.commons.io.FileCleaningTracker;
-
-/**
- * The default {@link org.apache.commons.fileupload2.FileItemFactory}
- * implementation. This implementation creates
- * {@link org.apache.commons.fileupload2.FileItem} instances which keep their
- * content either in memory, for smaller items, or in a temporary file on disk,
- * for larger items. The size threshold, above which content will be stored on
- * disk, is configurable, as is the directory in which temporary files will be
- * created.
- *
- * If not otherwise configured, the default configuration values are as
- * follows:
- * 
- *   Size threshold is 10KB.
- *   Repository is the system default temp directory, as returned by
- *   {@code System.getProperty("java.io.tmpdir")}.
- * 
- * 
- * NOTE: Files are created in the system default temp directory with
- * predictable names. This means that a local attacker with write access to 
that
- * directory can perform a TOUTOC attack to replace any uploaded file with a
- * file of the attackers choice. The implications of this will depend on how 
the
- * uploaded file is used but could be significant. When using this
- * implementation in an environment with local, untrusted users,
- * {@link #setRepository(File)} MUST be used to configure a repository location
- * that is not publicly writable. In a Servlet container the location 
identified

[commons-validator] branch master updated: Use standard Javadoc @since tag format

2022-08-30 Thread ggregory
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-validator.git


The following commit(s) were added to refs/heads/master by this push:
 new 944ea595 Use standard Javadoc @since tag format
944ea595 is described below

commit 944ea595e8fe93b620e5cf21722bc76b40da17d2
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:18:42 2022 -0400

Use standard Javadoc @since tag format
---
 src/main/java/org/apache/commons/validator/Form.java | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/main/java/org/apache/commons/validator/Form.java 
b/src/main/java/org/apache/commons/validator/Form.java
index ecf88c99..9b1e57c6 100644
--- a/src/main/java/org/apache/commons/validator/Form.java
+++ b/src/main/java/org/apache/commons/validator/Form.java
@@ -62,7 +62,7 @@ public class Form implements Serializable {
 /**
  * The name/key of the form which this form extends from.
  *
- * @since   Validator 1.2.0
+ * @since 1.2.0
  */
 protected String inherit = null;
 
@@ -116,7 +116,7 @@ public class Form implements Serializable {
  *
  * @param fieldName  The field name
  * @return   The field value
- * @sinceValidator 1.1
+ * @since 1.1
  */
 public Field getField(final String fieldName) {
 return getFieldMap().get(fieldName);
@@ -127,7 +127,7 @@ public class Form implements Serializable {
  *
  * @param fieldName  The field name
  * @return   True if this form contains the field by the given name
- * @sinceValidator 1.1
+ * @since 1.1
  */
 public boolean containsField(final String fieldName) {
 return getFieldMap().containsKey(fieldName);
@@ -139,7 +139,7 @@ public class Form implements Serializable {
  * in the way the fields are ordered.
  *
  * @param depends  the form we want to merge
- * @since  Validator 1.2.0
+ * @since 1.2.0
  */
 protected void merge(final Form depends) {
 
@@ -173,7 +173,7 @@ public class Form implements Serializable {
  * @param globalConstants  A map of global constants
  * @param constantsLocal constants
  * @param formsMap of forms
- * @since  Validator 1.2.0
+ * @since 1.2.0
  */
 protected void process(final Map globalConstants, final 
Map constants, final Map forms) {
 if (isProcessed()) {
@@ -298,7 +298,7 @@ public class Form implements Serializable {
  * variables in strings with their values.
  *
  * @return   The processed value
- * @sinceValidator 1.2.0
+ * @since 1.2.0
  */
 public boolean isProcessed() {
 return processed;
@@ -308,7 +308,7 @@ public class Form implements Serializable {
  * Gets the name/key of the parent set of validation rules.
  *
  * @return   The extends value
- * @sinceValidator 1.2.0
+ * @since 1.2.0
  */
 public String getExtends() {
 return inherit;
@@ -318,7 +318,7 @@ public class Form implements Serializable {
  * Sets the name/key of the parent set of validation rules.
  *
  * @param inherit  The new extends value
- * @since  Validator 1.2.0
+ * @since 1.2.0
  */
 public void setExtends(final String inherit) {
 this.inherit = inherit;
@@ -328,7 +328,7 @@ public class Form implements Serializable {
  * Get extends flag.
  *
  * @return   The extending value
- * @sinceValidator 1.2.0
+ * @since 1.2.0
  */
 public boolean isExtending() {
 return inherit != null;
@@ -338,7 +338,7 @@ public class Form implements Serializable {
  * Returns a Map of String field keys to Field objects.
  *
  * @return   The fieldMap value
- * @sinceValidator 1.2.0
+ * @since 1.2.0
  */
 @SuppressWarnings("unchecked") // FastHashMap is not generic
 protected Map getFieldMap() {



[commons-codec] branch master updated: Use ternary expression

2022-08-30 Thread ggregory
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-codec.git


The following commit(s) were added to refs/heads/master by this push:
 new 101fea65 Use ternary expression
101fea65 is described below

commit 101fea65942f9ed5f765bdfac2c7a1ca545ed356
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:19:47 2022 -0400

Use ternary expression
---
 src/main/java/org/apache/commons/codec/binary/StringUtils.java | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/binary/StringUtils.java 
b/src/main/java/org/apache/commons/codec/binary/StringUtils.java
index fe4e69fb..c0e017f4 100644
--- a/src/main/java/org/apache/commons/codec/binary/StringUtils.java
+++ b/src/main/java/org/apache/commons/codec/binary/StringUtils.java
@@ -124,10 +124,7 @@ public class StringUtils {
  * @return the encoded bytes
  */
 private static byte[] getBytes(final String string, final Charset charset) 
{
-if (string == null) {
-return null;
-}
-return string.getBytes(charset);
+return string == null ? null : string.getBytes(charset);
 }
 
 /**



[commons-lang] branch master updated: Use standard Javadoc @since tag format

2022-08-30 Thread ggregory
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-lang.git


The following commit(s) were added to refs/heads/master by this push:
 new c3c2928bc Use standard Javadoc @since tag format
c3c2928bc is described below

commit c3c2928bc5bf372dd463599a734114f83410431c
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:20:05 2022 -0400

Use standard Javadoc @since tag format
---
 src/main/java/org/apache/commons/lang3/ArrayUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/ArrayUtils.java 
b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
index eef29dc7b..25d576546 100644
--- a/src/main/java/org/apache/commons/lang3/ArrayUtils.java
+++ b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
@@ -8905,7 +8905,7 @@ public class ArrayUtils {
  * @param the array's element type
  * @param  items  the varargs array items, null allowed
  * @return the array, not null unless a null array is passed in
- * @since  3.0
+ * @since 3.0
  */
 public static  T[] toArray(@SuppressWarnings("unchecked") final T... 
items) {
 return items;



[commons-validator] branch master updated: Use standard Javadoc @since tag format

2022-08-30 Thread ggregory
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-validator.git


The following commit(s) were added to refs/heads/master by this push:
 new cd47a046 Use standard Javadoc @since tag format
cd47a046 is described below

commit cd47a0467cc5bab9021cf38f5d38a3577c1267b6
Author: Gary Gregory 
AuthorDate: Tue Aug 30 11:21:23 2022 -0400

Use standard Javadoc @since tag format
---
 src/main/java/org/apache/commons/validator/FormSet.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/validator/FormSet.java 
b/src/main/java/org/apache/commons/validator/FormSet.java
index 71884741..0bc5bb61 100644
--- a/src/main/java/org/apache/commons/validator/FormSet.java
+++ b/src/main/java/org/apache/commons/validator/FormSet.java
@@ -97,7 +97,7 @@ public class FormSet implements Serializable {
  * Has this formSet been merged?
  *
  * @return   true if it has been merged
- * @sinceValidator 1.2.0
+ * @since 1.2.0
  */
 protected boolean isMerged() {
 return merged;
@@ -109,7 +109,7 @@ public class FormSet implements Serializable {
  * .
  *
  * @return   The type value
- * @sinceValidator 1.2.0
+ * @since 1.2.0
  * @throws NullPointerException  if there is inconsistency in the locale
  *  definition (not sure about this)
  */
@@ -141,7 +141,7 @@ public class FormSet implements Serializable {
  * merge a "parent" formSet.
  *
  * @param depends  FormSet to be merged
- * @since  Validator 1.2.0
+ * @since 1.2.0
  */
 protected void merge(final FormSet depends) {
 if (depends != null) {



[commons-jexl] branch master updated: JEXL-369: Blind fix for elusive lexical scope cleaning pb;

2022-08-30 Thread henrib
This is an automated email from the ASF dual-hosted git repository.

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
 new fe04b47c JEXL-369: Blind fix for elusive lexical scope cleaning pb;
fe04b47c is described below

commit fe04b47c981d59fc6d175ecd4b1006af5bf55759
Author: henrib 
AuthorDate: Tue Aug 30 19:07:26 2022 +0200

JEXL-369: Blind fix for elusive lexical scope cleaning pb;
---
 .../commons/jexl3/internal/LexicalScope.java   | 36 +++---
 .../java/org/apache/commons/jexl3/LexicalTest.java |  8 +
 2 files changed, 33 insertions(+), 11 deletions(-)

diff --git a/src/main/java/org/apache/commons/jexl3/internal/LexicalScope.java 
b/src/main/java/org/apache/commons/jexl3/internal/LexicalScope.java
index 2f983e01..7a89d373 100644
--- a/src/main/java/org/apache/commons/jexl3/internal/LexicalScope.java
+++ b/src/main/java/org/apache/commons/jexl3/internal/LexicalScope.java
@@ -21,8 +21,8 @@ import java.util.BitSet;
 /**
  * The set of symbols declared in a lexical scope.
  * The symbol identifiers are determined by the functional scope.
- * We use 2 bits per symbol; bit 0 sets the actual symbol as lexical (let), 
bit 1 as a const.
- * There are actually only 4 used states: 0, 1, 3
+ * We use 2 bits per symbol s; bit (s*2)+0 sets the actual symbol as 
lexical (let), bit (s*2)+1 as a const.
+ * There are actually only 2 used states: 1 and 3
  */
 public class LexicalScope {
 /**
@@ -31,14 +31,19 @@ public class LexicalScope {
 protected static final int LONGBITS = 64;
 /**
  * Bits per symbol.
- * Declared, const, defined.
+ * let (b + 0) + const (b + 1).
  */
 protected static final int BITS_PER_SYMBOL = 2;
+/**
+ * Bits per symbol.
+ * Declared, const, defined.
+ */
+protected static final int SYMBOL_SHIFT = 1;
 /**
  * Bitmask for symbols.
  * Declared, const, defined.
  */
-protected static final long SYMBOL_MASK = (1L << BITS_PER_SYMBOL) - 1; // 
3, as 1+2, 2 bits
+protected static final long SYMBOL_MASK = (1L << (BITS_PER_SYMBOL - 1)) - 
1; // 3, as 1+2, 2 bits
 /**
  * Number of symbols.
  */
@@ -122,7 +127,7 @@ public class LexicalScope {
  * @return true if declared, false otherwise
  */
 public boolean hasSymbol(final int symbol) {
-final int bit = symbol << BITS_PER_SYMBOL;
+final int bit = symbol << SYMBOL_SHIFT;
 return isSet(bit);
 }
 
@@ -133,7 +138,7 @@ public class LexicalScope {
  * @return true if declared as constant, false otherwise
  */
 public boolean isConstant(final int symbol) {
-final int bit = (symbol << BITS_PER_SYMBOL) | 1;
+final int bit = (symbol << SYMBOL_SHIFT) | 1;
 return isSet(bit);
 }
 
@@ -144,7 +149,7 @@ public class LexicalScope {
  * @return true if registered, false if symbol was already registered
  */
 public boolean addSymbol(final int symbol) {
-final int bit = (symbol << BITS_PER_SYMBOL) ;
+final int bit = (symbol << SYMBOL_SHIFT) ;
 if (set(bit)) {
 count += 1;
 return true;
@@ -159,7 +164,11 @@ public class LexicalScope {
  * @return true if registered, false if symbol was already registered
  */
 public boolean addConstant(final int symbol) {
-final int bit = (symbol << BITS_PER_SYMBOL) | 1;
+final int letb = (symbol << SYMBOL_SHIFT) ;
+if (!isSet(letb)) {
+throw new IllegalStateException("symbol not declared before const 
" + symbol);
+}
+final int bit = (symbol << SYMBOL_SHIFT) | 1;
 return set(bit);
 }
 
@@ -176,15 +185,20 @@ public class LexicalScope {
 final int s = Long.numberOfTrailingZeros(clean);
 // call clean for symbol definition (3 as a mask for 2 
bits,1+2)
 clean &= ~(SYMBOL_MASK << s);
-cleanSymbol.accept(s >> BITS_PER_SYMBOL);
+cleanSymbol.accept(s >> SYMBOL_SHIFT);
 }
 }
 symbols = 0L;
 if (moreSymbols != null) {
 if (cleanSymbol != null) {
 // step by bits per symbol
-for (int s = moreSymbols.nextSetBit(0); s != -1; s = 
moreSymbols.nextSetBit(s + BITS_PER_SYMBOL)) {
-cleanSymbol.accept(s + LONGBITS);
+for (int s = moreSymbols.nextSetBit(0);
+ s != -1;
+ s = moreSymbols.nextSetBit(s + BITS_PER_SYMBOL)) {
+// skip const bit indicator
+if ((s & 1) == 0) {
+cleanSymbol.accept((s >> SYMBOL_SHIFT) + LONGBITS);
+}
 }
 }
 moreSymbols.clear();
diff --git a/src/test/java/org/apache/commons/jexl3/LexicalTest.java 
b/src/test/java/org/apac

[commons-lang] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-lang.git


The following commit(s) were added to refs/heads/master by this push:
 new 7d40d695d Update code coverage badge and link
7d40d695d is described below

commit 7d40d695df5290f035e3c202f64dc1a9cd9ff944
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:39:03 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a3551c725..e96ade0a2 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Lang
 ===
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-lang/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-lang/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-lang/badge.svg)](https://coveralls.io/r/apache/commons-lang)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-lang/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-lang)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-lang3/3.12.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-lang3/3.12.0)
 
[![CodeQL](https://github.com/apache/commons-lang/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-lang/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-release-plugin] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new dfa0633  Update code coverage badge and link
dfa0633 is described below

commit dfa0633fbb290d89c6e6bebcb33be57a6b8b42b3
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:40:31 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 298b135..38dc73a 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Release Plugin
 ===
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-release-plugin/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-release-plugin/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-release-plugin/badge.svg)](https://coveralls.io/r/apache/commons-release-plugin)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-release-plugin/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-release-plugin)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-release-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-release-plugin/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-release-plugin/1.8.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-release-plugin/1.8.0)
 
[![CodeQL](https://github.com/apache/commons-release-plugin/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-release-plugin/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-text] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-text.git


The following commit(s) were added to refs/heads/master by this push:
 new 4c7f0ec9 Update code coverage badge and link
4c7f0ec9 is described below

commit 4c7f0ec98c7372718fd3ba48d3fa09d99c66941b
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:41:08 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a0717c93..052cfd6f 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Text
 ===
 
 [![Build 
Status](https://travis-ci.org/apache/commons-text.svg)](https://travis-ci.org/apache/commons-text)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-text/badge.svg)](https://coveralls.io/r/apache/commons-text)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-text/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-text)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-text/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-text/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-text/1.9.svg)](https://javadoc.io/doc/org.apache.commons/commons-text/1.9)
 
[![CodeQL](https://github.com/apache/commons-text/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-text/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-bcel] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
 new 5ae5e6b2 Update code coverage badge and link
5ae5e6b2 is described below

commit 5ae5e6b24969a1796f7721b75a8293f15fbb0e66
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:43:13 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4e562720..0e11a6ca 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons BCEL
 ===
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-bcel/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-bcel/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-bcel/badge.svg)](https://coveralls.io/r/apache/commons-bcel)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-bcel/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-bcel/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.bcel/bcel/6.5.0.svg)](https://javadoc.io/doc/org.apache.bcel/bcel/6.5.0)
 
[![CodeQL](https://github.com/apache/commons-bcel/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-bcel/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-beanutils] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
 new c8a0903e Update code coverage badge and link
c8a0903e is described below

commit c8a0903e81d99e3882688c16411e488ad529af13
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:43:52 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dca4476f..1f35e37c 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons BeanUtils
 ===
 
 [![Build 
Status](https://travis-ci.org/apache/commons-beanutils.svg)](https://travis-ci.org/apache/commons-beanutils)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-beanutils/badge.svg)](https://coveralls.io/r/apache/commons-beanutils)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-beanutils/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-beanutils/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-beanutils2/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-beanutils2/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-beanutils2/2.0.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0)
 
[![CodeQL](https://github.com/apache/commons-beanutils/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-beanutils/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-cli] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-cli.git


The following commit(s) were added to refs/heads/master by this push:
 new c31a1ff  Update code coverage badge and link
c31a1ff is described below

commit c31a1ffd57e57b1fc20a75ddd89d178130405731
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:44:56 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 42edd57..72e4b23 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons CLI
 ===
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-cli/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-cli/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-cli/badge.svg)](https://coveralls.io/r/apache/commons-cli)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-cli/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-cli/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/commons-cli/commons-cli/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-cli/commons-cli/)
 
[![Javadocs](https://javadoc.io/badge/commons-cli/commons-cli/1.5.0.svg)](https://javadoc.io/doc/commons-cli/commons-cli/1.5.0)
 
[![CodeQL](https://github.com/apache/commons-cli/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-cli/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-codec] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-codec.git


The following commit(s) were added to refs/heads/master by this push:
 new a24c42d4 Update code coverage badge and link
a24c42d4 is described below

commit a24c42d464ac96fa6899a507758340766966a8f3
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:46:12 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f60816f0..766dd750 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Apache Commons Codec
 ===
 
 [![Build 
Status](https://travis-ci.org/apache/commons-codec.svg)](https://travis-ci.org/apache/commons-codec)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-codec/badge.svg?branch=master)](https://coveralls.io/github/apache/commons-codec?branch=master)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-codec/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-codec/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/?gav=true)
 
[![Javadocs](https://javadoc.io/badge/commons-codec/commons-codec/1.15.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.15)
 
[![CodeQL](https://github.com/apache/commons-codec/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-codec/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-collections] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-collections.git


The following commit(s) were added to refs/heads/master by this push:
 new bac2d7545 Update code coverage badge and link
bac2d7545 is described below

commit bac2d7545f2aec47444169439ca2a437b504e3cf
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:46:38 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 00a29dfda..3e793d87e 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Collections
 ===
 
 [![Build 
Status](https://travis-ci.org/apache/commons-collections.svg)](https://travis-ci.org/apache/commons-collections)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-collections/badge.svg)](https://coveralls.io/r/apache/commons-collections)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-collections/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-collections/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-collections4/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-collections4/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-collections4/4.4.svg)](https://javadoc.io/doc/org.apache.commons/commons-collections4/4.4)
 
[![CodeQL](https://github.com/apache/commons-collections/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-collections/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-compress] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-compress.git


The following commit(s) were added to refs/heads/master by this push:
 new fceaaf1a Update code coverage badge and link
fceaaf1a is described below

commit fceaaf1a970d4e12221b718e6e0097b8ce769334
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:47:04 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 52c60c44..f9c8e0ca 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Compress
 ===
 
 [![Build 
Status](https://travis-ci.org/apache/commons-compress.svg)](https://travis-ci.org/apache/commons-compress)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-compress/badge.svg)](https://coveralls.io/r/apache/commons-compress)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-compress/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-compress/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-compress/1.21.svg)](https://javadoc.io/doc/org.apache.commons/commons-compress/1.21)
 [![Fuzzing 
Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/apache-commons.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:apache-commons)



[commons-crypto] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
 new b5c6ba4  Update code coverage badge and link
b5c6ba4 is described below

commit b5c6ba443b591e4faea8e4ad0b23e4688e6c4b5c
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:47:29 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3cbb158..0a6b2a0 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Crypto
 ===
 
 [![Build 
Status](https://travis-ci.org/apache/commons-crypto.svg)](https://travis-ci.org/apache/commons-crypto)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-crypto/badge.svg)](https://coveralls.io/r/apache/commons-crypto)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-crypto/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-crypto/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-crypto/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-crypto/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-crypto/1.1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-crypto/1.1.0)
 
[![CodeQL](https://github.com/apache/commons-crypto/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-crypto/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-csv] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-csv.git


The following commit(s) were added to refs/heads/master by this push:
 new b9b39a29 Update code coverage badge and link
b9b39a29 is described below

commit b9b39a29ec91c882129e9edb2e06b852409c001e
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:47:49 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1764dc9d..1dec7ac0 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons CSV
 ===
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-csv/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-csv/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-csv/badge.svg)](https://coveralls.io/r/apache/commons-csv)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-csv/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-csv/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-csv/1.9.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-csv/1.9.0)
 
[![CodeQL](https://github.com/apache/commons-csv/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-csv/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-dbcp] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
 new 397a5f0b Update code coverage badge and link
397a5f0b is described below

commit 397a5f0b860948f5f56e6179531004db66726bfc
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:48:15 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 777533d1..964fe8a6 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons DBCP
 ===
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-dbcp/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-dbcp/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-dbcp/badge.svg)](https://coveralls.io/r/apache/commons-dbcp)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-dbcp/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-dbcp/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-dbcp2/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-dbcp2/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-dbcp2/2.9.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-dbcp2/2.9.0)
 
[![CodeQL](https://github.com/apache/commons-dbcp/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-dbcp/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-imaging] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-imaging.git


The following commit(s) were added to refs/heads/master by this push:
 new 91fa0f3b Update code coverage badge and link
91fa0f3b is described below

commit 91fa0f3b67a7b044b970caf2fd55bd4065692319
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:48:58 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7598aefd..3b91a3ab 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Imaging
 ===
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-imaging/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-imaging/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-imaging/badge.svg)](https://coveralls.io/r/apache/commons-imaging)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-imaging/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-imaging/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-imaging/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-imaging/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-imaging/1.0-alpha3.svg)](https://javadoc.io/doc/org.apache.commons/commons-imaging/1.0-alpha3)
 [![Fuzzing 
Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/apache-commons.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:apache-commons)



[commons-io] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-io.git


The following commit(s) were added to refs/heads/master by this push:
 new 44b36238 Update code coverage badge and link
44b36238 is described below

commit 44b36238fac961cfff8ab59538f0c53dca0b0f6c
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:49:26 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c37bd423..d613ebeb 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons IO
 ===
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-io/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-io/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-io/badge.svg)](https://coveralls.io/r/apache/commons-io)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-io/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-io/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/commons-io/commons-io/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-io/commons-io/)
 
[![Javadocs](https://javadoc.io/badge/commons-io/commons-io/2.11.0.svg)](https://javadoc.io/doc/commons-io/commons-io/2.11.0)
 
[![CodeQL](https://github.com/apache/commons-io/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-io/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-text] branch master updated: Update code coverage badge and link

2022-08-30 Thread ggregory
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-text.git


The following commit(s) were added to refs/heads/master by this push:
 new aad5fe4f Update code coverage badge and link
aad5fe4f is described below

commit aad5fe4fb6b34638dfd86cf07e2ecb4941e1b42a
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:52:02 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 052cfd6f..8c9da054 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Text
 ===
 
 [![Build 
Status](https://travis-ci.org/apache/commons-text.svg)](https://travis-ci.org/apache/commons-text)
-[![Coverage 
Status](https://codecov.io/gh/apache/commons-text/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-text)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-text/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-text/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-text/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-text/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-text/1.9.svg)](https://javadoc.io/doc/org.apache.commons/commons-text/1.9)
 
[![CodeQL](https://github.com/apache/commons-text/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-text/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-build-plugin] branch master updated: Remove code coverage badge as this component does not have code

2022-08-30 Thread ggregory
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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 9f77c82  Remove code coverage badge as this component does not have 
code
9f77c82 is described below

commit 9f77c82ce55cc4249efde79b5050b89336e02a71
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:53:21 2022 -0400

Remove code coverage badge as this component does not have code
---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index d3e1c0a..2c3f229 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,6 @@ Apache Commons Build Plugin Maven Mojo
 ===
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-commons-build-plugin/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-commons-build-plugin/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-commons-build-plugin/badge.svg)](https://coveralls.io/r/apache/commons-commons-build-plugin)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-build-plugin/1.12.svg)](https://javadoc.io/doc/org.apache.commons/commons-build-plugin/1.12)
 



[commons-net] 02/02: Update code coverage badge and link

2022-08-30 Thread ggregory
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-net.git

commit eb1f1fe897c121245bfaefd1c805092766f362ef
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:55:35 2022 -0400

Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 037efa85..267f748b 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Net
 ===
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-net/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-net/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-net/badge.svg)](https://coveralls.io/r/apache/commons-net)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-net/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-net/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/commons-net/commons-net/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-net/commons-net/)
 
[![Javadocs](https://javadoc.io/badge/commons-net/commons-net/3.8.0.svg)](https://javadoc.io/doc/commons-net/commons-net/3.8.0)
 
[![CodeQL](https://github.com/apache/commons-net/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-net/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)



[commons-net] 01/02: Remove unused import

2022-08-30 Thread ggregory
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-net.git

commit eeb0689890a878c9e25a79a1a94c9c4f5680734e
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:55:29 2022 -0400

Remove unused import
---
 src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java 
b/src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java
index bfaa7f1b..63d50490 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java
@@ -21,7 +21,6 @@ import java.io.BufferedReader;
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.InputStreamReader;
-import java.util.ArrayList;
 import java.util.LinkedList;
 import java.util.List;
 import java.util.ListIterator;



[commons-net] branch master updated (61fe4b52 -> eb1f1fe8)

2022-08-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


from 61fe4b52 Move Apache license header to the top of the file
 new eeb06898 Remove unused import
 new eb1f1fe8 Update code coverage badge and link

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md| 2 +-
 src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)



[commons-parent] branch master updated: Remove code coverage badge as this component does not have code

2022-08-30 Thread ggregory
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 10278e4  Remove code coverage badge as this component does not have 
code
10278e4 is described below

commit 10278e4ec9a4a3c89c87aae9df7fddd37ab76935
Author: Gary Gregory 
AuthorDate: Tue Aug 30 16:55:58 2022 -0400

Remove code coverage badge as this component does not have code
---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index b4c63a0..6c87b22 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,6 @@ Apache Commons Parent
 
 [![Travis-CI 
Status](https://travis-ci.org/apache/commons-commons-parent.svg)](https://travis-ci.org/apache/commons-commons-parent)
 [![GitHub Actions 
Status](https://github.com/apache/commons-commons-parent/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-commons-parent/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-commons-parent/badge.svg)](https://coveralls.io/r/apache/commons-commons-parent)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/54.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/54)
 



[commons-pool] branch dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.18.0 updated (2aab9952 -> 838c2a56)

2022-08-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.18.0
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


 discard 2aab9952 Bump maven-pmd-plugin from 3.17.0 to 3.18.0
 add b4be28ea Update README to use the default Maven goal
 add ed5020e4 Add CodeQL badge
 add 80fe4133 Bump maven-pmd-plugin 3.17.0 to 3.18.0
 add f75db54a We don't use author tags
 add 838c2a56 Bump maven-pmd-plugin from 3.17.0 to 3.18.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2aab9952)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.18.0 
(838c2a56)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 README.md  | 211 +++
 pom.xml|   2 +-
 src/changes/changes.xml|   2 +-
 .../TestGenericObjectPoolFactoryCreateFailure.java | 284 ++---
 4 files changed, 250 insertions(+), 249 deletions(-)



[commons-pool] branch dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0 updated (b197c5e3 -> de522df7)

2022-08-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


 discard b197c5e3 Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
 add b4be28ea Update README to use the default Maven goal
 add ed5020e4 Add CodeQL badge
 add 80fe4133 Bump maven-pmd-plugin 3.17.0 to 3.18.0
 add f75db54a We don't use author tags
 add de522df7 Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b197c5e3)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0
 (de522df7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 README.md  | 211 +++
 pom.xml|   2 +-
 src/changes/changes.xml|   2 +-
 .../TestGenericObjectPoolFactoryCreateFailure.java | 284 ++---
 4 files changed, 250 insertions(+), 249 deletions(-)



[commons-pool] branch master updated (f75db54a -> 9793b385)

2022-08-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


from f75db54a We don't use author tags
 new dc8a9abf Javadoc
 new c0ea9114 Use scale in test names
 new 9793b385 Be a little more patient for slow builds

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../pool2/impl/TestAbandonedKeyedObjectPool.java   | 27 --
 1 file changed, 15 insertions(+), 12 deletions(-)



[commons-pool] 01/03: Javadoc

2022-08-30 Thread ggregory
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

commit dc8a9abf9bbac52d81e40b3cc34443e6497dbf48
Author: Gary Gregory 
AuthorDate: Tue Aug 30 17:18:51 2022 -0400

Javadoc
---
 .../org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java 
b/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
index 9f85c6dc..a91c8d2f 100644
--- 
a/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
+++ 
b/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
@@ -42,7 +42,7 @@ import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Test;
 
 /**
- * TestCase for AbandonedObjectPool
+ * Tests for {@link AbandonedConfig}.
  */
 public class TestAbandonedKeyedObjectPool {
 



[commons-pool] 03/03: Be a little more patient for slow builds

2022-08-30 Thread ggregory
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

commit 9793b3854f37a8d5b2c2b9f752c0ab4553ccb0e0
Author: Gary Gregory 
AuthorDate: Tue Aug 30 17:25:34 2022 -0400

Be a little more patient for slow builds
---
 .../org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java  | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java 
b/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
index 7c59c314..c99348dd 100644
--- 
a/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
+++ 
b/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
@@ -183,7 +183,7 @@ public class TestAbandonedKeyedObjectPool {
 msg.append('\n');
 mbs.unregisterMBean(name);
 }
-assertEquals( 0, registeredPoolCount,msg.toString());
+assertEquals(0, registeredPoolCount,msg.toString());
 }
 
 /**
@@ -214,6 +214,9 @@ public class TestAbandonedKeyedObjectPool {
 if (!pool.getKeys().contains(0)) {
 Thread.sleep(1000); // Wait a little more.
 }
+if (!pool.getKeys().contains(0)) {
+Thread.sleep(1000); // Wait a little more.
+}
 pool.invalidateObject(0, obj);  // Should not trigger another destroy 
/ decrement
 Thread.sleep(2000);  // give evictor time to finish destroys
 assertEquals(0, pool.getNumActive());



[commons-pool] 02/03: Use scale in test names

2022-08-30 Thread ggregory
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

commit c0ea911402d25cd5d77314a29f09a8c45f7ba6ef
Author: Gary Gregory 
AuthorDate: Tue Aug 30 17:22:13 2022 -0400

Use scale in test names
---
 .../pool2/impl/TestAbandonedKeyedObjectPool.java | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java 
b/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
index a91c8d2f..7c59c314 100644
--- 
a/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
+++ 
b/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
@@ -80,17 +80,17 @@ public class TestAbandonedKeyedObjectPool {
 
 private static class SimpleFactory implements 
KeyedPooledObjectFactory {
 
-private final long destroyLatency;
-private final long validateLatency;
+private final long destroyLatencyMillis;
+private final long validateLatencyMillis;
 
 public SimpleFactory() {
-destroyLatency = 0;
-validateLatency = 0;
+destroyLatencyMillis = 0;
+validateLatencyMillis = 0;
 }
 
-public SimpleFactory(final long destroyLatency, final long 
validateLatency) {
-this.destroyLatency = destroyLatency;
-this.validateLatency = validateLatency;
+public SimpleFactory(final long destroyLatencyMillis, final long 
validateLatencyMillis) {
+this.destroyLatencyMillis = destroyLatencyMillis;
+this.validateLatencyMillis = validateLatencyMillis;
 }
 
 @Override
@@ -109,8 +109,8 @@ public class TestAbandonedKeyedObjectPool {
 // while destroying instances, yield control to other threads
 // helps simulate threading errors
 Thread.yield();
-if (destroyLatency != 0) {
-Thread.sleep(destroyLatency);
+if (destroyLatencyMillis != 0) {
+Thread.sleep(destroyLatencyMillis);
 }
 obj.getObject().destroy(destroyMode);
 }
@@ -127,7 +127,7 @@ public class TestAbandonedKeyedObjectPool {
 
 @Override
 public boolean validateObject(final Integer key, final 
PooledObject obj) {
-Waiter.sleepQuietly(validateLatency);
+Waiter.sleepQuietly(validateLatencyMillis);
 return true;
 }
 }



[commons-pool] branch dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0 updated (de522df7 -> 58fdcfc9)

2022-08-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


 discard de522df7 Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
 add dc8a9abf Javadoc
 add c0ea9114 Use scale in test names
 add 9793b385 Be a little more patient for slow builds
 add 58fdcfc9 Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (de522df7)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0
 (58fdcfc9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../pool2/impl/TestAbandonedKeyedObjectPool.java   | 27 --
 1 file changed, 15 insertions(+), 12 deletions(-)



[commons-pool] branch master updated: Bump maven-pmd-plugin from 3.17.0 to 3.18.0 (#165)

2022-08-30 Thread ggregory
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 ab16bcc5 Bump maven-pmd-plugin from 3.17.0 to 3.18.0 (#165)
ab16bcc5 is described below

commit ab16bcc5b02641385fd9f763b0dce2555df8c3e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 30 20:32:38 2022 -0400

Bump maven-pmd-plugin from 3.17.0 to 3.18.0 (#165)

Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 
3.17.0 to 3.18.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- 
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.17.0...maven-pmd-plugin-3.18.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 118bae12..ad5f95d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -422,7 +422,7 @@
 
 
   maven-pmd-plugin
-  3.17.0
+  3.18.0
   
 ${maven.compiler.target}
   



[commons-pool] branch dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0 updated (58fdcfc9 -> cf71e413)

2022-08-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


 discard 58fdcfc9 Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
 add ab16bcc5 Bump maven-pmd-plugin from 3.17.0 to 3.18.0 (#165)
 add cf71e413 Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (58fdcfc9)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0
 (cf71e413)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-pool] branch master updated: Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 (#166)

2022-08-30 Thread ggregory
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 cffb49af Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 (#166)
cffb49af is described below

commit cffb49afc90758763faf944548c403686a49ad59
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 30 21:02:51 2022 -0400

Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 (#166)

Bumps 
[maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) 
from 3.1.2 to 3.2.0.
- [Release 
notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- 
[Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ad5f95d6..2f58d513 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
 
site-content
 
net.sf.cglib.proxy;resolution:=optional,*
 1.21
-
3.1.2
+
3.2.0
 9.3
 5.1.8
 4.7.1.1



[commons-pool] branch master updated: Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #166

2022-08-30 Thread ggregory
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 c25c194d Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #166
c25c194d is described below

commit c25c194df3e4a40c9df438d953c2106705daff3c
Author: Gary Gregory 
AuthorDate: Tue Aug 30 21:03:48 2022 -0400

Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #166
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 86a002b7..f9088d46 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -98,6 +98,9 @@ The  type attribute can be add,update,fix,remove.
 
   Bump checkstyle from 8.45.1 to 9.3 #97, #104, #111, #121, #126, #132.
 
+
+  Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #166.
+
 
   Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #101, #153.
 



[commons-pool] branch master updated: Be a little more patient for slow builds

2022-08-30 Thread ggregory
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 7951ee73 Be a little more patient for slow builds
 new 5b7586d1 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-pool.git
7951ee73 is described below

commit 7951ee733376ba2ecf00b7b7c727c4bd0a121a07
Author: Gary Gregory 
AuthorDate: Tue Aug 30 21:14:13 2022 -0400

Be a little more patient for slow builds
---
 .../pool2/impl/TestAbandonedKeyedObjectPool.java   | 23 +++---
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java 
b/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
index c99348dd..90ee0487 100644
--- 
a/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
+++ 
b/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
@@ -196,29 +196,30 @@ public class TestAbandonedKeyedObjectPool {
 public void testAbandonedInvalidate() throws InterruptedException {
 abandonedConfig = new AbandonedConfig();
 abandonedConfig.setRemoveAbandonedOnMaintenance(true);
-
abandonedConfig.setRemoveAbandonedTimeout(TestConstants.ONE_SECOND_DURATION);
+abandonedConfig.setRemoveAbandonedTimeout(Duration.ofMillis(2000));
 pool.close();  // Unregister pool created by setup
 pool = new GenericKeyedObjectPool<>(
-// destroys take 200 ms
-new SimpleFactory(200, 0),
+// destroys take 100 millis
+new SimpleFactory(100, 0),
 new GenericKeyedObjectPoolConfig<>(), abandonedConfig);
 final int n = 10;
 pool.setMaxTotal(n);
 pool.setBlockWhenExhausted(false);
-pool.setTimeBetweenEvictionRuns(Duration.ofMillis(500));
-PooledTestObject obj = null;
+pool.setTimeBetweenEvictionRuns(Duration.ofMillis(250));
+PooledTestObject pooledObj = null;
+final Integer key = 0;
 for (int i = 0; i < 5; i++) {
-obj = pool.borrowObject(0);
+pooledObj = pool.borrowObject(key);
 }
-Thread.sleep(1000);  // abandon checked out instances and let 
evictor start
-if (!pool.getKeys().contains(0)) {
+Thread.sleep(1000); // abandon checked out instances and let evictor 
start
+if (!pool.getKeys().contains(key)) {
 Thread.sleep(1000); // Wait a little more.
 }
-if (!pool.getKeys().contains(0)) {
+if (!pool.getKeys().contains(key)) {
 Thread.sleep(1000); // Wait a little more.
 }
-pool.invalidateObject(0, obj);  // Should not trigger another destroy 
/ decrement
-Thread.sleep(2000);  // give evictor time to finish destroys
+pool.invalidateObject(key, pooledObj); // Should not trigger another 
destroy / decrement
+Thread.sleep(2000); // give evictor time to finish destroys
 assertEquals(0, pool.getNumActive());
 assertEquals(5, pool.getDestroyedCount());
 }



[commons-lang] branch master updated: Drop profile.clirr

2022-08-30 Thread ggregory
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-lang.git


The following commit(s) were added to refs/heads/master by this push:
 new 1c7a8fb2d Drop profile.clirr
1c7a8fb2d is described below

commit 1c7a8fb2d1a0e4d63f6706c3cbd76f7b2ea9c68d
Author: Gary Gregory 
AuthorDate: Tue Aug 30 21:23:37 2022 -0400

Drop profile.clirr
---
 src/site/resources/profile.clirr | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/site/resources/profile.clirr b/src/site/resources/profile.clirr
deleted file mode 100644
index e69de29bb..0



[commons-bcel] branch master updated: Drop profile.clirr

2022-08-30 Thread ggregory
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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
 new 3f78b95e Drop profile.clirr
3f78b95e is described below

commit 3f78b95e718c6aa48dd0a1a9b0bceebceec855d3
Author: Gary Gregory 
AuthorDate: Tue Aug 30 21:24:11 2022 -0400

Drop profile.clirr
---
 src/site/resources/profile.clirr | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/site/resources/profile.clirr b/src/site/resources/profile.clirr
deleted file mode 100644
index e69de29b..



[commons-dbutils] branch master updated: Drop profile.clirr

2022-08-30 Thread ggregory
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-dbutils.git


The following commit(s) were added to refs/heads/master by this push:
 new 7860ea9  Drop profile.clirr
7860ea9 is described below

commit 7860ea9e340c3e92aa748d978cdc715df4ed89e2
Author: Gary Gregory 
AuthorDate: Tue Aug 30 21:24:34 2022 -0400

Drop profile.clirr
---
 src/site/resources/profile.clirr | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/site/resources/profile.clirr b/src/site/resources/profile.clirr
deleted file mode 100644
index e69de29..000



[commons-pool] branch master updated: Add profile.jacoco

2022-08-30 Thread ggregory
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 cb13c027 Add profile.jacoco
cb13c027 is described below

commit cb13c0275998ca960cc743314da447a6c725c9b1
Author: Gary Gregory 
AuthorDate: Tue Aug 30 21:26:24 2022 -0400

Add profile.jacoco
---
 src/site/resources/profile.jacoco | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/site/resources/profile.jacoco 
b/src/site/resources/profile.jacoco
new file mode 100644
index ..e69de29b