(commons-lang) branch master updated: Use Javadoc code tag

2024-06-09 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 35350e3ee Use Javadoc code tag
35350e3ee is described below

commit 35350e3eeace8ea271b0b9cfbada283ea2a973c4
Author: Gary Gregory 
AuthorDate: Sun Jun 9 13:38:33 2024 -0400

Use Javadoc code tag
---
 src/main/java/org/apache/commons/lang3/ArrayUtils.java   | 12 ++--
 .../java/org/apache/commons/lang3/time/CalendarUtils.java|  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/java/org/apache/commons/lang3/ArrayUtils.java 
b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
index c3aec86b4..08a34835a 100644
--- a/src/main/java/org/apache/commons/lang3/ArrayUtils.java
+++ b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
@@ -1382,9 +1382,9 @@ public class ArrayUtils {
  * @param allocator allocates the array to populate and return.
  * @return dest
  * @throws IndexOutOfBoundsException if copying would cause access of data 
outside array bounds.
- * @throws ArrayStoreException   if an element in the src 
array could not be stored into the dest array because of a type
+ * @throws ArrayStoreException   if an element in the {@code src} 
array could not be stored into the {@code dest} array because of a type
  *   mismatch.
- * @throws NullPointerException  if either src or 
dest is null.
+ * @throws NullPointerException  if either {@code src} or {@code dest} 
is {@code null}.
  * @since 3.15.0
  */
 public static  T arraycopy(final T source, final int sourcePos, final 
int destPos, final int length, final Function allocator) {
@@ -1402,9 +1402,9 @@ public class ArrayUtils {
  * @param allocator allocates the array to populate and return.
  * @return dest
  * @throws IndexOutOfBoundsException if copying would cause access of data 
outside array bounds.
- * @throws ArrayStoreException   if an element in the src 
array could not be stored into the dest array because of a type
+ * @throws ArrayStoreException   if an element in the {@code src} 
array could not be stored into the {@code dest} array because of a type
  *   mismatch.
- * @throws NullPointerException  if either src or 
dest is null.
+ * @throws NullPointerException  if either {@code src} or {@code dest} 
is {@code null}.
  * @since 3.15.0
  */
 public static  T arraycopy(final T source, final int sourcePos, final 
int destPos, final int length, final Supplier allocator) {
@@ -1422,9 +1422,9 @@ public class ArrayUtils {
  * @param lengththe number of array elements to be copied.
  * @return dest
  * @throws IndexOutOfBoundsException if copying would cause access of data 
outside array bounds.
- * @throws ArrayStoreException   if an element in the src 
array could not be stored into the dest array because of a type
+ * @throws ArrayStoreException   if an element in the {@code src} 
array could not be stored into the {@code dest} array because of a type
  *   mismatch.
- * @throws NullPointerException  if either src or 
dest is null.
+ * @throws NullPointerException  if either {@code src} or {@code dest} 
is {@code null}.
  * @since 3.15.0
  */
 public static  T arraycopy(final T source, final int sourcePos, final T 
dest, final int destPos, final int length) {
diff --git a/src/main/java/org/apache/commons/lang3/time/CalendarUtils.java 
b/src/main/java/org/apache/commons/lang3/time/CalendarUtils.java
index ec5445229..0f7906df4 100644
--- a/src/main/java/org/apache/commons/lang3/time/CalendarUtils.java
+++ b/src/main/java/org/apache/commons/lang3/time/CalendarUtils.java
@@ -49,7 +49,7 @@ public class CalendarUtils {
 }
 
 /**
- * Gets a CalendarUtils using the default time zone and specified locale. 
The CalendarUtils returned is based on the current time in the
+ * Gets a CalendarUtils using the default time zone and specified locale. 
The {@code CalendarUtils} returned is based on the current time in the
  * default time zone with the given locale.
  *
  * @param locale the locale for the week data



(commons-lang) branch master updated: Bump org.easymock:easymock from 5.2.0 to 5.3.0 #1232

2024-06-09 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 53cb72616 Bump org.easymock:easymock from 5.2.0 to 5.3.0 #1232
53cb72616 is described below

commit 53cb72616a766ab7a34ad2903a784557485c0a37
Author: Gary Gregory 
AuthorDate: Sun Jun 9 09:41:10 2024 -0400

Bump org.easymock:easymock from 5.2.0 to 5.3.0 #1232
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 05c1ba1f5..aa53ff886 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -145,6 +145,7 @@ The  type attribute can be add,update,fix,remove.
 Bump commons-parent from 64 to 70 #1194.
 Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 
3.3.0 #1175, #1224.
 Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 
#1200.
+Bump org.easymock:easymock from 5.2.0 to 5.3.0 
#1232.
 
 Drop obsolete JDK 13 Maven profile #1142.
   



(commons-lang) branch master updated: Bump org.easymock:easymock from 5.2.0 to 5.3.0 (#1232)

2024-06-09 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 29acec238 Bump org.easymock:easymock from 5.2.0 to 5.3.0 (#1232)
29acec238 is described below

commit 29acec2389b423774f9b373cafbb8207c752eabe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 9 09:40:03 2024 -0400

Bump org.easymock:easymock from 5.2.0 to 5.3.0 (#1232)

Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 
5.2.0 to 5.3.0.
- [Release notes](https://github.com/easymock/easymock/releases)
- 
[Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- 
[Commits](https://github.com/easymock/easymock/compare/easymock-5.2.0...easymock-5.3.0)

---
updated-dependencies:
- dependency-name: org.easymock:easymock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 52f9074e8..fbad7ea0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
 
   org.easymock
   easymock
-  5.2.0
+  5.3.0
   test
 
 



(commons-collections) branch master updated: Fix Java 22 builds through Easymock upgrade #502

2024-06-09 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 d1e2f0339 Fix Java 22 builds through Easymock upgrade #502
d1e2f0339 is described below

commit d1e2f0339efbc05a0413aadf88687a04ce879797
Author: Gary Gregory 
AuthorDate: Sun Jun 9 09:39:03 2024 -0400

Fix Java 22 builds through Easymock upgrade #502
---
 src/changes/changes.xml | 40 +---
 1 file changed, 21 insertions(+), 19 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e1298fb7f..65a8968f4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,30 +27,32 @@
  Add layered Bloom filter clean method #476.
  Deprecate Lists incompatible with Java 21, add new variant of 
AbstractLinkedList #485.
  
- Deprecate 
Closure in favor of java.util.function.Consumer.
- Deprecate 
Factory in favor of java.util.function.Supplier.
- Deprecate 
Predicate in favor of java.util.function.Predicate.
- Deprecate 
Transformer in favor of java.util.function.Function.
- Change LayerManager to use List and added 
generics to LayerdedBloomFilter #481.
- Fix PMD 
UselessOverridingMethod in PropertiesFactory.EmptyProperties.
- Fix PMD 
UnnecessaryFullyQualifiedName in AbstractHashedMap.
- Fix PMD 
UnnecessaryFullyQualifiedName in AbstractLinkedMap.
- Fix PMD 
UnnecessaryFullyQualifiedName in CaseInsensitiveMap.
- Fix PMD 
UnnecessaryFullyQualifiedName in CollectionUtils.
- Fix PMD 
UnnecessaryFullyQualifiedName in DefaultEquator.
- Fix PMD 
UnnecessaryFullyQualifiedName in IndexUtils.
- Fix PMD 
UnnecessaryFullyQualifiedName in LinkIterator.
- Fix PMD 
UnnecessaryFullyQualifiedName in MapUtils.
- Fix PMD 
UnnecessaryFullyQualifiedName in PredicateUtils.
- Fix PMD 
UnnecessaryFullyQualifiedName in ReferenceMapIterator.
- Fix PMD 
UnnecessaryFullyQualifiedName in StringKeyAnalyzer.
- Fix PMD 
UnnecessaryFullyQualifiedName in TransformerUtils.
- Renaming bloomfilter components and methods 
as per ticket #492.
+ Deprecate Closure 
in favor of java.util.function.Consumer.
+ Deprecate Factory 
in favor of java.util.function.Supplier.
+ Deprecate 
Predicate in favor of java.util.function.Predicate.
+ Deprecate 
Transformer in favor of java.util.function.Function.
+ Change LayerManager to use List and added 
generics to LayerdedBloomFilter #481.
+ Fix PMD 
UselessOverridingMethod in PropertiesFactory.EmptyProperties.
+ Fix PMD 
UnnecessaryFullyQualifiedName in AbstractHashedMap.
+ Fix PMD 
UnnecessaryFullyQualifiedName in AbstractLinkedMap.
+ Fix PMD 
UnnecessaryFullyQualifiedName in CaseInsensitiveMap.
+ Fix PMD 
UnnecessaryFullyQualifiedName in CollectionUtils.
+ Fix PMD 
UnnecessaryFullyQualifiedName in DefaultEquator.
+ Fix PMD 
UnnecessaryFullyQualifiedName in IndexUtils.
+ Fix PMD 
UnnecessaryFullyQualifiedName in LinkIterator.
+ Fix PMD 
UnnecessaryFullyQualifiedName in MapUtils.
+ Fix PMD 
UnnecessaryFullyQualifiedName in PredicateUtils.
+ Fix PMD 
UnnecessaryFullyQualifiedName in ReferenceMapIterator.
+ Fix PMD 
UnnecessaryFullyQualifiedName in StringKeyAnalyzer.
+ Fix PMD 
UnnecessaryFullyQualifiedName in TransformerUtils.
+ Renaming bloomfilter components and methods 
as per ticket #492.
+ Fix Java 22 
builds through Easymock upgrade #502.
  
  Bump org.apache.commons:commons-parent from 67 to 70 #473.
  Bump tests 
commons-io:commons-io from 2.16.0 to 2.16.1 #475.
  Bump optional 
commons-codec:commons-codec from 1.16.1 to 1.17.0.
  Bump 
com.google.guava:guava-testlib from 33.1.0-jre to 33.2.1-jre #487, 
#500. 
+ Bump 
org.easymock:easymock from 5.2.0 to 5.3.0 #502.
   
   
 



(commons-collections) branch dependabot/maven/org.easymock-easymock-5.3.0 deleted (was 115da691c)

2024-06-09 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch dependabot/maven/org.easymock-easymock-5.3.0
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


 was 115da691c Bump org.easymock:easymock from 5.2.0 to 5.3.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-collections) branch master updated: Bump org.easymock:easymock from 5.2.0 to 5.3.0 (#502)

2024-06-09 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 621ea26af Bump org.easymock:easymock from 5.2.0 to 5.3.0 (#502)
621ea26af is described below

commit 621ea26affc59b881ee49096d4bf20ac117a3205
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 9 09:36:45 2024 -0400

Bump org.easymock:easymock from 5.2.0 to 5.3.0 (#502)

Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 
5.2.0 to 5.3.0.
- [Release notes](https://github.com/easymock/easymock/releases)
- 
[Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- 
[Commits](https://github.com/easymock/easymock/compare/easymock-5.2.0...easymock-5.3.0)

---
updated-dependencies:
- dependency-name: org.easymock:easymock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 5feaa8445..bf4f6f0b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
 
   org.easymock
   easymock
-  5.2.0
+  5.3.0
   test
 
 



(commons-cli) branch master updated: Add OptionGroup.isSelected()

2024-06-08 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 267bdf7  Add OptionGroup.isSelected()
267bdf7 is described below

commit 267bdfa0380d1280da0f83f2e5000440c0c5
Author: Gary Gregory 
AuthorDate: Sat Jun 8 09:25:55 2024 -0400

Add OptionGroup.isSelected()

Next version will be 1.9.0
---
 pom.xml|  8 
 src/changes/changes.xml|  8 ++--
 src/main/java/org/apache/commons/cli/DefaultParser.java|  2 +-
 src/main/java/org/apache/commons/cli/OptionGroup.java  | 10 ++
 src/main/java/org/apache/commons/cli/Parser.java   |  2 +-
 .../java/org/apache/commons/cli/AbstractParserTestCase.java|  3 +++
 src/test/java/org/apache/commons/cli/OptionGroupTest.java  |  4 
 7 files changed, 29 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index ef6832e..f8a9347 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   4.0.0
   commons-cli
   commons-cli
-  1.8.1-SNAPSHOT
+  1.9.0-SNAPSHOT
   Apache Commons CLI
   2002
   
@@ -70,12 +70,12 @@
 1.8
 cli
 org.apache.commons.cli
-1.8.0
-1.8.1
+1.9.0
+1.9.1
 
commons-cli-${commons.release.version}
 true
 RC2
-1.7.0
+1.8.0
 
org.apache.commons.cli
 CLI
 12310463
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5c7cef6..71338b5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,8 +22,12 @@
 Apache Commons CLI Release Notes
   
   
-
-  Fix 
Javadoc pathing #280.
+
+  
+  Add 
OptionGroup.isSelected().
+  
+  Fix 
Javadoc pathing #280.
+  
 
 
   
diff --git a/src/main/java/org/apache/commons/cli/DefaultParser.java 
b/src/main/java/org/apache/commons/cli/DefaultParser.java
index 528a7e7..883e74a 100644
--- a/src/main/java/org/apache/commons/cli/DefaultParser.java
+++ b/src/main/java/org/apache/commons/cli/DefaultParser.java
@@ -443,7 +443,7 @@ public class DefaultParser implements CommandLineParser {
 }
 // if the option is part of a group, check if another option of 
the group has been selected
 final OptionGroup group = options.getOptionGroup(opt);
-final boolean selected = group != null && group.getSelected() != 
null;
+final boolean selected = group != null && group.isSelected();
 if (!cmd.hasOption(option) && !selected) {
 // get the value from the properties
 final String value = properties.getProperty(option);
diff --git a/src/main/java/org/apache/commons/cli/OptionGroup.java 
b/src/main/java/org/apache/commons/cli/OptionGroup.java
index 82dd5d4..51f75e9 100644
--- a/src/main/java/org/apache/commons/cli/OptionGroup.java
+++ b/src/main/java/org/apache/commons/cli/OptionGroup.java
@@ -91,6 +91,16 @@ public class OptionGroup implements Serializable {
 return required;
 }
 
+/**
+ * Tests whether an option is selected.
+ *
+ * @return whether whether an option is selected.
+ * @since 1.9.0
+ */
+public boolean isSelected() {
+return selected != null;
+}
+
 /**
  * Sets whether this group is required.
  *
diff --git a/src/main/java/org/apache/commons/cli/Parser.java 
b/src/main/java/org/apache/commons/cli/Parser.java
index 44cb21a..ae35b6c 100644
--- a/src/main/java/org/apache/commons/cli/Parser.java
+++ b/src/main/java/org/apache/commons/cli/Parser.java
@@ -273,7 +273,7 @@ public abstract class Parser implements CommandLineParser {
 }
 // if the option is part of a group, check if another option of 
the group has been selected
 final OptionGroup group = options.getOptionGroup(opt);
-final boolean selected = group != null && group.getSelected() != 
null;
+final boolean selected = group != null && group.isSelected();
 if (!cmd.hasOption(option) && !selected) {
 // get the value from the properties instance
 final String value = properties.getProperty(option);
diff --git a/src/test/java/org/apache/commons/cli/AbstractParserTestCase.java 
b/src/test/java/org/apache/commons/cli/AbstractParserTestCase.java
index 0114098..f61b15f 100644
--- a/src/test/java/org/apache/commons/cli/AbstractParserTestCase.java
+++ b/src/test/java/org/apache/commons/cli/AbstractParserTestCase.java
@@ -542,6 +542,7 @@ public abstract class AbstractParserTestCase {
 @Test
 public void testOptionGroup() throws Exception {
 final OptionGroup group = new OptionGroup();
+assertFalse(group.isSelected());
 group.addOption(Opti

(commons-cli) branch master updated: Javadoc

2024-06-08 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 4a9c006  Javadoc
4a9c006 is described below

commit 4a9c00649c7ff5e4ca8dc54f7e27501c3a706abf
Author: Gary Gregory 
AuthorDate: Sat Jun 8 09:15:40 2024 -0400

Javadoc
---
 src/main/java/org/apache/commons/cli/OptionGroup.java | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/src/main/java/org/apache/commons/cli/OptionGroup.java 
b/src/main/java/org/apache/commons/cli/OptionGroup.java
index 79ae076..82dd5d4 100644
--- a/src/main/java/org/apache/commons/cli/OptionGroup.java
+++ b/src/main/java/org/apache/commons/cli/OptionGroup.java
@@ -41,7 +41,7 @@ public class OptionGroup implements Serializable {
 private boolean required;
 
 /**
- * Add the specified {@code Option} to this group.
+ * Adds the given {@code Option} to this group.
  *
  * @param option the option to add to this group
  * @return this option group with the option added
@@ -54,7 +54,9 @@ public class OptionGroup implements Serializable {
 }
 
 /**
- * @return the names of the options in this group as a {@code Collection}
+ * Gets the names of the options in this group as a {@code Collection}.
+ *
+ * @return the names of the options in this group as a {@code Collection}.
  */
 public Collection getNames() {
 // the key set is the collection of names
@@ -62,7 +64,9 @@ public class OptionGroup implements Serializable {
 }
 
 /**
- * @return the options in this group as a {@code Collection}
+ * Gets the options in this group as a {@code Collection}.
+ *
+ * @return the options in this group as a {@code Collection}.
  */
 public Collection getOptions() {
 // the values are the collection of options
@@ -70,7 +74,9 @@ public class OptionGroup implements Serializable {
 }
 
 /**
- * @return the selected option name
+ * Gets the selected option name.
+ *
+ * @return the selected option name.
  */
 public String getSelected() {
 return selected;
@@ -86,7 +92,9 @@ public class OptionGroup implements Serializable {
 }
 
 /**
- * @param required specifies if this group is required
+ * Sets whether this group is required.
+ *
+ * @param required whether this group is required.
  */
 public void setRequired(final boolean required) {
 this.required = required;



(commons-validator) 01/01: Merge pull request #230 from apache/dependabot/github_actions/github/codeql-action-3.25.8

2024-06-07 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 94dcabfc25cceef3c800facad58b0b62a3e78091
Merge: 919f6f84 f5b2352c
Author: Gary Gregory 
AuthorDate: Fri Jun 7 19:35:10 2024 -0400

Merge pull request #230 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

Bump github/codeql-action from 3.25.7 to 3.25.8

 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(commons-beanutils) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was 08ce0661)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


 was 08ce0661 Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-beanutils) branch master updated: Bump github/codeql-action from 3.25.7 to 3.25.8 (#253)

2024-06-07 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 5fd8cc08 Bump github/codeql-action from 3.25.7 to 3.25.8 (#253)
5fd8cc08 is described below

commit 5fd8cc087911fe8747026184c33bea54bd72ccdb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 19:35:28 2024 -0400

Bump github/codeql-action from 3.25.7 to 3.25.8 (#253)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/f079b849aace61c81488f8bd40919487bd9f...2e230e8fe0ad3a14a340ad0815ddb96d599d2aff)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index f8675975..ea181e16 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@f079b849aace61c81488f8bd40919487bd9f 
# v3.25.7
+  uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff 
# v3.25.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@f079b849aace61c81488f8bd40919487bd9f # 
v3.25.7
+  uses: 
github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # 
v3.25.8
 
 # ℹ️ Command-line programs to run using the OS shell.
 #  https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@f079b849aace61c81488f8bd40919487bd9f # v3.25.7
+  uses: 
github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 3a3dcd35..a6fe7d9a 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+uses: 
github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 with:
   sarif_file: results.sarif



(commons-validator) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was f5b2352c)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


 was f5b2352c Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-validator) branch master updated (919f6f84 -> 94dcabfc)

2024-06-07 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 919f6f84 Merge pull request #229 from 
apache/dependabot/github_actions/github/codeql-action-3.25.7
 add f5b2352c Bump github/codeql-action from 3.25.7 to 3.25.8
 new 94dcabfc Merge pull request #230 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

The 1 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:
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(commons-text) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was 1d45a95b)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-text.git


 was 1d45a95b Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-text) branch master updated: Bump github/codeql-action from 3.25.7 to 3.25.8 (#556)

2024-06-07 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 92a39a45 Bump github/codeql-action from 3.25.7 to 3.25.8 (#556)
92a39a45 is described below

commit 92a39a45c9c2465902d7cb121854c5ae047b1d2b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 16:36:02 2024 -0400

Bump github/codeql-action from 3.25.7 to 3.25.8 (#556)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/f079b849aace61c81488f8bd40919487bd9f...2e230e8fe0ad3a14a340ad0815ddb96d599d2aff)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 92c16dbd..e4409531 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@f079b849aace61c81488f8bd40919487bd9f 
   # 3.25.7
+  uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff 
   # 3.25.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+  uses: 
github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 
 # ℹ️ Command-line programs to run using the OS shell.
 #  https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+  uses: 
github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 6468b77f..ae7a6eac 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+uses: 
github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 with:
   sarif_file: results.sarif



(commons-bcel) branch master updated: Bump github/codeql-action from 3.25.7 to 3.25.8 (#323)

2024-06-07 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 e6221580 Bump github/codeql-action from 3.25.7 to 3.25.8 (#323)
e6221580 is described below

commit e622158066d93854b515c840f62498274457eb3e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 15:59:37 2024 -0400

Bump github/codeql-action from 3.25.7 to 3.25.8 (#323)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/f079b849aace61c81488f8bd40919487bd9f...2e230e8fe0ad3a14a340ad0815ddb96d599d2aff)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index f8675975..ea181e16 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@f079b849aace61c81488f8bd40919487bd9f 
# v3.25.7
+  uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff 
# v3.25.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@f079b849aace61c81488f8bd40919487bd9f # 
v3.25.7
+  uses: 
github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # 
v3.25.8
 
 # ℹ️ Command-line programs to run using the OS shell.
 #  https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@f079b849aace61c81488f8bd40919487bd9f # v3.25.7
+  uses: 
github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index adca8eb5..2f3af8b1 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+uses: 
github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 with:
   sarif_file: results.sarif



(commons-bcel) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was 7131e280)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


 was 7131e280 Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-rdf) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was 88243bbc)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


 was 88243bbc Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-rdf) 01/01: Merge pull request #233 from apache/dependabot/github_actions/github/codeql-action-3.25.8

2024-06-07 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-rdf.git

commit e5fe57c58b646c5e5ae6cd263865d28a464410f0
Merge: 85390469 88243bbc
Author: Gary Gregory 
AuthorDate: Fri Jun 7 15:58:36 2024 -0400

Merge pull request #233 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

Bump github/codeql-action from 3.25.7 to 3.25.8

 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(commons-rdf) branch master updated (85390469 -> e5fe57c5)

2024-06-07 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-rdf.git


from 85390469 Merge pull request #232 from 
apache/dependabot/github_actions/github/codeql-action-3.25.7
 add 88243bbc Bump github/codeql-action from 3.25.7 to 3.25.8
 new e5fe57c5 Merge pull request #233 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

The 1 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:
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(commons-fileupload) branch master updated: Bump github/codeql-action from 3.25.7 to 3.25.8 (#320)

2024-06-07 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 000eb6f7 Bump github/codeql-action from 3.25.7 to 3.25.8 (#320)
000eb6f7 is described below

commit 000eb6f7e41822aa314eacd39e02bc6057e7d7b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 15:18:39 2024 -0400

Bump github/codeql-action from 3.25.7 to 3.25.8 (#320)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/f079b849aace61c81488f8bd40919487bd9f...2e230e8fe0ad3a14a340ad0815ddb96d599d2aff)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 92c16dbd..e4409531 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@f079b849aace61c81488f8bd40919487bd9f 
   # 3.25.7
+  uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff 
   # 3.25.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+  uses: 
github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 
 # ℹ️ Command-line programs to run using the OS shell.
 #  https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+  uses: 
github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 6468b77f..ae7a6eac 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+uses: 
github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 with:
   sarif_file: results.sarif



(commons-fileupload) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was b83a4c08)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


 was b83a4c08 Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-jxpath) 01/01: Merge pull request #154 from apache/dependabot/github_actions/github/codeql-action-3.25.8

2024-06-07 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-jxpath.git

commit aae98c48d02289eb602defd2ccf87d39e11dd039
Merge: 056832f 050775a
Author: Gary Gregory 
AuthorDate: Fri Jun 7 14:35:11 2024 -0400

Merge pull request #154 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

Bump github/codeql-action from 3.25.7 to 3.25.8

 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(commons-jxpath) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was 050775a)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git


 was 050775a  Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-jxpath) branch master updated (056832f -> aae98c4)

2024-06-07 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-jxpath.git


from 056832f  Merge pull request #153 from 
apache/dependabot/github_actions/github/codeql-action-3.25.7
 add 050775a  Bump github/codeql-action from 3.25.7 to 3.25.8
 new aae98c4  Merge pull request #154 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

The 1 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:
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(commons-exec) 01/01: Merge pull request #195 from apache/dependabot/github_actions/github/codeql-action-3.25.8

2024-06-07 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-exec.git

commit 5c5a9be8daf8345ee0665080920802f2d645
Merge: 8ea77abc 43f60aff
Author: Gary Gregory 
AuthorDate: Fri Jun 7 13:15:25 2024 -0400

Merge pull request #195 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

Bump github/codeql-action from 3.25.7 to 3.25.8

 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(commons-exec) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was 43f60aff)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-exec.git


 was 43f60aff Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-exec) branch master updated (8ea77abc -> 5c5a9bed)

2024-06-07 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-exec.git


from 8ea77abc Merge pull request #194 from 
apache/dependabot/github_actions/github/codeql-action-3.25.7
 add 43f60aff Bump github/codeql-action from 3.25.7 to 3.25.8
 new 5c5a9bed Merge pull request #195 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

The 1 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:
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(commons-imaging) branch master updated (7aabfacd -> 69f68620)

2024-06-07 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-imaging.git


from 7aabfacd Bump org.apache.commons:commons-parent from 69 to 70 #400
 add 4c524676 Bump github/codeql-action from 3.25.7 to 3.25.8
 new 69f68620 Merge pull request #405 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

The 1 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:
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(commons-imaging) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was 4c524676)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


 was 4c524676 Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-imaging) 01/01: Merge pull request #405 from apache/dependabot/github_actions/github/codeql-action-3.25.8

2024-06-07 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

commit 69f6862030fbb698d4efcdafe14720bd4de9ebd3
Merge: 7aabfacd 4c524676
Author: Gary Gregory 
AuthorDate: Fri Jun 7 13:15:00 2024 -0400

Merge pull request #405 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

Bump github/codeql-action from 3.25.7 to 3.25.8

 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(commons-configuration) branch master updated: Bump github/codeql-action from 3.25.7 to 3.25.8 (#433)

2024-06-07 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 afba14d0 Bump github/codeql-action from 3.25.7 to 3.25.8 (#433)
afba14d0 is described below

commit afba14d02d621de012b17847e34d61ffa24827bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 13:01:04 2024 -0400

Bump github/codeql-action from 3.25.7 to 3.25.8 (#433)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/f079b849aace61c81488f8bd40919487bd9f...2e230e8fe0ad3a14a340ad0815ddb96d599d2aff)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index f8675975..ea181e16 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@f079b849aace61c81488f8bd40919487bd9f 
# v3.25.7
+  uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff 
# v3.25.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@f079b849aace61c81488f8bd40919487bd9f # 
v3.25.7
+  uses: 
github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # 
v3.25.8
 
 # ℹ️ Command-line programs to run using the OS shell.
 #  https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@f079b849aace61c81488f8bd40919487bd9f # v3.25.7
+  uses: 
github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 7c185f42..431b41c9 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -63,6 +63,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+uses: 
github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 with:
   sarif_file: results.sarif



(commons-configuration) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was 99a6d670)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


 was 99a6d670 Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-daemon) branch master updated: Bump github/codeql-action from 3.25.7 to 3.25.8 (#179)

2024-06-07 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-daemon.git


The following commit(s) were added to refs/heads/master by this push:
 new 77539ae  Bump github/codeql-action from 3.25.7 to 3.25.8 (#179)
77539ae is described below

commit 77539ae0cee5d84a7485618d81432cd6f44a55e9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 13:00:39 2024 -0400

Bump github/codeql-action from 3.25.7 to 3.25.8 (#179)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/f079b849aace61c81488f8bd40919487bd9f...2e230e8fe0ad3a14a340ad0815ddb96d599d2aff)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis-cpp.yml  | 4 ++--
 .github/workflows/codeql-analysis-java.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml  | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/codeql-analysis-cpp.yml 
b/.github/workflows/codeql-analysis-cpp.yml
index 842fc2e..ba43bbd 100644
--- a/.github/workflows/codeql-analysis-cpp.yml
+++ b/.github/workflows/codeql-analysis-cpp.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@f079b849aace61c81488f8bd40919487bd9f 
   # 3.25.7
+  uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff 
   # 3.25.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -86,4 +86,4 @@ jobs:
make
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+  uses: 
github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
diff --git a/.github/workflows/codeql-analysis-java.yml 
b/.github/workflows/codeql-analysis-java.yml
index 4d0c574..59e5def 100644
--- a/.github/workflows/codeql-analysis-java.yml
+++ b/.github/workflows/codeql-analysis-java.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@f079b849aace61c81488f8bd40919487bd9f 
   # 3.25.7
+  uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff 
   # 3.25.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+  uses: 
github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 
 # ℹ️ Command-line programs to run using the OS shell.
 #  https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+  uses: 
github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 6468b77..ae7a6ea 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+uses: 
github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 with:
   sarif_file: results.sarif



(commons-daemon) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was e5f1bca)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


 was e5f1bca  Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-codec) branch master updated: Bump github/codeql-action from 3.25.7 to 3.25.8 (#285)

2024-06-07 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 3dbd8666 Bump github/codeql-action from 3.25.7 to 3.25.8 (#285)
3dbd8666 is described below

commit 3dbd866654140fada4616647efeedaa43d26b5d8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 12:25:46 2024 -0400

Bump github/codeql-action from 3.25.7 to 3.25.8 (#285)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/f079b849aace61c81488f8bd40919487bd9f...2e230e8fe0ad3a14a340ad0815ddb96d599d2aff)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index d0c70fbe..984dbd08 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@f079b849aace61c81488f8bd40919487bd9f 
   # 3.25.7
+  uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff 
   # 3.25.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+  uses: 
github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 
 # ℹ️ Command-line programs to run using the OS shell.
 #  https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+  uses: 
github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 7ee12727..0fa7eebe 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+uses: 
github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 with:
   sarif_file: results.sarif



(commons-codec) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was da07f21d)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


 was da07f21d Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-lang) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was fa5af4f1b)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


 was fa5af4f1b Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-lang) branch master updated: Bump github/codeql-action from 3.25.7 to 3.25.8 (#1230)

2024-06-07 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 33ab1ef55 Bump github/codeql-action from 3.25.7 to 3.25.8 (#1230)
33ab1ef55 is described below

commit 33ab1ef553bc1701b71777828c78c7175028268c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 12:25:17 2024 -0400

Bump github/codeql-action from 3.25.7 to 3.25.8 (#1230)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/f079b849aace61c81488f8bd40919487bd9f...2e230e8fe0ad3a14a340ad0815ddb96d599d2aff)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index d0c70fbe4..984dbd08f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@f079b849aace61c81488f8bd40919487bd9f 
   # 3.25.7
+  uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff 
   # 3.25.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+  uses: 
github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 
 # ℹ️ Command-line programs to run using the OS shell.
 #  https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+  uses: 
github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 60bb93dea..c2b93022b 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+uses: 
github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 with:
   sarif_file: results.sarif



svn commit: r69603 - in /dev/commons/configuration/2.11.0-RC1: ./ binaries/ site/ site/apidocs/ site/apidocs/legal/ site/apidocs/org/ site/apidocs/org/apache/ site/apidocs/org/apache/commons/ site/api

2024-06-07 Thread ggregory
Author: ggregory
Date: Fri Jun  7 13:44:16 2024
New Revision: 69603

Log:
Staging release: commons-configuration2, version: 2.11.0


[This commit notification would consist of 558 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]


(commons-configuration) annotated tag commons-configuration-2.11.0-RC1 created (now 58bb747e)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to annotated tag commons-configuration-2.11.0-RC1
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


  at 58bb747e (tag)
 tagging f428261556f4cba56a6d49a4824803cff056fbed (commit)
 replaces rel/commons-configuration-2.10.1
  by Gary Gregory
  on Fri Jun 7 13:36:36 2024 +

- Log -
Tag Apache Commons Configuration release 2.11.0 RC1
-BEGIN PGP SIGNATURE-

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmZjDOQACgkQhv3H4qES
Ysthpwf/ZYVeVtlu4AYQtE1O6qX5HFMUrwJ8zMbw+0kkPllNFQ1Hi/rCJ74rQTCL
BYdyBBe/aSiAOjjtTLeP07HTLH4WvOABdYDOvbGNy+j2IUviZ0r5swP/khzd3XK/
ZkdlmLKYbfoYQSoAS7nQhmZk7LTeryG37HOLE4DATIz9VUNCfodKWX90nZmXF6R8
eAXgShO40B/dzUGge9WYwmgl4vkky/UFm3JqBQzBMOdlrNf0znWNYSx0w/GqNic/
ZpPagN135i1n+vLBsReKHa96ai3tYspBSRZGKTGLxAdzyyGM0VV9tIOjV9Nnjy5j
wbePcqJ+5pEnytFyMAzt89klp3Ur3g==
=801C
-END PGP SIGNATURE-
---

No new revisions were added by this update.



(commons-configuration) branch release updated: Prepare for the next release candidate

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/release by this push:
 new f4282615 Prepare for the next release candidate
f4282615 is described below

commit f428261556f4cba56a6d49a4824803cff056fbed
Author: Gary Gregory 
AuthorDate: Fri Jun 7 13:36:05 2024 +

Prepare for the next release candidate
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index beed062d..f02359f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   
   4.0.0
   commons-configuration2
-  2.11.0-SNAPSHOT
+  2.11.0
   Apache Commons Configuration
 
   2001
@@ -70,7 +70,7 @@
 RC1
 true
 
scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}
-
2024-03-20T20:54:04Z
+
2024-06-07T13:29:09Z
 
 true
 0.96
@@ -547,6 +547,7 @@
 maven-surefire-plugin
 
   
+${argLine}
 --illegal-access=permit
 --add-opens java.base/java.lang=ALL-UNNAMED
 
   



(commons-configuration) branch release updated (ee8410a4 -> 7c73ab21)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


from ee8410a4 Document the two CVEs fixed in 2.10.1 on the Security page
 add 15b3ddbf Use better JUnit API
 add 4b7c014b Bump github/codeql-action from 3.24.7 to 3.24.9 (#387)
 add bcd6b931 Bump actions/cache from 4.0.1 to 4.0.2 (#388)
 add 807602d2 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-configuration.git
 add 92374d18 Fix 2 typos
 add 923a241a Uppercase acronym in comment
 add d0324ecd Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 
(#390)
 add c8386a88 Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 #390
 add 90b7152c Bump commons-io:commons-io from 2.15.1 to 2.16.0 (#394)
 add 4a7d99f6 Bump commons-io:commons-io from 2.15.1 to 2.16.0 #394
 add ec54b479 CONFIGURATION-843: Methods should not be empty (#393)
 add f8cf126a CONFIGURATION-843: Methods should not be empty #393
 add 04d6 Bump codecov/codecov-action from 4.1.0 to 4.1.1 (#395)
 add 24ac7f2a Bump org.apache.commons:commons-parent from 67 to 69 (#396)
 add 5d2b8657 Bump org.apache.commons:commons-parent from 67 to 69 #396
 add e1bd3e20 Bump codecov/codecov-action from 4.1.1 to 4.2.0 (#399)
 add d5317443 Bump github/codeql-action from 3.24.9 to 3.24.10 (#398)
 add 70fd557a Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#400)
 add b17b8e90 Bump commons-io:commons-io from 2.16.0 to 2.16.1 #400
 add 55f1e380 Bump codecov/codecov-action from 4.2.0 to 4.3.0 (#401)
 add 40eed878 Bump slf4j.version from 2.0.12 to 2.0.13 (#403)
 add 2427aacf Bump slf4j.version from 2.0.12 to 2.0.13 #403
 add 04fbb072 Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 
(#404)
 add abbfa243 Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 
#404
 add 4ffe2da6 Bump spring.version from 5.3.33 to 5.3.34
 add 4e272e69 Set the bar for JaCoCo checks
 add 490beba8 Bump actions/upload-artifact from 4.3.1 to 4.3.2 (#405)
 add 7999cefc Bump actions/checkout from 4.1.2 to 4.1.3 (#407)
 add cc347637 Bump github/codeql-action from 3.24.10 to 3.25.1 (#406)
 add f33137fe CONFIGURATION-844: Add support for empty sections (#408)
 add 7ed1c5f4 [CONFIGURATION-844] Add support for empty sections #408
 add 3453e987 Guard MapConfiguration against null maps (#381)
 add 068568bd Guard MapConfiguration against null maps #381
 add 54ed1a0a Internal refactoring
 add 61a0370f Fail-fast with a NullPointerException in constructors
 add 8119b6bc Sort members
 add fde59a3b Use final
 add ccf97a5d Refactor magic strings
 add 6bd98798 Add missing javadoc
 add a4ab0761 Bump github/codeql-action from 3.25.1 to 3.25.3 (#409)
 add 20bc4ae5 Bump actions/upload-artifact from 4.3.2 to 4.3.3 (#410)
 add 3bb8ca36 Bump actions/checkout from 4.1.3 to 4.1.4 (#411)
 add 3d1db2fd Bump commons-codec:commons-codec from 1.16.1 to 1.17.0
 add fd036108 Replace Locale.ENGLISH with Locale.ROOT in tests
 add bbb5001f Use SystemProperties instead of a magic string lookup
 add 52e2f270 Normalize exception message
 add 512f0f27 Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#413)
 add 36b274f7 Fix some Checkstyle issues in tests
 add bfe908d6 Add Java 22 (current version) to GitHub CI build
 add bb883412 Deprecate DatabaseConfiguration.getDatasource() in favor of 
getDataSource()
 add de436768 Better test method and ivar names
 add 73af05c1 Reuse PathUtils
 add 8ab15861 Javadoc
 add 0d72b185 Better internal names
 add 4a6ba6da Javadoc
 add 63435b21 feat/configuration-contains-value (#412)
 add a30a6037 Add ImmutableConfiguration.containsValue(String)
 add 38e55398 Remove unused
 add 3c810493 Bump release properties
 add 63aef465 PMD: Remove private unused constructor
 add 30a4d6bf Add ImmutableConfiguration.containsValue(Object)
 add c12599f1 Sort members
 add dd44ab4c Bump actions/checkout from 4.1.4 to 4.1.5 (#415)
 add 0bc11508 Bump github/codeql-action from 3.25.3 to 3.25.4 (#416)
 add 2246040f Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#414)
 add 5e21a7a2 Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 
to 2.17.1 (#417)
 add bc4add64 Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 
to 2.17.1 #417
 add 4e9473ae Bump commons-logging:commons-logging from 1.3.1 to 1.3.2 
(#418)
 add 5f7f54cc Bump commons-logging:commons-logging from 1.3.1 to 1.3.2 #418
 add 2fb56ad2 Show Maven stack traces on errors in GH CI
 add fd59cfad Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#421)
 add 42c0657e Bump actions/checkout from 4.1.5 to 4.1.6 (#423)
 add 6cd2e6b4 Bump github/codeql-action from 3.25.4 to 3.25.5 (#422)
 add 44de1fe0 Bump spring.version from

(commons-configuration) branch master updated: Prepare for the next release candidate

2024-06-07 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 7c73ab21 Prepare for the next release candidate
7c73ab21 is described below

commit 7c73ab21f0d3a7063c9f5229cfb4a27f17b393f2
Author: Gary Gregory 
AuthorDate: Fri Jun 7 13:28:15 2024 +

Prepare for the next release candidate
---
 README.md|  8 ++--
 RELEASE-NOTES.txt| 72 
 src/changes/changes.xml  |  2 +-
 src/site/xdoc/download_configuration.xml | 26 ++--
 4 files changed, 91 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 83ce3124..a0276fdf 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Apache Commons Configuration
 [![Java 
CI](https://github.com/apache/commons-configuration/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-configuration/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-configuration/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-configuration)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-configuration2/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-configuration2/?gav=true)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-configuration2/2.10.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-configuration2/2.10.1)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-configuration2/2.11.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-configuration2/2.11.0)
 
[![CodeQL](https://github.com/apache/commons-configuration/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-configuration/actions/workflows/codeql-analysis.yml)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-configuration/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-configuration)
 
@@ -69,7 +69,7 @@ Alternatively, you can pull it from  the central Maven 
repositories:
 
   org.apache.commons
   commons-configuration2
-  2.10.1
+  2.11.0
 
 ```
 
@@ -89,7 +89,9 @@ There are some guidelines which will make applying PRs easier 
for us:
 + No tabs! Please use spaces for indentation.
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
-+ Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running ```mvn```.
++ Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
++ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
 You can learn more about contributing via GitHub in our [contribution 
guidelines](CONTRIBUTING.md).
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 32865a2e..d4eb5bc1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,76 @@
 Apache Commons Configuration
+Version 2.11.0
+Release Notes
+
+Introducing Apache Commons Configuration
+
+
+This document contains the release notes for this version of the Commons
+Configuration component. It describes the changes since the previous version.
+The Commons Configuration software library provides a generic configuration
+interface which enables an application to read configuration data from a 
variety
+of sources.
+
+Tools to assist in the reading of configuration/preferences files in various 
formats; requires Java 8.
+
+Minor release with new features and updated dependencies; requires Java 8 or 
above.
+
+Changes in this version include:
+
+New features
+
+
+* CONFIGURATION-844:  Add support for empty sections #408. Thanks to Thomas 
Steiner, Gary Gregory.
+* Add ImmutableConfiguration.containsValue(Object). Thanks 
to Rikkarth, Gary Gregory.
+
+Fixed Bugs
+--
+
+* Fail-fast with a NullPointerException if 
DataConfiguration.DataConfiguration(Configuration) is called with null. Thanks 
to Gary Gregory.
+* Fail-fast with a NullPointerException if 
XMLPropertiesConfiguration.XMLPropertiesConfiguration(Element) is called with 
null. Thanks to Gary Gregory

(commons-csv) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was 8e2de46d)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


 was 8e2de46d Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



svn commit: r69600 [3/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Added: dev/commons/parent/71-RC1/site/ci-management.html
==
--- dev/commons/parent/71-RC1/site/ci-management.html (added)
+++ dev/commons/parent/71-RC1/site/ci-management.html Fri Jun  7 13:17:21 2024
@@ -0,0 +1,251 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Commons  CI Management
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-parent/;>Apache Commons Parent 

+
+
+  Last Published: 07 June 2024
+| Version: 71
+  
+
+
+  https://www.apachecon.com/; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  https://www.apache.org; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+ Project Documentation
+   


   
+  
+Project Information
+
+  
+  
+About
+  
+ 
+  
+Summary
+  
+ 
+  
+Source Code Management
+  
+ 
+  
+Issue Management
+  
+ 
+  
+Mailing Lists
+  
+ 
+  
+Dependency Information
+  
+ 
+  
+Dependency Management
+  
+ 
+  
+Dependency Convergence
+  
+   
+  
+CI Management
+  
+ 
+  
+Distribution Management
+  
+   
+  
+   

+  
+Project Reports
+
+ 
+  
+   Commons
+
+  
+Home
+  
+ 
+  https://www.apache.org/licenses/; 
class="externalLink" title="License">
+License
+  
+   

+  
+Components
+
+   

+  
+Sandbox
+
+   

+  
+Dormant
+
+ 
+  
+   General Information
+
+  
+Security
+  
+ 
+  
+Volunteering
+  
+ 
+  
+Contributing Patches
+  
+ 
+  
+Building Components
+  
+ 
+  
+Commons Parent POM
+  
+ 
+  
+Commons Build Plugin
+  
+ 
+  
+Commons Release Plugin
+  
+ 
+  
+Site Publication
+  
+ 
+  
+Releasing Components
+  
+ 
+  https://cwiki.apache.org/confluence/display/commons/FrontPage; 
class="externalLink" title="Wiki">
+Wiki
+  
+ 
+  
+   ASF
+
+  https://www.apache.org/foundation/how-it-works.html; class="externalLink" 
title="How the ASF works">
+How the ASF works
+  
+ 
+  https://www.apache.org/foundation/getinvolved.html; 

svn commit: r69600 [5/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Added: dev/commons/parent/71-RC1/site/js/bootstrap.min.js
==
--- dev/commons/parent/71-RC1/site/js/bootstrap.min.js (added)
+++ dev/commons/parent/71-RC1/site/js/bootstrap.min.js Fri Jun  7 13:17:21 2024
@@ -0,0 +1,6 @@
+/*!
+* Bootstrap.js by @fat & @mdo
+* Copyright 2012 Twitter, Inc.
+* http://www.apache.org/licenses/LICENSE-2.0.txt
+*/
+!function(e){e(function(){"use strict";e.support.transition=function(){var 
e=function(){var 
e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd
 otransitionend",transition:"transitionend"},n;for(n in 
t)if(e.style[n]!==undefined)return t[n]}();return 
e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var 
t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function
 s(){i.trigger("closed").remove()}var 
n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&(/.*(?=#[^\s]*$)/,"")),i=e(r),t&(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&("fade")?i.on(e.support.transition.end,s):s()},e.fn.alert=function(t){return
 this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new 
n(this)),type
 of 
t=="string"&[t].call(r)})},e.fn.alert.Constructor=n,e(function(){e("body").on("click.alert.data-api",t,n.prototype.close)})}(window.jQuery),!function(e){"use
 strict";var 
t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var
 
t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var
 
e=this.$element.parent('[data-toggle="buttons-radio"]');e&(".active").removeClass("active"),this.$element.toggleClass("active")},e.fn.button=function(n){return
 this.each(function(){var r=e(this),i=r.data("button"),s=typeof 
n=="object"&i||r.data("button",i=new 
t(this,s)),n=="toggle"?i.toggle():n&(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e(function(){e("body")
 .on("click.button.data-api","[data-toggle^=button]",function(t){var 
n=e(t.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle")})})}(window.jQuery),!function(e){"use
 strict";var 
t=function(t,n){this.$element=e(t),this.options=n,this.options.slide&(this.options.slide),this.options.pause=="hover"&$element.on("mouseenter",e.proxy(this.pause,this)).on("mouseleave",e.proxy(this.cycle,this))};t.prototype={cycle:function(t){return
 
t||(this.paused=!1),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},to:function(t){var
 
n=this.$element.find(".item.active"),r=n.parent().children(),i=r.index(n),s=this;if(t>r.length-1||t<0)return;return
 
this.sliding?this.$element.one("slid",function(){s.to(t)}):i==t?this.pause().cycle():this.slide(t>i?"next":"prev",e(r[t]))},pause:function(t){return
 t||(this.paused=!0),this.$element.find(".next, 
.prev").length&&&(this.$element.trigger(e.su
 
pport.transition.end),this.cycle()),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return
 this.slide("next")},prev:function(){if(this.sliding)return;return 
this.slide("prev")},slide:function(t,n){var 
r=this.$element.find(".item.active"),i=n||r[t](),s=this.interval,o=t=="next"?"left":"right",u=t=="next"?"first":"last",a=this,f=e.Event("slide",{relatedTarget:i[0]});this.sliding=!0,s&(),i=i.length?i:this.$element.find(".item")[u]();if(i.hasClass("active"))return;if(e.support.transition&$element.hasClass("slide")){this.$element.trigger(f);if(f.isDefaultPrevented())return;i.addClass(t),i[0].offsetWidth,r.addClass(o),i.addClass(o),this.$element.one(e.support.transition.end,function(){i.removeClass([t,o].join("
 ")).addClass("active"),r.removeClass(["active",o].join(" 
")),a.sliding=!1,setTimeout(function(){a.$element.trigger("slid")},0)})}else{this.$element.trigger(f);if(f.isDefaultPrevented())return;r.removeClass("active"),i.ad
 dClass("active"),this.sliding=!1,this.$element.trigger("slid")}return 
s&(),this}},e.fn.carousel=function(n){return 
this.each(function(){var 
r=e(this),i=r.data("carousel"),s=e.extend({},e.fn.carousel.defaults,typeof 
n=="object"&),o=typeof n=="string"?n:s.slide;i||r.data("carousel",i=new 
t(this,s)),typeof 
n=="number"?i.to(n):o?i[o]():s.interval&()})},e.fn.carousel.defaults={interval:5e3,pause:"hover"},e.fn.carousel.Constructor=t,e(function(){e("body").on("click.carousel.data-api","[data-slide]",function(t){var
 

(commons-csv) 01/01: Merge pull request #434 from apache/dependabot/github_actions/github/codeql-action-3.25.8

2024-06-07 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

commit 9eb208af321531775310faaa0ae77965bb8cc21a
Merge: 14057877 8e2de46d
Author: Gary Gregory 
AuthorDate: Fri Jun 7 09:17:32 2024 -0400

Merge pull request #434 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

Bump github/codeql-action from 3.25.7 to 3.25.8

 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(commons-csv) branch master updated (14057877 -> 9eb208af)

2024-06-07 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-csv.git


from 14057877 Merge pull request #433 from 
apache/dependabot/github_actions/github/codeql-action-3.25.7
 add 8e2de46d Bump github/codeql-action from 3.25.7 to 3.25.8
 new 9eb208af Merge pull request #434 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

The 1 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:
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



svn commit: r69600 [4/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Propchange: dev/commons/parent/71-RC1/site/images/rss.png
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/images/strich.gif
==
Binary file - no diff available.

Propchange: dev/commons/parent/71-RC1/site/images/strich.gif
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/images/sw_maj_rond.gif
==
Binary file - no diff available.

Propchange: dev/commons/parent/71-RC1/site/images/sw_maj_rond.gif
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/images/sw_med_rond.gif
==
Binary file - no diff available.

Propchange: dev/commons/parent/71-RC1/site/images/sw_med_rond.gif
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/images/update.gif
==
Binary file - no diff available.

Propchange: dev/commons/parent/71-RC1/site/images/update.gif
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/img/glyphicons-halflings-white.png
==
Binary file - no diff available.

Propchange: dev/commons/parent/71-RC1/site/img/glyphicons-halflings-white.png
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/img/glyphicons-halflings.png
==
Binary file - no diff available.

Propchange: dev/commons/parent/71-RC1/site/img/glyphicons-halflings.png
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/index.html
==
--- dev/commons/parent/71-RC1/site/index.html (added)
+++ dev/commons/parent/71-RC1/site/index.html Fri Jun  7 13:17:21 2024
@@ -0,0 +1,245 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Commons  About
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-parent/;>Apache Commons Parent 

+
+
+  Last Published: 07 June 2024
+| Version: 71
+  
+
+
+  https://www.apachecon.com/; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  https://www.apache.org; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+ Project Documentation
+   


   
+  
+Project Information
+
+
+  
+About
+  
+ 
+  
+Summary
+  
+ 
+  
+Source Code Management
+  
+ 
+  
+Issue Management
+  
+ 
+  
+Mailing Lists
+  
+ 
+  
+Dependency Information
+  
+ 
+  
+Dependency Management
+  
+ 
+  
+Dependency Convergence
+  
+ 
+  
+CI Management
+  
+ 
+  
+Distribution Management
+  
+

svn commit: r69600 [2/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
profiles
+
+40
+2016-04-30
+Updates plugins and parent; fixes COMMONSSITE-87 and COMMONSSITE-82. N.B. 
The assembly plugin now runs in the verify phase (it was previously run in the 
package phase). See COMMONSSITE-87.  This allows child poms to create 
additional jars to be added to the assembly.  This will affect child poms that 
rely on the assembly occurring in the package phase.  They will need to be 
amended to use the verify phase instead.
+
+39
+2015-09-07
+Uses a new location assembly location; updates plugins; allows Java 8 
builds to use animal-sniffer.
+
+38
+2015-06-25
+Fix bug in site Security link; update plugins
+
+37
+2015-01-28
+Update plugins, add Animal Sniffer and site-basic profile
+
+36
+2014-12-21
+Update plugins, fix release-notes profile.
+
+35
+2014-10-22
+Update plugins and maintenance
+
+34
+2014-04-16
+The main changes in this release are:   - Added Maven enforcer to ensure 
builds use Maven 3.0.0 or later   - Surefire 2.16 to 2.17   - scm-publish 
1.0-beta to 1.0   - added java-1.8 profile
+
+33
+2014-02-14
+The main changes in this release are:   - Fixed Jacoco configuration 
syntax   - updated some plugins
+
+32
+2013-07-01
+The main changes in this release are:   - added fix for Javadoc 
vulnerability (CVE-2013-1571, VU#225657) MJAVADOC-370   - updated some 
plugins
+
+31
+2013-06-24
+The main changes in this release are:   - dropped unused 'rc' profile   - 
fixed the maven.compile[r] names   - updated some plugins and the RAT excludes 
list
+
+30
+2013-05-28
+The main changes in this release are RAT configuration changes:  - updated 
excludes: added .pmd and download_*.cgi  - changed excludes so child POM 
excludes will be appended to the parent list  - duplicated settings in build 
section so they apply to standalone invocations  Coverage tool:  Made JaCoCo an 
optional profile  Restored Cobertura as an optional profile
+
+29
+2013-05-18
+Replace Cobertura with JaCoCo; update plugin versions
+
+28
+2013-01-26
+Update plugins
+
+27
+2012-09-24
+Update plugins
+
+26
+2012-08-23
+Update plugins
+
+25
+2012-??-??
+Update plugins
+
+24
+2012-03-13
+Update and add plugins
+
+23
+2012-01-11
+The Maven3 site plugin has been updated to support ssh/scp for deployment  
  The buildNumber plugin now defaults to using SVN CLI, and does not run if 
buildNumber.skip=true   To use javasvn instead, use the profile: 
javasvn
+
+22
+2011-09-21
+Starting with version 22, the RAT plugin has changed Maven group and id,  
so any existing configuration needs to be updated.  To fix component POMs, 
please change any occurrences of:   
groupIdorg.codehaus.mojo/groupId   
artifactIdrat-maven-plugin/artifactId  to the new values:   
groupIdorg.apache.rat/groupId   
artifactIdapache-rat-plugin/artifactId
+Release 71  2024-06-07
+
+
+Type
+Changes
+By
+
+
+Bump org.junit:junit-bom from 5.11.0-M1 to 5.11.0-M2 #419. Thanks to 
Dependabot.
+ggregory
+
+
+Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 #418. 
Thanks to Dependabot.
+ggregory
+
+
+Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 #417. Thanks 
to Dependabot.
+ggregory
+
+
+Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 on Java 11 
and up. Thanks to Gary Gregory.
+ggregory
+
+
+Bump commons.pmd-impl.version from 7.1.0 to 7.2.0 #422. Thanks to 
Dependabot.
+ggregory
+
+
+Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 
#424. Thanks to Dependabot.
+ggregory
+
+
+Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 
#425. Thanks to Dependabot.
+ggregory
+
+
+Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 
#425. Thanks to Dependabot.
+ggregory
+Release 70  2024-05-11
+
+
+Type
+Changes
+By
+
+
+Add profile benchmark for JMH benchmarks. Thanks to Gary Gregory.
+ggregory
+
+
+Add JMH to dependency management section. Thanks to Gary Gregory.
+ggregory
+
+
+Set Javadoc link to latest Java API LTS version. Thanks to Gary 
Gregory.
+ggregory
+
+
+Set Jacoco defaults to 1.00. Thanks to Gary Gregory.
+ggregory
+
+
+Bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.16.0 on Java 11 
and up. Thanks to Gary Gregory.
+ggregory
+
+
+Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 #392. Thanks to 
Dependabot.
+ggregory
+
+
+Bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.0 to 3.5.1 
#393. Thanks to Dependabot.
+ggregory
+
+
+Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.5.0 
#394, #411. Thanks to Dependabot.
+ggregory
+
+
+Bump com.github.spotbugs:spotbugs from 4.8.3 to 4.8.5. Thanks to 
Dependabot.
+ggregory
+
+
+Bump org.apache:apache (parent POM) from 31 to 32. Thanks to 
Dependabot.
+ggregory
+
+
+Bump org.apache.commons:commons-build-plugin from 1.13 to 1.14.0 #397. 
Thanks to Dependabot.
+ggregory
+
+
+Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 #398. 
Thanks to Dependabot, Gary Gregory.
+ggregory
+
+
+Bump org.apache.commons:commons-release-plugin from 1.8.1 to 1.8.2 #401. 

svn commit: r69600 [6/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Added: dev/commons/parent/71-RC1/site/js/jquery.min.js
==
--- dev/commons/parent/71-RC1/site/js/jquery.min.js (added)
+++ dev/commons/parent/71-RC1/site/js/jquery.min.js Fri Jun  7 13:17:21 2024
@@ -0,0 +1,4 @@
+/*! jQuery v1.7.1 jquery.com | jquery.org/license */
+(function(a,b){function cy(a){return 
f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function 
cv(a){if(!ck[a]){var 
b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return
 ck[a]}function cu(a,b){var 
c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return 
c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function 
cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function 
ci(){try{return new a.XMLHttpRequest}catch(b){}}function 
cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var 
d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p
 ;for(g=1;g0){if(c!=="border")for(;g=0===c})}function 
S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function 
K(){return!0}function J(){return!1}function n(a,b,c){var 
d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function
 m(a){for(var b in 
a){if(b==="data"&(a[b]))continue;if(b!=="toJSON")return!1}return!0}function
 l(a,c,d){if(d===b&===1){var 
e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof 
d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parse
 Float(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return 
d}function h(a){var 
b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[
 \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) 
([\w.]+)/,u=/(mozilla)(?:.*? 
rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.pro
 
totype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var
 g,h,j,k;if(!a)return 
this;if(a.nodeType){this.context=this[0]=a,this.length=1;return 
this}if(a==="body"&&!d&){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return
 this}if(typeof 
a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d
 instanceof 
e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return
 
e.merge(this,a)}h=c.getElementById(g[2]);if(h&){if(h.id!==g[2])return
 f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return 
this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return
 f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.
 context);return 
e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return 
this.length},toArray:function(){return F.call(this,0)},get:function(a){return 
a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var
 
d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?"
 ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return 
d},each:function(a,b){return 
e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return 
this},eq:function(a){a=+a;return 
a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return 
this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return 
this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return
 this.pushStack(e.map(this,function(b,c){return 
a.call(b,c,b)}))},end:function(){return 
this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].
 splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var 
a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof 
i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof 

svn commit: r69600 [8/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Added: dev/commons/parent/71-RC1/site/rat-report.html
==
--- dev/commons/parent/71-RC1/site/rat-report.html (added)
+++ dev/commons/parent/71-RC1/site/rat-report.html Fri Jun  7 13:17:21 2024
@@ -0,0 +1,273 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Commons  Rat (Release Audit Tool) results
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-parent/;>Apache Commons Parent 

+
+
+  Last Published: 07 June 2024
+| Version: 71
+  
+
+
+  https://www.apachecon.com/; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  https://www.apache.org; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+ Project Documentation
+   


 
+  
+Project Information
+
+   

  
+  
+Project Reports
+
+  
+  
+Changes
+  
+ 
+  
+JIRA Report
+  
+ 
+  
+Surefire
+  
+   
+  
+Rat Report
+  
+ 
+  
+japicmp
+  
+   
+  
+ 
+  
+   Commons
+
+  
+Home
+  
+ 
+  https://www.apache.org/licenses/; 
class="externalLink" title="License">
+License
+  
+   

+  
+Components
+
+   

+  
+Sandbox
+
+   

+  
+Dormant
+
+ 
+  
+   General Information
+
+  
+Security
+  
+ 
+  
+Volunteering
+  
+ 
+  
+Contributing Patches
+  
+ 
+  
+Building Components
+  
+ 
+  
+Commons Parent POM
+  
+ 
+  
+Commons Build Plugin
+  
+ 
+  
+Commons Release Plugin
+  
+ 
+  
+Site Publication
+  
+ 
+  
+Releasing Components
+  
+ 
+  https://cwiki.apache.org/confluence/display/commons/FrontPage; 
class="externalLink" title="Wiki">
+Wiki
+  
+ 
+  
+   ASF
+
+  https://www.apache.org/foundation/how-it-works.html; class="externalLink" 
title="How the ASF works">
+How the ASF works
+  
+ 
+  https://www.apache.org/foundation/getinvolved.html; 
class="externalLink" title="Get Involved">
+Get Involved
+  
+ 
+  https://www.apache.org/dev/; class="externalLink" 
title="Developer Resources">
+Developer Resources
+  
+ 
+  https://www.apache.org/foundation/policies/conduct.html; 
class="externalLink" title="Code of Conduct">
+Code of Conduct
+  
+ 
+  

svn commit: r69600 [1/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Author: ggregory
Date: Fri Jun  7 13:17:21 2024
New Revision: 69600

Log:
Staging release: commons-parent, version: 71

Added:
dev/commons/parent/71-RC1/
dev/commons/parent/71-RC1/HEADER.html
dev/commons/parent/71-RC1/README.html
dev/commons/parent/71-RC1/RELEASE-NOTES.txt
dev/commons/parent/71-RC1/binaries/
dev/commons/parent/71-RC1/binaries/HEADER.html
dev/commons/parent/71-RC1/binaries/README.html
dev/commons/parent/71-RC1/signature-validator.sh
dev/commons/parent/71-RC1/site/
dev/commons/parent/71-RC1/site/changes-report.html
dev/commons/parent/71-RC1/site/ci-management.html
dev/commons/parent/71-RC1/site/css/
dev/commons/parent/71-RC1/site/css/bootstrap.min.css
dev/commons/parent/71-RC1/site/css/prettify.css
dev/commons/parent/71-RC1/site/css/print.css
dev/commons/parent/71-RC1/site/css/site.css
dev/commons/parent/71-RC1/site/dependency-convergence.html
dev/commons/parent/71-RC1/site/dependency-info.html
dev/commons/parent/71-RC1/site/dependency-management.html
dev/commons/parent/71-RC1/site/distribution-management.html
dev/commons/parent/71-RC1/site/images/
dev/commons/parent/71-RC1/site/images/add.gif   (with props)
dev/commons/parent/71-RC1/site/images/collapsed.gif   (with props)
dev/commons/parent/71-RC1/site/images/commons-logo.png   (with props)
dev/commons/parent/71-RC1/site/images/expanded.gif   (with props)
dev/commons/parent/71-RC1/site/images/external-classic.png   (with props)
dev/commons/parent/71-RC1/site/images/fix.gif   (with props)
dev/commons/parent/71-RC1/site/images/help_logo.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_arrowfolderclosed1_sml.gif   
(with props)
dev/commons/parent/71-RC1/site/images/icon_arrowfolderopen2_sml.gif   (with 
props)
dev/commons/parent/71-RC1/site/images/icon_arrowwaste1_sml.gif   (with 
props)
dev/commons/parent/71-RC1/site/images/icon_arrowwaste2_sml.gif   (with 
props)
dev/commons/parent/71-RC1/site/images/icon_doc_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_doc_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_error_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_error_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_folder_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_folder_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_help_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_info_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_info_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_members_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_sortdown.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_sortup.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_success_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_success_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_usergroups_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_warning_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_warning_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/logos/
dev/commons/parent/71-RC1/site/images/logos/build-by-maven-black.png   
(with props)
dev/commons/parent/71-RC1/site/images/logos/build-by-maven-white.png   
(with props)
dev/commons/parent/71-RC1/site/images/logos/maven-feather.png   (with props)
dev/commons/parent/71-RC1/site/images/newwindow-classic.png   (with props)
dev/commons/parent/71-RC1/site/images/nw_maj_rond.gif   (with props)
dev/commons/parent/71-RC1/site/images/remove.gif   (with props)
dev/commons/parent/71-RC1/site/images/rss.png   (with props)
dev/commons/parent/71-RC1/site/images/strich.gif   (with props)
dev/commons/parent/71-RC1/site/images/sw_maj_rond.gif   (with props)
dev/commons/parent/71-RC1/site/images/sw_med_rond.gif   (with props)
dev/commons/parent/71-RC1/site/images/update.gif   (with props)
dev/commons/parent/71-RC1/site/img/
dev/commons/parent/71-RC1/site/img/glyphicons-halflings-white.png   (with 
props)
dev/commons/parent/71-RC1/site/img/glyphicons-halflings.png   (with props)
dev/commons/parent/71-RC1/site/index.html
dev/commons/parent/71-RC1/site/issue-management.html
dev/commons/parent/71-RC1/site/japicmp.html
dev/commons/parent/71-RC1/site/jira-report.html
dev/commons/parent/71-RC1/site/js/
dev/commons/parent/71-RC1/site/js/bootstrap.min.js
dev/commons/parent/71-RC1/site/js/jquery.min.js
dev/commons/parent/71-RC1/site/js/prettify.js
dev/commons/parent/71-RC1/site/js/prettify.min.js
dev/commons/parent/71-RC1/site/js/site.js
dev/commons/parent/71-RC1/site/mailing-lists.html

dev/commons/parent/71-RC1/site/org.apache.commons_commons

svn commit: r69600 [7/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Added: dev/commons/parent/71-RC1/site/js/prettify.js
==
--- dev/commons/parent/71-RC1/site/js/prettify.js (added)
+++ dev/commons/parent/71-RC1/site/js/prettify.js Fri Jun  7 13:17:21 2024
@@ -0,0 +1,640 @@
+/**
+ *
+ * Copyright (C) 2006 Google Inc.
+ *
+ * Licensed 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.
+ */
+
+function H() {
+var x = navigator && navigator.userAgent
+&& /\bMSIE 6\./.test(navigator.userAgent);
+H = function() {
+return x
+};
+return x
+}
+(function() {
+function x(b) {
+b = b.split(/ /g);
+var a = {};
+for ( var c = b.length; --c >= 0;) {
+var d = b[c];
+if (d)
+a[d] = null
+}
+return a
+}
+var y = "break continue do else for if return while ", U = y
++ "auto case char const default double enum extern float goto int 
long register short signed sizeof static struct switch typedef union unsigned 
void volatile ", D = U
++ "catch class delete false import new operator private protected 
public this throw true try ", I = D
++ "alignof align_union asm axiom bool concept concept_map 
const_cast constexpr decltype dynamic_cast explicit export friend inline 
late_check mutable namespace nullptr reinterpret_cast static_assert static_cast 
template typeid typename typeof using virtual wchar_t where ", J = D
++ "boolean byte extends final finally implements import instanceof 
null native package strictfp super synchronized throws transient ", V = J
++ "as base by checked decimal delegate descending event fixed 
foreach from group implicit in interface internal into is lock object out 
override orderby params readonly ref sbyte sealed stackalloc string select uint 
ulong unchecked unsafe ushort var ", K = D
++ "debugger eval export function get null set undefined var with 
Infinity NaN ", L = "caller delete die do dump elsif eval exit foreach for goto 
if import last local my next no our print package redo require sub undef unless 
until use wantarray while BEGIN END ", M = y
++ "and as assert class def del elif except exec finally from 
global import in is lambda nonlocal not or pass print raise try with yield 
False True None ", N = y
++ "alias and begin case class def defined elsif end ensure false 
in module next nil not or redo rescue retry self super then true undef unless 
until when yield BEGIN END ", O = y
++ "case done elif esac eval fi function in local set then until ", 
W = I
++ V + K + L + M + N + O;
+function X(b) {
+return b >= "a" && b <= "z" || b >= "A" && b <= "Z"
+}
+function u(b, a, c, d) {
+b.unshift(c, d || 0);
+try {
+a.splice.apply(a, b)
+} finally {
+b.splice(0, 2)
+}
+}
+var Y = (function() {
+var b = [ "!", "!=", "!==", "#", "%", "%=", "&", "&&", "&&=", "&=",
+"(", "*", "*=", "+=", ",", "-=", "->", "/", "/=", ":", "::",
+";", "<", "<<", "<<=", "<=", "=", "==", "===", ">", ">=", ">>",
+">>=", ">>>", ">>>=", "?", "@", "[", "^", "^=", "^^", "^^=",
+"{", "|", "|=", "||", "||=", "~", "break", "case", "continue",
+"delete", "do", "else", "finally", "instanceof", "return",
+"throw", "try", "typeof" ], a = 
"(?:(?:(?:^|[^0-9.])\\.{1,3})|(?:(?:^|[^\\+])\\+)|(?:(?:^|[^\\-])-)";
+for ( var c = 0; c < b.length; ++c) {
+var d = b[c];
+a += X(d.charAt(0)) ? "|\\b" + d : "|"
++ d.replace(/([^=<>:&])/g, "\\$1")
+}
+a += "|^)\\s*$";
+return new RegExp(a)
+})(), P = /&/g, Q = //g, Z = /\"/g;
+function $(b) {
+return b.replace(P, "").replace(Q, "").replace(R, "")
+.replace(Z, "")
+}
+function E(b) {
+return b.replace(P, "").replace(Q, "").replace(R, "")
+}
+var aa = //g, ba = //g, ca = //g, da = //g, ea = 
//g, fa = //g;
+function ga(b) {
+var a = b.indexOf("&");
+if (a < 0)
+return b;
+for (--a; (a = 

svn commit: r69599 - /dev/commons/parent/71-RC1/

2024-06-07 Thread ggregory
Author: ggregory
Date: Fri Jun  7 13:16:44 2024
New Revision: 69599

Log:
Cleaning distribution area for: commons-parent

Removed:
dev/commons/parent/71-RC1/



(commons-parent) branch release updated: Prepare for the next release candidate

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/release by this push:
 new 9467258  Prepare for the next release candidate
9467258 is described below

commit 9467258aa57129df458452cfbd6d96af55f171d6
Author: Gary Gregory 
AuthorDate: Fri Jun 7 09:15:58 2024 -0400

Prepare for the next release candidate
---
 RELEASE-NOTES.txt | 33 -
 1 file changed, 33 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 201f5f3..256909e 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -19,39 +19,6 @@ Changes
 *   Bump org.apache.maven.plugins:maven-checkstyle-plugin from 
3.3.1 to 3.4.0 #425. Thanks to Dependabot.
 
 
-Historical list of changes: 
https://commons.apache.org/proper/commons-parent/changes-report.html
-
-For complete information on Apache Commons Parent, including instructions on 
how to submit bug reports,
-patches, or suggestions for improvement, see the Apache Commons Parent website:
-
-https://commons.apache.org/proper/commons-parent/
-
--
-Apache Commons Parent 71
-RELEASE NOTES
-
-The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 71.
-
-The Apache Commons Parent POM provides common settings for all Apache Commons 
components.
-
-Version 71: Maintenance and update dependencies.
-
-Fixed Bugs
---
-*   Generate the Javadoc with frames when building with JDK 11
-
-Changes

-*   Bump org.junit:junit-bom from 5.11.0-M1 to 5.11.0-M2 #419. 
Thanks to Dependabot.
-*   Bump org.codehaus.mojo:build-helper-maven-plugin from 
3.5.0 to 3.6.0 #418. Thanks to Dependabot.
-*   Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 
3.3.0 #417. Thanks to Dependabot.
-*   Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 
10.17.0 on Java 11 and up. Thanks to Gary Gregory.
-*   Bump commons.pmd-impl.version from 7.1.0 to 7.2.0 #422. 
Thanks to Dependabot.
-*   Bump org.apache.maven.plugins:maven-javadoc-plugin from 
3.6.3 to 3.7.0 #424. Thanks to Dependabot.
-*   Bump org.apache.maven.plugins:maven-checkstyle-plugin from 
3.3.1 to 3.4.0 #425. Thanks to Dependabot.
-*   Bump org.apache.maven.plugins:maven-checkstyle-plugin from 
3.3.1 to 3.4.0 #425. Thanks to Dependabot.
-
-
 Historical list of changes: 
https://commons.apache.org/proper/commons-parent/changes-report.html
 
 For complete information on Apache Commons Parent, including instructions on 
how to submit bug reports,



svn commit: r69598 [3/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Added: dev/commons/parent/71-RC1/site/ci-management.html
==
--- dev/commons/parent/71-RC1/site/ci-management.html (added)
+++ dev/commons/parent/71-RC1/site/ci-management.html Fri Jun  7 13:10:02 2024
@@ -0,0 +1,251 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Commons  CI Management
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-parent/;>Apache Commons Parent 

+
+
+  Last Published: 07 June 2024
+| Version: 71
+  
+
+
+  https://www.apachecon.com/; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  https://www.apache.org; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+ Project Documentation
+   


   
+  
+Project Information
+
+  
+  
+About
+  
+ 
+  
+Summary
+  
+ 
+  
+Source Code Management
+  
+ 
+  
+Issue Management
+  
+ 
+  
+Mailing Lists
+  
+ 
+  
+Dependency Information
+  
+ 
+  
+Dependency Management
+  
+ 
+  
+Dependency Convergence
+  
+   
+  
+CI Management
+  
+ 
+  
+Distribution Management
+  
+   
+  
+   

+  
+Project Reports
+
+ 
+  
+   Commons
+
+  
+Home
+  
+ 
+  https://www.apache.org/licenses/; 
class="externalLink" title="License">
+License
+  
+   

+  
+Components
+
+   

+  
+Sandbox
+
+   

+  
+Dormant
+
+ 
+  
+   General Information
+
+  
+Security
+  
+ 
+  
+Volunteering
+  
+ 
+  
+Contributing Patches
+  
+ 
+  
+Building Components
+  
+ 
+  
+Commons Parent POM
+  
+ 
+  
+Commons Build Plugin
+  
+ 
+  
+Commons Release Plugin
+  
+ 
+  
+Site Publication
+  
+ 
+  
+Releasing Components
+  
+ 
+  https://cwiki.apache.org/confluence/display/commons/FrontPage; 
class="externalLink" title="Wiki">
+Wiki
+  
+ 
+  
+   ASF
+
+  https://www.apache.org/foundation/how-it-works.html; class="externalLink" 
title="How the ASF works">
+How the ASF works
+  
+ 
+  https://www.apache.org/foundation/getinvolved.html; 

svn commit: r69598 [4/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Propchange: dev/commons/parent/71-RC1/site/images/rss.png
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/images/strich.gif
==
Binary file - no diff available.

Propchange: dev/commons/parent/71-RC1/site/images/strich.gif
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/images/sw_maj_rond.gif
==
Binary file - no diff available.

Propchange: dev/commons/parent/71-RC1/site/images/sw_maj_rond.gif
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/images/sw_med_rond.gif
==
Binary file - no diff available.

Propchange: dev/commons/parent/71-RC1/site/images/sw_med_rond.gif
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/images/update.gif
==
Binary file - no diff available.

Propchange: dev/commons/parent/71-RC1/site/images/update.gif
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/img/glyphicons-halflings-white.png
==
Binary file - no diff available.

Propchange: dev/commons/parent/71-RC1/site/img/glyphicons-halflings-white.png
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/img/glyphicons-halflings.png
==
Binary file - no diff available.

Propchange: dev/commons/parent/71-RC1/site/img/glyphicons-halflings.png
--
svn:mime-type = application/octet-stream

Added: dev/commons/parent/71-RC1/site/index.html
==
--- dev/commons/parent/71-RC1/site/index.html (added)
+++ dev/commons/parent/71-RC1/site/index.html Fri Jun  7 13:10:02 2024
@@ -0,0 +1,245 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Commons  About
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-parent/;>Apache Commons Parent 

+
+
+  Last Published: 07 June 2024
+| Version: 71
+  
+
+
+  https://www.apachecon.com/; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  https://www.apache.org; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+ Project Documentation
+   


   
+  
+Project Information
+
+
+  
+About
+  
+ 
+  
+Summary
+  
+ 
+  
+Source Code Management
+  
+ 
+  
+Issue Management
+  
+ 
+  
+Mailing Lists
+  
+ 
+  
+Dependency Information
+  
+ 
+  
+Dependency Management
+  
+ 
+  
+Dependency Convergence
+  
+ 
+  
+CI Management
+  
+ 
+  
+Distribution Management
+  
+

svn commit: r69598 [8/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Added: dev/commons/parent/71-RC1/site/rat-report.html
==
--- dev/commons/parent/71-RC1/site/rat-report.html (added)
+++ dev/commons/parent/71-RC1/site/rat-report.html Fri Jun  7 13:10:02 2024
@@ -0,0 +1,273 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Commons  Rat (Release Audit Tool) results
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-parent/;>Apache Commons Parent 

+
+
+  Last Published: 07 June 2024
+| Version: 71
+  
+
+
+  https://www.apachecon.com/; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  https://www.apache.org; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+ Project Documentation
+   


 
+  
+Project Information
+
+   

  
+  
+Project Reports
+
+  
+  
+Changes
+  
+ 
+  
+JIRA Report
+  
+ 
+  
+Surefire
+  
+   
+  
+Rat Report
+  
+ 
+  
+japicmp
+  
+   
+  
+ 
+  
+   Commons
+
+  
+Home
+  
+ 
+  https://www.apache.org/licenses/; 
class="externalLink" title="License">
+License
+  
+   

+  
+Components
+
+   

+  
+Sandbox
+
+   

+  
+Dormant
+
+ 
+  
+   General Information
+
+  
+Security
+  
+ 
+  
+Volunteering
+  
+ 
+  
+Contributing Patches
+  
+ 
+  
+Building Components
+  
+ 
+  
+Commons Parent POM
+  
+ 
+  
+Commons Build Plugin
+  
+ 
+  
+Commons Release Plugin
+  
+ 
+  
+Site Publication
+  
+ 
+  
+Releasing Components
+  
+ 
+  https://cwiki.apache.org/confluence/display/commons/FrontPage; 
class="externalLink" title="Wiki">
+Wiki
+  
+ 
+  
+   ASF
+
+  https://www.apache.org/foundation/how-it-works.html; class="externalLink" 
title="How the ASF works">
+How the ASF works
+  
+ 
+  https://www.apache.org/foundation/getinvolved.html; 
class="externalLink" title="Get Involved">
+Get Involved
+  
+ 
+  https://www.apache.org/dev/; class="externalLink" 
title="Developer Resources">
+Developer Resources
+  
+ 
+  https://www.apache.org/foundation/policies/conduct.html; 
class="externalLink" title="Code of Conduct">
+Code of Conduct
+  
+ 
+  

svn commit: r69598 [7/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Added: dev/commons/parent/71-RC1/site/js/prettify.js
==
--- dev/commons/parent/71-RC1/site/js/prettify.js (added)
+++ dev/commons/parent/71-RC1/site/js/prettify.js Fri Jun  7 13:10:02 2024
@@ -0,0 +1,640 @@
+/**
+ *
+ * Copyright (C) 2006 Google Inc.
+ *
+ * Licensed 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.
+ */
+
+function H() {
+var x = navigator && navigator.userAgent
+&& /\bMSIE 6\./.test(navigator.userAgent);
+H = function() {
+return x
+};
+return x
+}
+(function() {
+function x(b) {
+b = b.split(/ /g);
+var a = {};
+for ( var c = b.length; --c >= 0;) {
+var d = b[c];
+if (d)
+a[d] = null
+}
+return a
+}
+var y = "break continue do else for if return while ", U = y
++ "auto case char const default double enum extern float goto int 
long register short signed sizeof static struct switch typedef union unsigned 
void volatile ", D = U
++ "catch class delete false import new operator private protected 
public this throw true try ", I = D
++ "alignof align_union asm axiom bool concept concept_map 
const_cast constexpr decltype dynamic_cast explicit export friend inline 
late_check mutable namespace nullptr reinterpret_cast static_assert static_cast 
template typeid typename typeof using virtual wchar_t where ", J = D
++ "boolean byte extends final finally implements import instanceof 
null native package strictfp super synchronized throws transient ", V = J
++ "as base by checked decimal delegate descending event fixed 
foreach from group implicit in interface internal into is lock object out 
override orderby params readonly ref sbyte sealed stackalloc string select uint 
ulong unchecked unsafe ushort var ", K = D
++ "debugger eval export function get null set undefined var with 
Infinity NaN ", L = "caller delete die do dump elsif eval exit foreach for goto 
if import last local my next no our print package redo require sub undef unless 
until use wantarray while BEGIN END ", M = y
++ "and as assert class def del elif except exec finally from 
global import in is lambda nonlocal not or pass print raise try with yield 
False True None ", N = y
++ "alias and begin case class def defined elsif end ensure false 
in module next nil not or redo rescue retry self super then true undef unless 
until when yield BEGIN END ", O = y
++ "case done elif esac eval fi function in local set then until ", 
W = I
++ V + K + L + M + N + O;
+function X(b) {
+return b >= "a" && b <= "z" || b >= "A" && b <= "Z"
+}
+function u(b, a, c, d) {
+b.unshift(c, d || 0);
+try {
+a.splice.apply(a, b)
+} finally {
+b.splice(0, 2)
+}
+}
+var Y = (function() {
+var b = [ "!", "!=", "!==", "#", "%", "%=", "&", "&&", "&&=", "&=",
+"(", "*", "*=", "+=", ",", "-=", "->", "/", "/=", ":", "::",
+";", "<", "<<", "<<=", "<=", "=", "==", "===", ">", ">=", ">>",
+">>=", ">>>", ">>>=", "?", "@", "[", "^", "^=", "^^", "^^=",
+"{", "|", "|=", "||", "||=", "~", "break", "case", "continue",
+"delete", "do", "else", "finally", "instanceof", "return",
+"throw", "try", "typeof" ], a = 
"(?:(?:(?:^|[^0-9.])\\.{1,3})|(?:(?:^|[^\\+])\\+)|(?:(?:^|[^\\-])-)";
+for ( var c = 0; c < b.length; ++c) {
+var d = b[c];
+a += X(d.charAt(0)) ? "|\\b" + d : "|"
++ d.replace(/([^=<>:&])/g, "\\$1")
+}
+a += "|^)\\s*$";
+return new RegExp(a)
+})(), P = /&/g, Q = //g, Z = /\"/g;
+function $(b) {
+return b.replace(P, "").replace(Q, "").replace(R, "")
+.replace(Z, "")
+}
+function E(b) {
+return b.replace(P, "").replace(Q, "").replace(R, "")
+}
+var aa = //g, ba = //g, ca = //g, da = //g, ea = 
//g, fa = //g;
+function ga(b) {
+var a = b.indexOf("&");
+if (a < 0)
+return b;
+for (--a; (a = 

svn commit: r69598 [6/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Added: dev/commons/parent/71-RC1/site/js/jquery.min.js
==
--- dev/commons/parent/71-RC1/site/js/jquery.min.js (added)
+++ dev/commons/parent/71-RC1/site/js/jquery.min.js Fri Jun  7 13:10:02 2024
@@ -0,0 +1,4 @@
+/*! jQuery v1.7.1 jquery.com | jquery.org/license */
+(function(a,b){function cy(a){return 
f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function 
cv(a){if(!ck[a]){var 
b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return
 ck[a]}function cu(a,b){var 
c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return 
c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function 
cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function 
ci(){try{return new a.XMLHttpRequest}catch(b){}}function 
cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var 
d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p
 ;for(g=1;g0){if(c!=="border")for(;g=0===c})}function 
S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function 
K(){return!0}function J(){return!1}function n(a,b,c){var 
d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function
 m(a){for(var b in 
a){if(b==="data"&(a[b]))continue;if(b!=="toJSON")return!1}return!0}function
 l(a,c,d){if(d===b&===1){var 
e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof 
d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parse
 Float(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return 
d}function h(a){var 
b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[
 \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) 
([\w.]+)/,u=/(mozilla)(?:.*? 
rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.pro
 
totype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var
 g,h,j,k;if(!a)return 
this;if(a.nodeType){this.context=this[0]=a,this.length=1;return 
this}if(a==="body"&&!d&){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return
 this}if(typeof 
a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d
 instanceof 
e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return
 
e.merge(this,a)}h=c.getElementById(g[2]);if(h&){if(h.id!==g[2])return
 f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return 
this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return
 f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.
 context);return 
e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return 
this.length},toArray:function(){return F.call(this,0)},get:function(a){return 
a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var
 
d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?"
 ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return 
d},each:function(a,b){return 
e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return 
this},eq:function(a){a=+a;return 
a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return 
this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return 
this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return
 this.pushStack(e.map(this,function(b,c){return 
a.call(b,c,b)}))},end:function(){return 
this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].
 splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var 
a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof 
i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof 

svn commit: r69598 [2/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
profiles
+
+40
+2016-04-30
+Updates plugins and parent; fixes COMMONSSITE-87 and COMMONSSITE-82. N.B. 
The assembly plugin now runs in the verify phase (it was previously run in the 
package phase). See COMMONSSITE-87.  This allows child poms to create 
additional jars to be added to the assembly.  This will affect child poms that 
rely on the assembly occurring in the package phase.  They will need to be 
amended to use the verify phase instead.
+
+39
+2015-09-07
+Uses a new location assembly location; updates plugins; allows Java 8 
builds to use animal-sniffer.
+
+38
+2015-06-25
+Fix bug in site Security link; update plugins
+
+37
+2015-01-28
+Update plugins, add Animal Sniffer and site-basic profile
+
+36
+2014-12-21
+Update plugins, fix release-notes profile.
+
+35
+2014-10-22
+Update plugins and maintenance
+
+34
+2014-04-16
+The main changes in this release are:   - Added Maven enforcer to ensure 
builds use Maven 3.0.0 or later   - Surefire 2.16 to 2.17   - scm-publish 
1.0-beta to 1.0   - added java-1.8 profile
+
+33
+2014-02-14
+The main changes in this release are:   - Fixed Jacoco configuration 
syntax   - updated some plugins
+
+32
+2013-07-01
+The main changes in this release are:   - added fix for Javadoc 
vulnerability (CVE-2013-1571, VU#225657) MJAVADOC-370   - updated some 
plugins
+
+31
+2013-06-24
+The main changes in this release are:   - dropped unused 'rc' profile   - 
fixed the maven.compile[r] names   - updated some plugins and the RAT excludes 
list
+
+30
+2013-05-28
+The main changes in this release are RAT configuration changes:  - updated 
excludes: added .pmd and download_*.cgi  - changed excludes so child POM 
excludes will be appended to the parent list  - duplicated settings in build 
section so they apply to standalone invocations  Coverage tool:  Made JaCoCo an 
optional profile  Restored Cobertura as an optional profile
+
+29
+2013-05-18
+Replace Cobertura with JaCoCo; update plugin versions
+
+28
+2013-01-26
+Update plugins
+
+27
+2012-09-24
+Update plugins
+
+26
+2012-08-23
+Update plugins
+
+25
+2012-??-??
+Update plugins
+
+24
+2012-03-13
+Update and add plugins
+
+23
+2012-01-11
+The Maven3 site plugin has been updated to support ssh/scp for deployment  
  The buildNumber plugin now defaults to using SVN CLI, and does not run if 
buildNumber.skip=true   To use javasvn instead, use the profile: 
javasvn
+
+22
+2011-09-21
+Starting with version 22, the RAT plugin has changed Maven group and id,  
so any existing configuration needs to be updated.  To fix component POMs, 
please change any occurrences of:   
groupIdorg.codehaus.mojo/groupId   
artifactIdrat-maven-plugin/artifactId  to the new values:   
groupIdorg.apache.rat/groupId   
artifactIdapache-rat-plugin/artifactId
+Release 71  2024-06-07
+
+
+Type
+Changes
+By
+
+
+Bump org.junit:junit-bom from 5.11.0-M1 to 5.11.0-M2 #419. Thanks to 
Dependabot.
+ggregory
+
+
+Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 #418. 
Thanks to Dependabot.
+ggregory
+
+
+Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 #417. Thanks 
to Dependabot.
+ggregory
+
+
+Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 on Java 11 
and up. Thanks to Gary Gregory.
+ggregory
+
+
+Bump commons.pmd-impl.version from 7.1.0 to 7.2.0 #422. Thanks to 
Dependabot.
+ggregory
+
+
+Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 
#424. Thanks to Dependabot.
+ggregory
+
+
+Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 
#425. Thanks to Dependabot.
+ggregory
+
+
+Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 
#425. Thanks to Dependabot.
+ggregory
+Release 70  2024-05-11
+
+
+Type
+Changes
+By
+
+
+Add profile benchmark for JMH benchmarks. Thanks to Gary Gregory.
+ggregory
+
+
+Add JMH to dependency management section. Thanks to Gary Gregory.
+ggregory
+
+
+Set Javadoc link to latest Java API LTS version. Thanks to Gary 
Gregory.
+ggregory
+
+
+Set Jacoco defaults to 1.00. Thanks to Gary Gregory.
+ggregory
+
+
+Bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.16.0 on Java 11 
and up. Thanks to Gary Gregory.
+ggregory
+
+
+Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 #392. Thanks to 
Dependabot.
+ggregory
+
+
+Bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.0 to 3.5.1 
#393. Thanks to Dependabot.
+ggregory
+
+
+Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.5.0 
#394, #411. Thanks to Dependabot.
+ggregory
+
+
+Bump com.github.spotbugs:spotbugs from 4.8.3 to 4.8.5. Thanks to 
Dependabot.
+ggregory
+
+
+Bump org.apache:apache (parent POM) from 31 to 32. Thanks to 
Dependabot.
+ggregory
+
+
+Bump org.apache.commons:commons-build-plugin from 1.13 to 1.14.0 #397. 
Thanks to Dependabot.
+ggregory
+
+
+Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 #398. 
Thanks to Dependabot, Gary Gregory.
+ggregory
+
+
+Bump org.apache.commons:commons-release-plugin from 1.8.1 to 1.8.2 #401. 

svn commit: r69598 [5/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Added: dev/commons/parent/71-RC1/site/js/bootstrap.min.js
==
--- dev/commons/parent/71-RC1/site/js/bootstrap.min.js (added)
+++ dev/commons/parent/71-RC1/site/js/bootstrap.min.js Fri Jun  7 13:10:02 2024
@@ -0,0 +1,6 @@
+/*!
+* Bootstrap.js by @fat & @mdo
+* Copyright 2012 Twitter, Inc.
+* http://www.apache.org/licenses/LICENSE-2.0.txt
+*/
+!function(e){e(function(){"use strict";e.support.transition=function(){var 
e=function(){var 
e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd
 otransitionend",transition:"transitionend"},n;for(n in 
t)if(e.style[n]!==undefined)return t[n]}();return 
e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var 
t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function
 s(){i.trigger("closed").remove()}var 
n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&(/.*(?=#[^\s]*$)/,"")),i=e(r),t&(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&("fade")?i.on(e.support.transition.end,s):s()},e.fn.alert=function(t){return
 this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new 
n(this)),type
 of 
t=="string"&[t].call(r)})},e.fn.alert.Constructor=n,e(function(){e("body").on("click.alert.data-api",t,n.prototype.close)})}(window.jQuery),!function(e){"use
 strict";var 
t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var
 
t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var
 
e=this.$element.parent('[data-toggle="buttons-radio"]');e&(".active").removeClass("active"),this.$element.toggleClass("active")},e.fn.button=function(n){return
 this.each(function(){var r=e(this),i=r.data("button"),s=typeof 
n=="object"&i||r.data("button",i=new 
t(this,s)),n=="toggle"?i.toggle():n&(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e(function(){e("body")
 .on("click.button.data-api","[data-toggle^=button]",function(t){var 
n=e(t.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle")})})}(window.jQuery),!function(e){"use
 strict";var 
t=function(t,n){this.$element=e(t),this.options=n,this.options.slide&(this.options.slide),this.options.pause=="hover"&$element.on("mouseenter",e.proxy(this.pause,this)).on("mouseleave",e.proxy(this.cycle,this))};t.prototype={cycle:function(t){return
 
t||(this.paused=!1),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},to:function(t){var
 
n=this.$element.find(".item.active"),r=n.parent().children(),i=r.index(n),s=this;if(t>r.length-1||t<0)return;return
 
this.sliding?this.$element.one("slid",function(){s.to(t)}):i==t?this.pause().cycle():this.slide(t>i?"next":"prev",e(r[t]))},pause:function(t){return
 t||(this.paused=!0),this.$element.find(".next, 
.prev").length&&&(this.$element.trigger(e.su
 
pport.transition.end),this.cycle()),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return
 this.slide("next")},prev:function(){if(this.sliding)return;return 
this.slide("prev")},slide:function(t,n){var 
r=this.$element.find(".item.active"),i=n||r[t](),s=this.interval,o=t=="next"?"left":"right",u=t=="next"?"first":"last",a=this,f=e.Event("slide",{relatedTarget:i[0]});this.sliding=!0,s&(),i=i.length?i:this.$element.find(".item")[u]();if(i.hasClass("active"))return;if(e.support.transition&$element.hasClass("slide")){this.$element.trigger(f);if(f.isDefaultPrevented())return;i.addClass(t),i[0].offsetWidth,r.addClass(o),i.addClass(o),this.$element.one(e.support.transition.end,function(){i.removeClass([t,o].join("
 ")).addClass("active"),r.removeClass(["active",o].join(" 
")),a.sliding=!1,setTimeout(function(){a.$element.trigger("slid")},0)})}else{this.$element.trigger(f);if(f.isDefaultPrevented())return;r.removeClass("active"),i.ad
 dClass("active"),this.sliding=!1,this.$element.trigger("slid")}return 
s&(),this}},e.fn.carousel=function(n){return 
this.each(function(){var 
r=e(this),i=r.data("carousel"),s=e.extend({},e.fn.carousel.defaults,typeof 
n=="object"&),o=typeof n=="string"?n:s.slide;i||r.data("carousel",i=new 
t(this,s)),typeof 
n=="number"?i.to(n):o?i[o]():s.interval&()})},e.fn.carousel.defaults={interval:5e3,pause:"hover"},e.fn.carousel.Constructor=t,e(function(){e("body").on("click.carousel.data-api","[data-slide]",function(t){var
 

svn commit: r69598 [1/8] - in /dev/commons/parent/71-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2024-06-07 Thread ggregory
Author: ggregory
Date: Fri Jun  7 13:10:02 2024
New Revision: 69598

Log:
Staging release: commons-parent, version: 71

Added:
dev/commons/parent/71-RC1/
dev/commons/parent/71-RC1/HEADER.html
dev/commons/parent/71-RC1/README.html
dev/commons/parent/71-RC1/RELEASE-NOTES.txt
dev/commons/parent/71-RC1/binaries/
dev/commons/parent/71-RC1/binaries/HEADER.html
dev/commons/parent/71-RC1/binaries/README.html
dev/commons/parent/71-RC1/signature-validator.sh
dev/commons/parent/71-RC1/site/
dev/commons/parent/71-RC1/site/changes-report.html
dev/commons/parent/71-RC1/site/ci-management.html
dev/commons/parent/71-RC1/site/css/
dev/commons/parent/71-RC1/site/css/bootstrap.min.css
dev/commons/parent/71-RC1/site/css/prettify.css
dev/commons/parent/71-RC1/site/css/print.css
dev/commons/parent/71-RC1/site/css/site.css
dev/commons/parent/71-RC1/site/dependency-convergence.html
dev/commons/parent/71-RC1/site/dependency-info.html
dev/commons/parent/71-RC1/site/dependency-management.html
dev/commons/parent/71-RC1/site/distribution-management.html
dev/commons/parent/71-RC1/site/images/
dev/commons/parent/71-RC1/site/images/add.gif   (with props)
dev/commons/parent/71-RC1/site/images/collapsed.gif   (with props)
dev/commons/parent/71-RC1/site/images/commons-logo.png   (with props)
dev/commons/parent/71-RC1/site/images/expanded.gif   (with props)
dev/commons/parent/71-RC1/site/images/external-classic.png   (with props)
dev/commons/parent/71-RC1/site/images/fix.gif   (with props)
dev/commons/parent/71-RC1/site/images/help_logo.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_arrowfolderclosed1_sml.gif   
(with props)
dev/commons/parent/71-RC1/site/images/icon_arrowfolderopen2_sml.gif   (with 
props)
dev/commons/parent/71-RC1/site/images/icon_arrowwaste1_sml.gif   (with 
props)
dev/commons/parent/71-RC1/site/images/icon_arrowwaste2_sml.gif   (with 
props)
dev/commons/parent/71-RC1/site/images/icon_doc_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_doc_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_error_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_error_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_folder_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_folder_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_help_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_info_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_info_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_members_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_sortdown.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_sortup.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_success_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_success_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_usergroups_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_warning_lrg.gif   (with props)
dev/commons/parent/71-RC1/site/images/icon_warning_sml.gif   (with props)
dev/commons/parent/71-RC1/site/images/logos/
dev/commons/parent/71-RC1/site/images/logos/build-by-maven-black.png   
(with props)
dev/commons/parent/71-RC1/site/images/logos/build-by-maven-white.png   
(with props)
dev/commons/parent/71-RC1/site/images/logos/maven-feather.png   (with props)
dev/commons/parent/71-RC1/site/images/newwindow-classic.png   (with props)
dev/commons/parent/71-RC1/site/images/nw_maj_rond.gif   (with props)
dev/commons/parent/71-RC1/site/images/remove.gif   (with props)
dev/commons/parent/71-RC1/site/images/rss.png   (with props)
dev/commons/parent/71-RC1/site/images/strich.gif   (with props)
dev/commons/parent/71-RC1/site/images/sw_maj_rond.gif   (with props)
dev/commons/parent/71-RC1/site/images/sw_med_rond.gif   (with props)
dev/commons/parent/71-RC1/site/images/update.gif   (with props)
dev/commons/parent/71-RC1/site/img/
dev/commons/parent/71-RC1/site/img/glyphicons-halflings-white.png   (with 
props)
dev/commons/parent/71-RC1/site/img/glyphicons-halflings.png   (with props)
dev/commons/parent/71-RC1/site/index.html
dev/commons/parent/71-RC1/site/issue-management.html
dev/commons/parent/71-RC1/site/japicmp.html
dev/commons/parent/71-RC1/site/jira-report.html
dev/commons/parent/71-RC1/site/js/
dev/commons/parent/71-RC1/site/js/bootstrap.min.js
dev/commons/parent/71-RC1/site/js/jquery.min.js
dev/commons/parent/71-RC1/site/js/prettify.js
dev/commons/parent/71-RC1/site/js/prettify.min.js
dev/commons/parent/71-RC1/site/js/site.js
dev/commons/parent/71-RC1/site/mailing-lists.html

dev/commons/parent/71-RC1/site/org.apache.commons_commons

(commons-parent) annotated tag commons-parent-71-RC1 created (now e6563db)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to annotated tag commons-parent-71-RC1
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


  at e6563db  (tag)
 tagging 3c126c964ffad9de2a9ec8fd3990da8151cf08d2 (commit)
 replaces rel/commons-parent-70
  by Gary Gregory
  on Fri Jun 7 13:07:52 2024 +

- Log -
Tag Apache Commons Parent release 71 RC1
-BEGIN PGP SIGNATURE-

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmZjBigACgkQhv3H4qES
YsvYBAf/e/rBfxDXQzQcSO2z7dLNoqhv9fjUEFORgYSqCY/c3zgX3RoZo7bSx0oo
MgU07HxX2anuE9oIxvjqOdVIxUvq+wXzkaFsyLfoFjX9LY+v7Hf1o78SEUF40LmW
KpFzxqdOlQKeQjd/CizSFGgJRIh8xveCGk5WCn9R612OmVXraH0OhXI6lJ1Vs1FX
a6QId3Q5GwimGfOb5T+t1P44+1pSdGA/msTyxAQGhy+Gokk+XkRwcnSvX2uVlLog
noYNVEtbBKJWYqkOABVPmUjQocfWjeDROlelTJlEpxI8Rt9mZEM3JEnOepaNqCWK
xXDuktX2i7g8xPY6j6zvs5FCY/QdLg==
=lI5b
-END PGP SIGNATURE-
---

No new revisions were added by this update.



(commons-parent) 03/05: Revert "Patch the javadoc generated by JDK 11 to display the index page in framed mode by default"

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 0f8d8e7b32ef2c130242890cfe308281770040ec
Author: Gary Gregory 
AuthorDate: Fri Jun 7 09:02:14 2024 -0400

Revert "Patch the javadoc generated by JDK 11 to display the index page in 
framed mode by default"

This reverts commit 99d3604a8a4eec4e48c9229c8b12890fe610d2e9.
---
 pom.xml | 32 +---
 1 file changed, 1 insertion(+), 31 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8a0e104..3faa955 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1501,16 +1501,10 @@
   
 maven-javadoc-plugin
 
-  
-generate-javadoc
-
-  javadoc
-
-prepare-package
-  
   
 create-javadoc-jar
 
+  javadoc
   jar
 
 package
@@ -1521,30 +1515,6 @@
   
${commons.compiler.javadoc}
 
   
-  
-org.apache.maven.plugins
-maven-antrun-plugin
-
-
-  
-patch-javadoc
-
-  run
-
-prepare-package
-
-  
-
-  
-
-  
-
-  
   
 maven-assembly-plugin
 ${commons.assembly-plugin.version}



(commons-parent) 04/05: Fix "BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.102 s [INFO] Finished at: 2024-06-07T12:51:10Z [INFO] -

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit ed9196b8d41748b43d0ee615f46bbfa7871f7986
Author: Gary Gregory 
AuthorDate: Fri Jun 7 09:05:28 2024 -0400

Fix "BUILD FAILURE
[INFO] 

[INFO] Total time:  6.102 s
[INFO] Finished at: 2024-06-07T12:51:10Z
[INFO] 

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (patch-javadoc)
on project commons-parent: An Ant BuildException has occured: Replace:
source file
/Users/garydgregory/git/commons-parent/target/site/apidocs/index.html
doesn't exist
[ERROR] around Ant part .. @ 4:195 in
/Users/garydgregory/git/commons-parent/target/antrun/build-main.xml
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run
(patch-javadoc) on project commons-parent: An Ant BuildException has
occured: Replace: source file
/Users/garydgregory/git/commons-parent/target/site/apidocs/index.html
doesn't exist
around Ant part .. @ 4:195 in
/Users/garydgregory/git/commons-parent/target/antrun/build-main.xml
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2
(MojoExecutor.java:333)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute
(MojoExecutor.java:316)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:174)
at org.apache.maven.lifecycle.internal.MojoExecutor.access$000
(MojoExecutor.java:75)
at org.apache.maven.lifecycle.internal.MojoExecutor$1.run
(MojoExecutor.java:162)
at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute
(DefaultMojosExecutionStrategy.java:39)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:159)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:105)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:73)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:53)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:118)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:904)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:281)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:204)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native
Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
(Launcher.java:255)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:201)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:361)
at org.codehaus.plexus.classworlds.launcher.Launcher.main
(Launcher.java:314)
Caused by: org.apache.maven.plugin.MojoExecutionException: An Ant
BuildException has occured: Replace: source file
/Users/garydgregory/git/commons-parent/target/site/apidocs/index.html
doesn't exist
around Ant part .. @ 4:195 in
/Users/garydgregory/git/commons-parent/target/antrun/build-main.xml
at org.apache.maven.plugins.antrun.AntRunMojo.execute
(AntRunMojo.java:318)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
(DefaultBuildPluginManager.java:126)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2
(MojoExecutor.java:328)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute
(MojoExecutor.java:316)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:174)
at org.apache.maven.lifecycle.internal.MojoExecutor.access$000
(MojoExecutor.java:75)
at org.apache.maven.lifecycle.internal.MojoExecut

(commons-parent) 05/05: Prepare for the next release candidate

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 3c126c964ffad9de2a9ec8fd3990da8151cf08d2
Author: Gary Gregory 
AuthorDate: Fri Jun 7 13:06:53 2024 +

Prepare for the next release candidate
---
 RELEASE-NOTES.txt | 29 +
 1 file changed, 29 insertions(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 48ee8a0..201f5f3 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -7,6 +7,35 @@ The Apache Commons Parent POM provides common settings for all 
Apache Commons co
 
 Version 71: Maintenance and update dependencies.
 
+Changes
+---
+*   Bump org.junit:junit-bom from 5.11.0-M1 to 5.11.0-M2 #419. 
Thanks to Dependabot.
+*   Bump org.codehaus.mojo:build-helper-maven-plugin from 
3.5.0 to 3.6.0 #418. Thanks to Dependabot.
+*   Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 
3.3.0 #417. Thanks to Dependabot.
+*   Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 
10.17.0 on Java 11 and up. Thanks to Gary Gregory.
+*   Bump commons.pmd-impl.version from 7.1.0 to 7.2.0 #422. 
Thanks to Dependabot.
+*   Bump org.apache.maven.plugins:maven-javadoc-plugin from 
3.6.3 to 3.7.0 #424. Thanks to Dependabot.
+*   Bump org.apache.maven.plugins:maven-checkstyle-plugin from 
3.3.1 to 3.4.0 #425. Thanks to Dependabot.
+*   Bump org.apache.maven.plugins:maven-checkstyle-plugin from 
3.3.1 to 3.4.0 #425. Thanks to Dependabot.
+
+
+Historical list of changes: 
https://commons.apache.org/proper/commons-parent/changes-report.html
+
+For complete information on Apache Commons Parent, including instructions on 
how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Parent website:
+
+https://commons.apache.org/proper/commons-parent/
+
+-
+Apache Commons Parent 71
+RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 71.
+
+The Apache Commons Parent POM provides common settings for all Apache Commons 
components.
+
+Version 71: Maintenance and update dependencies.
+
 Fixed Bugs
 --
 *   Generate the Javadoc with frames when building with JDK 11



(commons-parent) 02/05: Revert "Build the javadoc only once during the release"

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 97f1aa59651a3bcc3880dc6c71223d29576b484c
Author: Gary Gregory 
AuthorDate: Fri Jun 7 08:55:45 2024 -0400

Revert "Build the javadoc only once during the release"

This reverts commit 4da7fd2d0a6a98b8294087300141c999101373e2.
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 95f1616..8a0e104 100644
--- a/pom.xml
+++ b/pom.xml
@@ -883,7 +883,7 @@
 
 
   
-
+
   
 
 
@@ -1517,7 +1517,6 @@
   
 
 
-  
${project.build.directory}/site/apidocs/
   ${maven.compiler.source}
   
${commons.compiler.javadoc}
 



(commons-parent) branch release updated (baf4783 -> 3c126c9)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


from baf4783  Prepare for the next release candidate
 new 4d1f8bc  Prepare for the next release candidate
 new 97f1aa5  Revert "Build the javadoc only once during the release"
 new 0f8d8e7  Revert "Patch the javadoc generated by JDK 11 to display the 
index page in framed mode by default"
 new ed9196b  Fix "BUILD FAILURE [INFO] 
 [INFO] 
Total time:  6.102 s [INFO] Finished at: 2024-06-07T12:51:10Z [INFO] 
 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (patch-javadoc) on 
project commons-parent: An Ant BuildException has occured: Replace: source file 
/Users/garydgregory/git/commons-parent/tar [...]
 new 3c126c9  Prepare for the next release candidate

The 5 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:
 RELEASE-NOTES.txt   | 62 +
 pom.xml | 39 ---
 src/changes/changes.xml |  2 --
 3 files changed, 66 insertions(+), 37 deletions(-)



(commons-parent) 01/05: Prepare for the next release candidate

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 4d1f8bca94591be579e2e82f1533b43e31cb3e74
Author: Gary Gregory 
AuthorDate: Fri Jun 7 08:55:06 2024 -0400

Prepare for the next release candidate
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f456612..95f1616 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
   org.apache.commons
   commons-parent
-  71-SNAPSHOT
+  71
   pom
   Apache Commons Parent
   The Apache Commons Parent POM provides common settings for all 
Apache Commons components.
@@ -79,7 +79,7 @@
 8
 
 
-
2024-05-15T13:09:46Z
+
2024-06-07T12:50:23Z
 71
 72
 RC1



(commons-parent) branch release updated (9689d43 -> baf4783)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


from 9689d43  Bump to next development version
 add f3817ff  Add section for the next release
 add 2c5a90a  Show Maven stack traces on errors in GH CI
 add e8d440f  Bump github/codeql-action from 3.25.4 to 3.25.5 (#415)
 add 2fc6416  Bump actions/checkout from 4.1.5 to 4.1.6 (#416)
 add 9c07953  --- (#419)
 add 16b0a97  Bump org.junit:junit-bom from 5.11.0-M1 to 5.11.0-M2 #419
 add d6026ea  --- (#418)
 add 1690c91  Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 
to 3.6.0 #418
 add aef981c  --- (#417)
 add 5bd6b63  Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 
#417
 add d4ba767  Remove CodeQL link (does not apply)
 add 15a3b6e  Generate the javadoc with frames when building with JDK 11
 add 4da7fd2  Build the javadoc only once during the release
 add 99d3604  Patch the javadoc generated by JDK 11 to display the index 
page in framed mode by default
 add d19d093  Bump github/codeql-action from 3.25.5 to 3.25.6 (#420)
 add 831b32c  Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 
on Java 11 and up
 add 3c29ee6  Update changes.xml
 add cb52f39  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-parent
 add f19635c  Bump github/codeql-action from 3.25.6 to 3.25.7 (#423)
 add d3c0b12  Bump commons.pmd-impl.version from 7.1.0 to 7.2.0 (#422)
 add b5aee55  Bump commons.pmd-impl.version from 7.1.0 to 7.2.0 #422
 add d0b43fa  Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 
to 3.7.0 (#424)
 add 64c49fb  Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 
to 3.7.0 #424
 add 9349f69  Bump github/codeql-action from 3.25.7 to 3.25.8 (#427)
 add 798dd51  Bump org.apache.maven.plugins:maven-checkstyle-plugin (#425)
 add 3730afe  Bump org.apache.maven.plugins:maven-checkstyle-plugin from 
3.3.1 to 3.4.0 #425
 add 4194d9c  Typos
 add a9f49b1  Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 
3.4.0 (#426)
 add 5260939  Bump org.apache.maven.plugins:maven-checkstyle-plugin from 
3.3.1 to 3.4.0 #425
 add baf4783  Prepare for the next release candidate

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml   |  4 +-
 .github/workflows/scorecards-analysis.yml |  4 +-
 README.md |  8 ++--
 RELEASE-NOTES.txt |  2 +-
 pom.xml   | 70 ---
 src/changes/changes.xml   | 17 +++-
 6 files changed, 82 insertions(+), 23 deletions(-)



(commons-parent) branch master updated: Prepare for the next release candidate

2024-06-07 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 baf4783  Prepare for the next release candidate
baf4783 is described below

commit baf47833e7e562c85f1a603d9002372bfa0242bf
Author: Gary Gregory 
AuthorDate: Fri Jun 7 12:49:15 2024 +

Prepare for the next release candidate
---
 README.md   | 9 ++---
 RELEASE-NOTES.txt   | 2 +-
 pom.xml | 6 +++---
 src/changes/changes.xml | 2 +-
 4 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index b1d1d40..f1e2799 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,8 @@ Apache Commons Parent
 [![Java 
CI](https://github.com/apache/commons-parent/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-parent/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-parent/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-parent)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/?gav=true)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/70.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/70)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/71.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/71)
+[![CodeQL](https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent)
 
 The Apache Commons Parent POM provides common settings for all Apache Commons 
components.
@@ -68,7 +69,7 @@ Alternatively, you can pull it from  the central Maven 
repositories:
 
   org.apache.commons
   commons-parent
-  70
+  71
 
 ```
 
@@ -88,7 +89,9 @@ There are some guidelines which will make applying PRs easier 
for us:
 + No tabs! Please use spaces for indentation.
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
-+ Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running ```mvn```.
++ Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
++ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
 You can learn more about contributing via GitHub in our [contribution 
guidelines](CONTRIBUTING.md).
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 0915f05..42c74a9 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -5,7 +5,7 @@ The Apache Commons Parent team is pleased to announce the 
release of Apache Comm
 
 The Apache Commons Parent POM provides common settings for all Apache Commons 
components.
 
-Version 70: Maintenance and update dependencies
+Version 70: Maintenance and update dependencies.
 
 New features
 
diff --git a/pom.xml b/pom.xml
index f15288e..f456612 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,13 +80,13 @@
 
 
 
2024-05-15T13:09:46Z
-70
-71
+71
+72
 RC1
 COMMONSSITE
 
 
-69
+70
 true
 
 
-  
+  
   
   Generate the Javadoc with frames 
when building with JDK 11
   Build the Javadoc only once during 
the release



(commons-pool) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was c23c30a3)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


 was c23c30a3 Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-pool) branch master updated: Bump github/codeql-action from 3.25.7 to 3.25.8 (#318)

2024-06-07 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 41f68076 Bump github/codeql-action from 3.25.7 to 3.25.8 (#318)
41f68076 is described below

commit 41f68076dd9285cfd451896e30d9035279925513
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 08:42:01 2024 -0400

Bump github/codeql-action from 3.25.7 to 3.25.8 (#318)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/f079b849aace61c81488f8bd40919487bd9f...2e230e8fe0ad3a14a340ad0815ddb96d599d2aff)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 7e6c9d13..c3af7a2a 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -61,7 +61,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@f079b849aace61c81488f8bd40919487bd9f 
   # 3.25.7
+  uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff 
   # 3.25.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -72,7 +72,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+  uses: 
github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 
 # ℹ️ Command-line programs to run using the OS shell.
 #  https://git.io/JvXDl
@@ -86,4 +86,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+  uses: 
github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 6468b77f..ae7a6eac 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+uses: 
github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 with:
   sarif_file: results.sarif



(commons-collections) branch master updated: Bump com.google.guava:guava-testlib from 33.2.0-jre to 33.2.1-jre #500

2024-06-07 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 f59075822 Bump com.google.guava:guava-testlib from 33.2.0-jre to 
33.2.1-jre #500
f59075822 is described below

commit f59075822be96094129521ff831271b23ae67b64
Author: Gary Gregory 
AuthorDate: Fri Jun 7 08:41:27 2024 -0400

Bump com.google.guava:guava-testlib from 33.2.0-jre to 33.2.1-jre #500
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d89f4bbf3..e1298fb7f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,7 +50,7 @@
  Bump org.apache.commons:commons-parent from 67 to 70 #473.
  Bump tests 
commons-io:commons-io from 2.16.0 to 2.16.1 #475.
  Bump optional 
commons-codec:commons-codec from 1.16.1 to 1.17.0.
- Bump 
com.google.guava:guava-testlib from 33.1.0-jre to 33.2.0-jre #487. 
+ Bump 
com.google.guava:guava-testlib from 33.1.0-jre to 33.2.1-jre #487, 
#500. 
   
   
 



(commons-collections) branch dependabot/maven/com.google.guava-guava-testlib-33.2.1-jre deleted (was fbae68afe)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/maven/com.google.guava-guava-testlib-33.2.1-jre
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


 was fbae68afe Bump com.google.guava:guava-testlib from 33.2.0-jre to 
33.2.1-jre

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-collections) branch master updated: Bump com.google.guava:guava-testlib from 33.2.0-jre to 33.2.1-jre (#500)

2024-06-07 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 21c5ed6c0 Bump com.google.guava:guava-testlib from 33.2.0-jre to 
33.2.1-jre (#500)
21c5ed6c0 is described below

commit 21c5ed6c03a36ee0ef05f524b2de150adc264c1f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 08:40:42 2024 -0400

Bump com.google.guava:guava-testlib from 33.2.0-jre to 33.2.1-jre (#500)

Bumps [com.google.guava:guava-testlib](https://github.com/google/guava) 
from 33.2.0-jre to 33.2.1-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava-testlib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 26b0d707a..5feaa8445 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
 
   com.google.guava
   guava-testlib
-  33.2.0-jre
+  33.2.1-jre
   test
 
   



svn commit: r69595 - in /dev/commons/net/3.11.1-RC1: ./ binaries/ site/ site/apidocs/ site/apidocs/legal/ site/apidocs/org/ site/apidocs/org/apache/ site/apidocs/org/apache/commons/ site/apidocs/org/a

2024-06-07 Thread ggregory
Author: ggregory
Date: Fri Jun  7 12:28:43 2024
New Revision: 69595

Log:
Staging release: commons-net, version: 3.11.1


[This commit notification would consist of 329 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]


(commons-vfs) branch dependabot/maven/commons-net-commons-net-3.11.0 deleted (was c4fd6081)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


 was c4fd6081 Bump commons-net:commons-net from 3.10.0 to 3.11.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-vfs) branch master updated: Bump commons-net:commons-net from 3.10.0 to 3.11.0 #546

2024-06-07 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 18feeba2 Bump commons-net:commons-net from 3.10.0 to 3.11.0 #546
18feeba2 is described below

commit 18feeba2a42d419f7b52170e74167966eaa11965
Author: Gary Gregory 
AuthorDate: Fri Jun 7 08:25:26 2024 -0400

Bump commons-net:commons-net from 3.10.0 to 3.11.0 #546
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1bfa2b41..e4b14d4b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -341,7 +341,7 @@ The  type attribute can be add,update,fix,remove.
 Bump commons-compress from 1.21 to 1.26.2 #329, #385, $498, #535.
   
   
-Bump commons-net:commons-net from 3.8.0 to 3.10.0.
+Bump commons-net:commons-net from 3.8.0 to 3.11.0 #546.
   
   
 Bump httpclient from 4.5.13 to 4.5.14 #344.



(commons-vfs) branch master updated: Bump commons-net:commons-net from 3.10.0 to 3.11.0 (#546)

2024-06-07 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 760d0297 Bump commons-net:commons-net from 3.10.0 to 3.11.0 (#546)
760d0297 is described below

commit 760d0297f9d7ed3f8179c3e78ebfbcd503b458b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 08:24:17 2024 -0400

Bump commons-net:commons-net from 3.10.0 to 3.11.0 (#546)

Bumps commons-net:commons-net from 3.10.0 to 3.11.0.

---
updated-dependencies:
- dependency-name: commons-net:commons-net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 80ff089c..a88266b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -387,7 +387,7 @@
   
 commons-net
 commons-net
-3.10.0
+3.11.0
   
   
 org.apache.commons



(commons-net) annotated tag commons-net-3.11.1-RC1 created (now 568dc72a)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to annotated tag commons-net-3.11.1-RC1
in repository https://gitbox.apache.org/repos/asf/commons-net.git


  at 568dc72a (tag)
 tagging 0505563df6664a8c5b5fad6897cd373aba809c64 (commit)
 replaces rel/commons-net-3.11.0
  by Gary Gregory
  on Fri Jun 7 12:20:57 2024 +

- Log -
Tag Apache Commons Net release 3.11.1 RC1
-BEGIN PGP SIGNATURE-

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmZi+ykACgkQhv3H4qES
YstgkQgAkcLBC6qpuLxroMvFIe05ozdMNNA+2mikxeOY3rsnknnvWB2ZswkSCiA9
tDleiG4Xv5u1zBy5qXo60Pz40IPTcTA2k2Mmo7J61yjXRFrJ9gl8IMKydFIKL38A
eZeiMo+ZzqwqEOH/FKw+3npQALBuK6v9gnM9IHJEjv+//qh1MxhXNpKEMmM2d5TZ
4LHkgdanX3T7rPKvv+RzDD+Bh0kSeU233VvIAkjAycUK0AHbtb9elAy1xcQdUI8W
kA3GtcsDfqEtTYU2qxleAO/91Q2QJzUtngPLpOAZhb2/OTSuQcI0FAI/CdSKTXtd
K+E7jJ6MmwRxjpOLqCvuIWZbNemvvg==
=46El
-END PGP SIGNATURE-
---

No new revisions were added by this update.



(commons-jexl) 01/01: Merge pull request #261 from apache/dependabot/github_actions/github/codeql-action-3.25.8

2024-06-07 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-jexl.git

commit e8df1440aaa554ea0de76549b81b9feeb28f006d
Merge: baf99622 fe15a8e4
Author: Gary Gregory 
AuthorDate: Fri Jun 7 08:19:25 2024 -0400

Merge pull request #261 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

Bump github/codeql-action from 3.25.7 to 3.25.8

 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(commons-jexl) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was fe15a8e4)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


 was fe15a8e4 Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-jexl) branch master updated (baf99622 -> e8df1440)

2024-06-07 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-jexl.git


from baf99622 Fix links
 add fe15a8e4 Bump github/codeql-action from 3.25.7 to 3.25.8
 new e8df1440 Merge pull request #261 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

The 1 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:
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(commons-net) branch release updated: Prepare for the next release candidate

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release by this push:
 new 0505563d Prepare for the next release candidate
0505563d is described below

commit 0505563df6664a8c5b5fad6897cd373aba809c64
Author: Gary Gregory 
AuthorDate: Fri Jun 7 12:20:37 2024 +

Prepare for the next release candidate
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e38d45bf..ee19df64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
 commons-net
 commons-net
-3.11.1-SNAPSHOT
+3.11.1
 Apache Commons Net
 
@@ -55,7 +55,7 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Teln
 3.11.2
 RC1
 (Requires Java ${maven.compiler.target} or 
later)
-
2024-05-31T15:08:27Z
+
2024-06-07T12:08:25Z
 
 
 3.11.0



(commons-collections) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was 2c9ffa3a4)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


 was 2c9ffa3a4 Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-collections) branch master updated: Bump github/codeql-action from 3.25.7 to 3.25.8 (#499)

2024-06-07 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 d5b6ade33 Bump github/codeql-action from 3.25.7 to 3.25.8 (#499)
d5b6ade33 is described below

commit d5b6ade33d5d6c815d29d29a6b79de253e5422e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 08:18:56 2024 -0400

Bump github/codeql-action from 3.25.7 to 3.25.8 (#499)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/f079b849aace61c81488f8bd40919487bd9f...2e230e8fe0ad3a14a340ad0815ddb96d599d2aff)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index f8675975e..ea181e168 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
 # Initializes the CodeQL tools for scanning.
 - name: Initialize CodeQL
-  uses: github/codeql-action/init@f079b849aace61c81488f8bd40919487bd9f 
# v3.25.7
+  uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff 
# v3.25.8
   with:
 languages: ${{ matrix.language }}
 # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -68,7 +68,7 @@ jobs:
 # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 # If this step fails, then you should remove it and run the build manually 
(see below)
 - name: Autobuild
-  uses: 
github/codeql-action/autobuild@f079b849aace61c81488f8bd40919487bd9f # 
v3.25.7
+  uses: 
github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # 
v3.25.8
 
 # ℹ️ Command-line programs to run using the OS shell.
 #  https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
 #   make release
 
 - name: Perform CodeQL Analysis
-  uses: 
github/codeql-action/analyze@f079b849aace61c81488f8bd40919487bd9f # v3.25.7
+  uses: 
github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 3a3dcd358..a6fe7d9a8 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
   retention-days: 5
 
   - name: "Upload to code-scanning"
-uses: 
github/codeql-action/upload-sarif@f079b849aace61c81488f8bd40919487bd9f# 
3.25.7
+uses: 
github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff# 
3.25.8
 with:
   sarif_file: results.sarif



(commons-skin) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was 10f1133)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-skin.git


 was 10f1133  Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-skin) 01/01: Merge pull request #137 from apache/dependabot/github_actions/github/codeql-action-3.25.8

2024-06-07 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-skin.git

commit c71c34a10b7adf849a64ef98db40b03c3cfb52af
Merge: 7a8899f 10f1133
Author: Gary Gregory 
AuthorDate: Fri Jun 7 08:18:17 2024 -0400

Merge pull request #137 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

Bump github/codeql-action from 3.25.7 to 3.25.8

 .github/workflows/scorecards-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(commons-skin) branch master updated (7a8899f -> c71c34a)

2024-06-07 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-skin.git


from 7a8899f  Merge pull request #136 from 
apache/dependabot/github_actions/github/codeql-action-3.25.7
 add 10f1133  Bump github/codeql-action from 3.25.7 to 3.25.8
 new c71c34a  Merge pull request #137 from 
apache/dependabot/github_actions/github/codeql-action-3.25.8

The 1 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:
 .github/workflows/scorecards-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(commons-parent) branch master updated: Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 #425

2024-06-07 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 5260939  Bump org.apache.maven.plugins:maven-checkstyle-plugin from 
3.3.1 to 3.4.0 #425
5260939 is described below

commit 52609391ff121c26c8d99441a7edfe544c278f87
Author: Gary Gregory 
AuthorDate: Fri Jun 7 08:17:28 2024 -0400

Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 
#425
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 64fbb34..a37348d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,6 +70,7 @@ The  type attribute can be add,update,fix,remove.
   Bump 
commons.pmd-impl.version from 7.1.0 to 7.2.0 #422.
   Bump 
org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 #424.
   Bump 
org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 
#425.
+  Bump 
org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 
#425. 
 
 




(commons-parent) branch dependabot/maven/org.apache.maven.plugins-maven-jxr-plugin-3.4.0 deleted (was d04c615)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-jxr-plugin-3.4.0
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


 was d04c615  Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 
3.4.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-parent) branch master updated: Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 3.4.0 (#426)

2024-06-07 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 a9f49b1  Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 
3.4.0 (#426)
a9f49b1 is described below

commit a9f49b1105938c7bb2a5dd6073f73582e9289a5f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 08:16:59 2024 -0400

Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 3.4.0 (#426)

Bumps 
[org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr)
 from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/apache/maven-jxr/releases)
- 
[Commits](https://github.com/apache/maven-jxr/compare/jxr-3.3.2...jxr-3.4.0)

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

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 be66a86..f15288e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
 0.21.2
 3.4.1
 3.7.0
-3.3.2
+3.4.0
 3.22.0
 7.2.0
 3.5.0



(commons-parent) branch master updated: Typos

2024-06-07 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 4194d9c  Typos
4194d9c is described below

commit 4194d9cbe5e5a5e6bb867934935c51e2913e7b08
Author: Gary Gregory 
AuthorDate: Fri Jun 7 08:16:43 2024 -0400

Typos
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d0bfc9d..64fbb34 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,8 +59,8 @@ The  type attribute can be add,update,fix,remove.
 
   
   
-  Generate the javadoc with frames 
when building with JDK 11
-  Build the javadoc only once during 
the release
+  Generate the Javadoc with frames 
when building with JDK 11
+  Build the Javadoc only once during 
the release
   
   
   Bump 
org.junit:junit-bom from 5.11.0-M1 to 5.11.0-M2 #419.



(commons-parent) branch master updated: Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 #425

2024-06-07 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 3730afe  Bump org.apache.maven.plugins:maven-checkstyle-plugin from 
3.3.1 to 3.4.0 #425
3730afe is described below

commit 3730afe7610848ff99f9395e2c307fc5744ed90c
Author: Gary Gregory 
AuthorDate: Fri Jun 7 08:16:20 2024 -0400

Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 
#425
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b1e4f66..d0bfc9d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,6 +69,7 @@ The  type attribute can be add,update,fix,remove.
   Bump 
com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 on Java 11 and 
up.
   Bump 
commons.pmd-impl.version from 7.1.0 to 7.2.0 #422.
   Bump 
org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 #424.
+  Bump 
org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 
#425.
 
 




(commons-parent) branch dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.4.0 deleted (was f05af61)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.4.0
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


 was f05af61  Bump org.apache.maven.plugins:maven-checkstyle-plugin

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(commons-parent) branch dependabot/github_actions/github/codeql-action-3.25.8 deleted (was ef0eda7)

2024-06-07 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.25.8
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


 was ef0eda7  Bump github/codeql-action from 3.25.7 to 3.25.8

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



  1   2   3   4   5   6   7   8   9   10   >