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