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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,13 @@ The <action> type attribute can be add,update,fix,remove.
47
47
<body>
48
48
<releaseversion="1.14.1"date="YYYY-MM-DD"description="This is a feature and maintenance release. Java 8 or later is required.">
49
49
<!-- FIX -->
50
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Fix exception message typo in XmlStringLookup.XmlStringLookup(Map, Path...).</action>
51
+
<actiontype="fix"dev="ggregory"due-to="Pierre Post, Sumit Bera, Alex Herbert, Gary Gregory"issue="TEXT-236">Inserting at end of a TextStringBuilder throws a StringIndexOutOfBoundsException.</action>
50
52
<!-- ADD -->
51
53
<actiontype="add"dev="ggregory"due-to="Piotr P. Karwasz, Gary Gregory">Add experimental CycloneDX VEX file #683.</action>
52
54
<!-- UPDATE -->
55
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.17.6 to 1.17.7 #696.</action>
56
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 87.</action>
53
57
</release>
54
58
<releaseversion="1.14.0"date="2025-07-20"description="Release 1.14.0. Requires Java 8 or above.">
55
59
<!-- FIX -->
@@ -63,7 +67,6 @@ The <action> type attribute can be add,update,fix,remove.
63
67
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Fix PMD AvoidBranchingStatementAsLastInLoop in TextStringBuilder.</action>
64
68
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Fix PMD AvoidBranchingStatementAsLastInLoop in StrBuilder.</action>
65
69
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">org.apache.commons.text.translate.LookupTranslator.LookupTranslator(Map CharSequence>) now throws NullPointerException instead of java.security.InvalidParameterException.</action>
66
-
67
70
<!-- ADD -->
68
71
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Interface StringLookup now extends UnaryOperator<String>.</action>
0 commit comments