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
String, Function<E, String>, E) now returns the given default enum on
null enumClass input
- org.apache.commons.lang3.EnumUtils.getEnumIgnoreCase(Class<E>, String,
E) now returns the given default enum on null enumClass input
- org.apache.commons.lang3.EnumUtils.getEnumIgnoreCase(Class<E>, String)
now returns the given default enum on null enumClass input
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,9 @@ The <action> type attribute can be add,update,fix,remove.
100
100
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Fix edge-case NullPointerException in org.apache.commons.lang3.SystemUtils.isJavaVersionAtMost(JavaVersion).</action>
101
101
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Return the default enum if a SecurityException is caught in getEnumSystemProperty().</action>
102
102
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Fix edge-case NullPointerException in org.apache.commons.lang3.EnumUtils.getEnum(Class, String, E).</action>
103
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">org.apache.commons.lang3.EnumUtils.getFirstEnumIgnoreCase(Class, String, Function, E) now returns the given default enum on null enumClass input.</action>
104
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">org.apache.commons.lang3.EnumUtils.getEnumIgnoreCase(Class, String, E) now returns the given default enum on null enumClass input.</action>
105
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">org.apache.commons.lang3.EnumUtils.getEnumIgnoreCase(Class, String) now returns the given default enum on null enumClass input.</action>
103
106
<!-- ADD -->
104
107
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add Strings and refactor StringUtils.</action>
105
108
<actionissue="LANG-1747"type="add"dev="ggregory"due-to="Oliver B. Fischer, Gary Gregory">Add StopWatch.run([Failable]Runnable) and get([Failable]Supplier).</action>
0 commit comments