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 6ef98e3bf Bump org.apache.commons:commons-parent from 79 to 80
6ef98e3bf is described below
commit 6ef98e3bff3d0500b95d98b6601e6fda58a2cfe6
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jan 29 10:23:00 2025 -0500
Bump org.apache.commons:commons-parent from 79 to 80
Remove -nouses directive from maven-bundle-plugin. OSGi package imports
now state 'uses' definitions for package imports, this doesn't affect
JPMS
---
pom.xml | 2 +-
src/changes/changes.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 09b056dd6..ca7fadf3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>79</version>
+ <version>80</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-lang3</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 960c6a407..8a52306f1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,6 +79,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix Spotbugs [ERROR] Medium: The field
org.apache.commons.lang3.builder.DiffBuilder$SDiff.rightSupplier is transient
but isn't set by deserialization
[org.apache.commons.lang3.builder.DiffBuilder$SDiff] In DiffBuilder.java
SE_TRANSIENT_FIELD_NOT_RESTORED.</action>
<action issue="LANG-1762" type="fix" dev="ggregory" due-to="Alonso
Gonzalez, Gary Gregory">StopWatch methods should not delegate to deprecated
methods.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Don't call TypeUtils.toString(Type) on every array item in
TypeUtils.parameterize[WithOwner](Type, Class, Map, Type>) unless
required.</action>
+ <action type="fix" dev="ggregory" due-to="Gary
Gregory">Remove -nouses directive from maven-bundle-plugin. OSGi package
imports now state 'uses' definitions for package imports, this doesn't affect
JPMS (from org.apache.commons:commons-parent:80).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add Strings and refactor StringUtils.</action>
<action issue="LANG-1747" type="add" dev="ggregory" due-to="Oliver B.
Fischer, Gary Gregory">Add StopWatch.run([Failable]Runnable) and
get([Failable]Supplier).</action>
@@ -99,7 +100,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add FailableIntToFloatFunction.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add Validate.isTrue(boolean, Supplier<String>).</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 73 to 79
#1267, #1277, #1283, #1288, #1302.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 73 to 80
#1267, #1277, #1283, #1288, #1302.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">[site] Bump org.codehaus.mojo:taglist-maven-plugin from
3.1.0 to 3.2.1 #1300.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">[test] Bump org.easymock:easymock from 5.4.0 to 5.5.0
#1317.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">[test] Bump org.apache.commons:commons-text from 1.12.0 to
1.13.0 #1336.</action>