You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ The <action> type attribute can be add,update,fix,remove.
79
79
<actiontype="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>
80
80
<actionissue="LANG-1762"type="fix"dev="ggregory"due-to="Alonso Gonzalez, Gary Gregory">StopWatch methods should not delegate to deprecated methods.</action>
81
81
<actiontype="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>
82
+
<actiontype="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>
82
83
<!-- ADD -->
83
84
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add Strings and refactor StringUtils.</action>
84
85
<actionissue="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.
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 73 to 79 #1267, #1277, #1283, #1288, #1302.</action>
103
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 73 to 80 #1267, #1277, #1283, #1288, #1302.</action>
103
104
<actiontype="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>
104
105
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">[test] Bump org.easymock:easymock from 5.4.0 to 5.5.0 #1317.</action>
105
106
<actiontype="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>
0 commit comments