- 010c313 Prepare for the next release candidate by Gary D. Gregory · 2 days ago master
- d9b9a2a Replace old feather logotype with new oak logotype by Gary D. Gregory · 2 days ago
- bd5edbf Bump org.apache.commons:commons-parent from 87 to 88 by Gary D. Gregory · 2 days ago
- 1a49a5e Javadoc by Gary Gregory · 3 days ago
- 08bf347 Javadoc by Gary Gregory · 3 days ago
- e61f79b Deprecate constants for obsolete system properties in SystemUtils by Gary Gregory · 3 days ago
- 75f9aa6 Javadoc by Gary Gregory · 3 days ago
- 0c58cce Deprecate obsolete system property constants. by Gary Gregory · 3 days ago
- b8d9617 Javadoc by Gary Gregory · 4 days ago
- 533396f Javadoc by Gary Gregory · 4 days ago
- 8b27dec Add SystemProperties.getBoolean(Class, String, BooleanSupplier) by Gary Gregory · 4 days ago
- 9cbf068 Javadoc by Gary Gregory · 4 days ago
- 6bac1a2 Migrate from deprecated APIs by Gary Gregory · 4 days ago
- a58fa28 Javadoc by Gary Gregory · 4 days ago
- 995f227 Javadoc by Gary Gregory · 4 days ago
- ecc97cd Javadoc by Gary Gregory · 4 days ago
- 35f35e9 Add DurationUtils.get(String, TemporalUnit, long) by Gary Gregory · 6 days ago
- f626e53 Use simple names in action descriptions by Gary Gregory · 6 days ago
- d8f7c38 Add DoubleRange.fit(double) by Gary Gregory · 6 days ago
- fe43aa4 Add LongRange.fit(long) by Gary Gregory · 6 days ago
- 63eae72 Add IntegerRange.fit(int) by Gary Gregory · 6 days ago
- 5ffa640 Adjust the bar for Jacoco and commons.jacoco.complexityRatio by Gary D. Gregory · 8 days ago
- 9774c21 Reuse parent POM's commons.jmh.version property by Gary D. Gregory · 8 days ago
- ab54a7b Raise the bar for Jacoco and commons.jacoco.complexityRatio by Gary D. Gregory · 8 days ago
- 8132b80 [LANG-1784] Add Functions|Failable methods for null-safe mapping and by Gary D. Gregory · 8 days ago
- ebfc393 Sort methods by Gary D. Gregory · 8 days ago
- c49ed13 [LANG-1784] Add Functions|Failable methods for null-safe mapping and by Gary D. Gregory · 8 days ago
- 07914b3 [LANG-1784] Add Failable methods for null-safe mapping and chaining #1435 by Gary D. Gregory · 8 days ago
- 1a3a12d [LANG-1784] Add Functions methods for null-safe mapping and chaining #1435 by Gary D. Gregory · 8 days ago
- 13b9bd6 Javadoc by Gary D. Gregory · 8 days ago
- 532f658 Rename test class to match class under test by Gary D. Gregory · 8 days ago
- d7b8ffb Javadoc by Gary D. Gregory · 8 days ago
- 8fb6551 Test [LANG-1743] when ArrayUtils.removeAll meeting 'null' array by Gary D. Gregory · 8 days ago
- decf0f1 Bump github/codeql-action from 3.30.1 to 3.30.3 (#1446) by dependabot[bot] · 10 days ago
- 63c3546 Javadoc by Gary D. Gregory · 11 days ago
- e56ce0f Add ByteSupplier by Gary D. Gregory · 12 days ago
- 19bac38 Add FailableByteSupplier by Gary D. Gregory · 12 days ago
- a4ec388 Add FailableByteConsumer by Gary D. Gregory · 12 days ago
- 1852dee Javadoc by Gary D. Gregory · 12 days ago
- 7e5f3da Add ByteConsumer by Gary D. Gregory · 12 days ago
- 2323400 Javadoc by Gary D. Gregory · 2 weeks ago
- 9e8bf56 Deprecate NumberUtils.compare(short, short) in favor of by Gary D. Gregory · 2 weeks ago
- 611887f Deprecate NumberUtils.compare(long, long) in favor of Long.compare(long, long) by Gary D. Gregory · 2 weeks ago
- 1d9093c Deprecate NumberUtils.compare(int, int) in favor of Integer.compare(int, int) by Gary D. Gregory · 2 weeks ago
- a1ea0e4 Deprecate NumberUtils.compare(byte, byte) in favor of Byte.compare(byte, byte) by Gary D. Gregory · 2 weeks ago
- 1eb7802 Fix Javadoc example by Gary D. Gregory · 2 weeks ago
- f9947d0 Fix the method name in Javadoc examples for CharUtils.isHex() #1444 by Gary D. Gregory · 2 weeks ago
- e267036 Corrected the method name in Javadoc examples (#1444) by mayuming · 2 weeks ago
- 8262fd8 Bump github/codeql-action from 3.29.11 to 3.30.1 (#1443) by dependabot[bot] · 2 weeks ago
- 6303b3f Javadoc upper case acronyms by Gary D. Gregory · 3 weeks ago
- 8a5ea52 Use JRE constants by Gary D. Gregory · 3 weeks ago
- 42fef8b Better Javadoc and exception messages by Gary D. Gregory · 3 weeks ago
- 9456a9a Improve Javadocs for Conversion by Gary D. Gregory · 3 weeks ago
- 719acc8 Javadoc by Gary D. Gregory · 3 weeks ago
- b284082 Comments by Gary D. Gregory · 3 weeks ago
- ae8ba31 Revert to the released behavior and update tests by Gary D. Gregory · 3 weeks ago
- 22d2664 Fix CalendarUtils.toLocalDate() Javadoc return type description #1440 by Gary D. Gregory · 3 weeks ago
- db29f5b Javadoc (#1440) by mayuming · 3 weeks ago
- be8b654 Conversion.hexTo*() methods now throw IllegalArgumentException instead by Gary D. Gregory · 3 weeks ago
- 7833161 Conversion.hexTo*() methods now throw IllegalArgumentException instead by Gary D. Gregory · 3 weeks ago
- 1de1da9 XML format nit by Gary D. Gregory · 3 weeks ago
- 929df5d Conversion.hexTo*() methods now throw IllegalArgumentException instead by Gary D. Gregory · 3 weeks ago
- bf42165 Javadoc by Gary D. Gregory · 3 weeks ago
- c55d1f3 Merge branch 'master' of https://garydgregory@github.com/apache/commons-lang.git by Gary D. Gregory · 3 weeks ago
- a661870 [LANG-1774] ClassUtils.getShortCanonicalName() can not handle invalid input by Gary D. Gregory · 3 weeks ago
- 61c2d8f [LANG-1774] Improve handling of ClassUtils.getShortCanonicalName for invalid input data (#1437) by madhurlathi · 3 weeks ago
- 7b3c1cc Add assertions to org.apache.commons.lang3.ClassUtilsTest by Gary D. Gregory · 3 weeks ago
- 71f3b1d Add assertions to org.apache.commons.lang3.ClassUtilsTest by Gary D. Gregory · 3 weeks ago
- c36116a Javadoc by Gary D. Gregory · 3 weeks ago
- c3de9e0 Don't create extra temporary Strings by Gary D. Gregory · 3 weeks ago
- 89a6b41 Add assertions to by Gary D. Gregory · 3 weeks ago
- eb60952 Reuse own API better by Gary D. Gregory · 3 weeks ago
- 6a06317 Remove extra whitespace by Gary D. Gregory · 3 weeks ago
- b258a16 Remove extra whitespace in string comparison logic (#1439) by mayuming · 3 weeks ago
- 15a6578 [LANG-1597] Invocation fails because matching varargs method found but by Gary D. Gregory · 3 weeks ago
- 3f9333e [LANG-1782] getMatchingAccessibleMethod incorrectly returns null if no by Gary D. Gregory · 3 weeks ago
- 14d3450 MethodUtils cannot find or invoke vararg methods when widening primitive by Gary D. Gregory · 3 weeks ago
- 1897e4d Reuse ArrayUtils.setAll() by Gary D. Gregory · 3 weeks ago
- 565d026 Reuse ArrayUtils.setAll() by Gary D. Gregory · 3 weeks ago
- bdbc6cb Use ternary. by Gary D. Gregory · 3 weeks ago
- 0aba82a Reuse ArrayUtils.setAll() by Gary D. Gregory · 3 weeks ago
- 36423bd Use expression by Gary D. Gregory · 3 weeks ago
- ab108a1 Add comment by Gary D. Gregory · 3 weeks ago
- 70e6930 Javadoc by Gary D. Gregory · 3 weeks ago
- 7fa2f7e Better internal name and comments by Gary D. Gregory · 3 weeks ago
- 325d06c Reduce vertical whitespace by Gary D. Gregory · 3 weeks ago
- 1e53065 Javadoc by Gary D. Gregory · 3 weeks ago
- eaf6cac Internal refactoring by Gary D. Gregory · 3 weeks ago
- aff5352 Reduce vertical whitespace by Gary D. Gregory · 3 weeks ago
- 0ca9e76 Javadoc by Gary D. Gregory · 3 weeks ago
- c67935e Don't check accessibility twice in MemberUtils.setAccessibleWorkaround(T) by Gary D. Gregory · 3 weeks ago
- 2355e5c Reduce vertical whitespace by Gary D. Gregory · 3 weeks ago
- 5dd8e33 MethodUtils cannot find or invoke vararg methods of interface types by Gary D. Gregory · 3 weeks ago
- e2b349d Fix exception message by Gary D. Gregory · 3 weeks ago
- adc598c Add comments by Gary D. Gregory · 3 weeks ago
- 397d249 Bump actions/dependency-review-action from 4.7.2 to 4.7.3 (#1438) by dependabot[bot] · 3 weeks ago
- 43bf070 Go back to the Maven Javadoc plugin 3.11.2 by Gary Gregory · 3 weeks ago
- 0ffdc06 Reduce whitespace by Gary Gregory · 3 weeks ago
- 0802ea0 Reset commons.rc.version by Gary Gregory · 3 weeks ago
- bcf6c68 Normalize encoding name to upper case by Gary Gregory · 3 weeks ago