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: RELEASE-NOTES.txt
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ o Reimplement StopWatch internals to use java.time. Thanks to Gary Gr
128
128
o LANG-1745: RandomStringUtils.random() with a negative character index should throw IllegalArgumentException. Thanks to Wang Hailong, Gary Gregory.
129
129
o LANG-1741: LocaleUtils.toLocale(String) cannot parse four segments. Thanks to Wang Hailong, Gary Gregory.
130
130
o Use fewer intermediary strings in DefaultExceptionContext.getFormattedExceptionMessage(String). Thanks to Gary Gregory.
131
-
o Fix Javadoc in StringUtils.splitPreserveAllTokens() #1251. Thanks to V�clav Haisman.
131
+
o Fix Javadoc in StringUtils.splitPreserveAllTokens() #1251. Thanks to V�clav Haisman.
132
132
o Deprecate ArraySort constructor for removal. Thanks to Gary Gregory.
133
133
o Deprecate CharEncoding constructor for removal. Thanks to Gary Gregory.
134
134
o Deprecate Conversion constructor for removal. Thanks to Gary Gregory.
@@ -205,15 +205,15 @@ o Add RuntimeEnvironment.inContainer() #1241. Thanks to Gary Gregory.
205
205
o Add AppendableJoiner and refactor string joining #1244. Thanks to Gary Gregory.
206
206
207
207
Fixed Bugs:
208
-
o Improve Javadoc in ExceptionUtils #1136. Thanks to Mikl�s Karak�, Gary Gregory.
208
+
o Improve Javadoc in ExceptionUtils #1136. Thanks to Mikl�s Karak�, Gary Gregory.
209
209
o Fixed two non-deterministic tests in EnumUtilsTest.java #1131. Thanks to Saiharshith Karuneegar Ramesh, Gary Gregory.
210
210
o LANG-1721: Fix wrong number check that cause StringIndexOutOfBoundsException #1140. Thanks to Arthur Chan, Gary Gregory.
211
211
o LANG-1722: Rethrow NegativeArraySizeException as SerializationException in SerializationUtils.deserialize(InputStream) #1141. Thanks to Arthur Chan.
212
212
o LANG-1723: Throw NumberFormatException instead of IndexOutOfBoundsException in NumberUtils.getMantissa(String, int) #1145. Thanks to Arthur Chan, Gary Gregory.
213
-
o Minor grammar fixes #1143. Thanks to Parano�d User.
213
+
o Minor grammar fixes #1143. Thanks to Parano�d User.
214
214
o LANG-1713: ArrayUtils will return null when adding two null arrays, but undocumented. Thanks to John Hendrikx, Gary Gregory.
215
215
o Let parent POM figure out commons.spdx.version. Thanks to Gary Gregory.
216
-
o LANG-1726: Undeprecate ExceptionUtils.rethrow(Throwable). Thanks to V�clav Haisman, Gary Gregory.
216
+
o LANG-1726: Undeprecate ExceptionUtils.rethrow(Throwable). Thanks to V�clav Haisman, Gary Gregory.
217
217
o LANG-1702: Test the Conversion class #1155. Thanks to Elliotte Rusty Harold.
218
218
o Address minor redundancies after code inspection #1148. Thanks to ParanoidUser, Elliotte Rusty Harold, Gary Gregory.
219
219
o Allow EventListenerSupport to handle (and ignore) exception from listeners allowing invocation of all listeners #1167. Thanks to Gary Gregory.
@@ -288,7 +288,7 @@ o Bump org.easymock:easymock from 5.2.0 to 5.3.0 #1232. Thanks to Dep
288
288
o Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 #1242. Thanks to Dependabot.
289
289
290
290
Removed:
291
-
o Drop obsolete JDK 13 Maven profile #1142. Thanks to Parano�d User.
291
+
o Drop obsolete JDK 13 Maven profile #1142. Thanks to Parano�d User.
292
292
293
293
Historical list of changes: https://commons.apache.org/proper/commons-lang/changes-report.html
294
294
@@ -354,7 +354,7 @@ o LANG-1704: ImmutablePair and ImmutableTriple implementation don't match final
354
354
o [Javadoc] Fix Incorrect Description in Processor isAarch64() #1093. Thanks to Sung Ho Yoon.
355
355
o [Javadoc] Point to right getShortClassName flavor in Javadoc for relevant notes #1097. Thanks to ljacqu.
356
356
o Improve performance of StringUtils.isMixedCase() #1096. Thanks to hduelme.
357
-
o LANG-1706: ThreadUtils find methods should not return null items #1098. Thanks to Alberto Fern�ndez.
357
+
o LANG-1706: ThreadUtils find methods should not return null items #1098. Thanks to Alberto Fern�ndez.
358
358
o LANG-1710: ReflectionToStringBuilder changes in version 3.13.0 has broken the logic for overriding classes. Thanks to Shashank Sharma, Gary Gregory, Oksana.
359
359
o Return "null" instead of NPE in ClassLoaderUtils.toString(ClassLoader). Thanks to Gary Gregory.
360
360
o Return "null" instead of NPE in ClassLoaderUtils.toString(URLClassLoader). Thanks to Gary Gregory.
@@ -810,7 +810,7 @@ o LANG-1564: Use Collections.singletonList insteadof Arrays.asList when there be
810
810
o LANG-1553: Change array style from `int a[]` to `int[] a` #537. Thanks to XenoAmess.
811
811
o LANG-1552: Change from addAll to constructors for some List #536. Thanks to XenoAmess.
812
812
o LANG-1558: Simplify if as some conditions are covered by others #543. Thanks to XenoAmess.
813
-
o LANG-1567: Fixed Javadocs for setTestRecursive() #556. Thanks to Miguel Mu�oz, Bruno P. Kinoshita, Gary Gregory.
813
+
o LANG-1567: Fixed Javadocs for setTestRecursive() #556. Thanks to Miguel Mu�oz, Bruno P. Kinoshita, Gary Gregory.
814
814
o LANG-1542: ToStringBuilder.reflectionToString - Wrong JSON format when object has a List of Enum. Thanks to Tr?n Ng?c Khoa, Gary Gregory.
815
815
o Make org.apache.commons.lang3.CharSequenceUtils.toCharArray(CharSequence) public.
816
816
o org.apache.commons:commons-parent 50 -> 51.
@@ -828,7 +828,7 @@ patches, or suggestions for improvement, see the Apache Commons Lang website:
0 commit comments