1. e9d7d35 Deprecate Validate.Validate(). by Gary Gregory · 19 hours ago master
  2. ab34e33 Bump github/codeql-action from 4.32.6 to 4.34.0 by Gary Gregory · 19 hours ago
  3. 4286986 [LANG-1813] ArrayUtils#hashCode() Javadoc incorrectly states “null by Gary Gregory · 26 hours ago
  4. 1fa1193 Add a reference to safe deserlialization by Gary Gregory · 2 days ago
  5. bd247e4 Use String.format() by Gary Gregory · 4 days ago
  6. 487ba4d Remove link to now malicious site. by Gary Gregory · 10 days ago
  7. aaf9b51 Bump actions/upload-artifact from 6.0.0 to 7.0.0 by Gary Gregory · 12 days ago
  8. 25918c0 Tests a custom collection and map with EqualsBuilder.reflectionEquals by Gary Gregory · 2 weeks ago
  9. a8bc9f3 Better text by Gary Gregory · 2 weeks ago
  10. 16f30b4 [LANG-1819] Javadoc ArrayUtils.removeAll() null input behavior by Gary Gregory · 2 weeks ago
  11. c28cc55 LANG-1819: Fix ArrayUtils.removeAll() Javadoc for null array input (#1614) by Partha Protim Paul · 2 weeks ago
  12. 7f07c82 Bump github/codeql-action from 4.32.5 to 4.32.6 by Gary Gregory · 2 weeks ago
  13. ca21966 Internal refactoring by Gary Gregory · 2 weeks ago
  14. ede2d7e Javadoc by Gary Gregory · 2 weeks ago
  15. 677e57f Fix NullPointerException in StopWatch.getStopTime() by Gary Gregory · 2 weeks ago
  16. db13526 Fix StopWatch's stopInstant match stopTimeNanos when split is called #1610 by Gary Gregory · 2 weeks ago
  17. aa47951 fix: Make stopInstant be in sync with stopTimeNanos for split (#1610) by Lars Helge Øverland · 2 weeks ago
  18. 185edc4 Bump github/codeql-action from 4.32.4 to 4.32.5 by Gary Gregory · 3 weeks ago
  19. 78dc565 Bump org.apache.commons:commons-parent from 96 to 97. by Gary Gregory · 3 weeks ago
  20. a4dd12f Bump github/codeql-action from 4.32.0 to 4.32.4 by Gary Gregory · 4 weeks ago
  21. 3184484 Reuse constants by Gary Gregory · 4 weeks ago
  22. 36e941d [LANG-771] DateUtils.ceiling does not behave correctly for dates on the by Gary Gregory · 4 weeks ago
  23. a9a0dd8 LANG-771 Fix DateUtils.ceiling increment on exact boundary (#1609) by Indy · 4 weeks ago
  24. b56c688 Add test assertions for the max date. by Gary Gregory · 4 weeks ago
  25. f00b0b2 Add assertions for the max Date by Gary Gregory · 4 weeks ago
  26. d4d25fd Add assertions for the max Date by Gary Gregory · 4 weeks ago
  27. a6fd5cc Javadoc by Gary Gregory · 4 weeks ago
  28. c62d9f7 Reduce visibility of test classes and methods per JUnit 5 conventions by Gary Gregory · 4 weeks ago
  29. 41ff880 Adjust Javadoc since tags by Gary Gregory · 4 weeks ago
  30. 32b2d92 Javadoc by Gary Gregory · 4 weeks ago
  31. 7489d6e CharSet now maintains iteration order by Gary Gregory · 4 weeks ago
  32. b3cd50b [Javadoc] Add usage examples to CharSet.contains(char) #1605 by Gary Gregory · 4 weeks ago
  33. 2eca27e [Javadoc]: Add usage examples to `CharSet.contains` Javadoc (#1605) by Mohammad Bireybi · 4 weeks ago
  34. 7ebab00 Disable debug output in org.apache.commons.lang3.math.NumberUtilsTest by Gary Gregory · 4 weeks ago
  35. 0a40edb Bump github/codeql-action from 4.32.2 to 4.32.3 by Gary Gregory · 4 weeks ago
  36. 25adf41 Normalize Javadoc spelling by Gary Gregory · 5 weeks ago
  37. 595705d Remove unnecessary lambda block by Gary Gregory · 5 weeks ago
  38. ef871ec Remove empty lines by Gary Gregory · 5 weeks ago
  39. 1875db4 Add test coverage for negative-day adjustment in DurationFormatUtils #1596 by Gary Gregory · 5 weeks ago
  40. da6d337 Add test coverage for negative-day adjustment in DurationFormatUtils (#1596) by TK_ENDO · 5 weeks ago
  41. cfaaa23 ix StringUtils.abbreviate(String, String, int) contract violations #1572. by Gary Gregory · 5 weeks ago
  42. 4a6a984 StringUtils.abbreviate(String, String, int) contract violations (#1572) by ThrawnCA · 5 weeks ago
  43. e23f953 Bump actions/cache from 5.0.2 to 5.0.3 by Gary Gregory · 6 weeks ago
  44. 21b1c29 [LANG-1817] UncheckedFutureImpl clears thread interrupt status when by Gary Gregory · 6 weeks ago
  45. fa39240 [LANG-1817] UncheckedFutureImpl clears thread interrupt status when by Gary Gregory · 6 weeks ago
  46. 3a055ba Use max-parallel: 20 as asked by Apache Infra by Gary Gregory · 6 weeks ago
  47. ea6efc5 Bump github/codeql-action from 4.32.0 to 4.32.2 by Gary Gregory · 6 weeks ago
  48. 4eb7bdf Javadoc by Gary Gregory · 7 weeks ago
  49. e1ffb6e ThreadUtils.sleepQuietly(Duration) now restores the current thread's by Gary Gregory · 7 weeks ago
  50. 2cdac97 Bump github/codeql-action from 4.31.11 to 4.32.0 by Gary Gregory · 7 weeks ago
  51. d40798d [LANG-1818] Fix ClassUtils.getShortClassName(Class) to correctly handle by Gary Gregory · 7 weeks ago
  52. 4052e98 LANG-1818: Fix ClassUtils.getShortClassName(Class) to correctly handle $ in valid class names (#1591) by Ivan Ponomarev · 7 weeks ago
  53. 7bcb03a Fix StringIndexOutOfBoundsException message in StrBuilder.append(char[], by Gary Gregory · 8 weeks ago
  54. c477140 LANG-1816: ArrayUtils contains/indexOf/indexesOf with tolerance fail to by Gary Gregory · 8 weeks ago
  55. 24e0b28 Sort members by Gary Gregory · 8 weeks ago
  56. 52c06be fix LANG-1816 (#1589) by Ivan Ponomarev · 8 weeks ago
  57. 9bca5d0 Refactor magic numbers by Gary Gregory · 8 weeks ago
  58. 3617bc1 Better internal names by Gary Gregory · 8 weeks ago
  59. cebde03 Javadoc by Gary Gregory · 8 weeks ago
  60. dfaa238 [LANG-1814] ArrayUtils.subarray(..) may overflow index arithmetic and by Gary Gregory · 8 weeks ago
  61. 26ead61 [LANG-1814] ArrayUtils.subarray(..) may overflow index arithmetic and violate contract for extreme index values #1585 by Ivan Ponomarev · 8 weeks ago
  62. 87538eb Javadoc typo by Gary Gregory · 8 weeks ago
  63. e7cdeac Bump github/codeql-action from 4.31.10 to 4.31.11 by Gary Gregory · 8 weeks ago
  64. c5b1a87 [LANG-1707"] Add ArrayUtils.concat() methods for concatenating multiple by Gary Gregory · 8 weeks ago
  65. eefe5c8 [LANG-1707] Add ArrayUtils.concat methods for concatenating multiple arrays (#1519) by Ivan Malutin · 8 weeks ago
  66. d4cb592 [LANG-1452] RecursiveToStringStyle and MultilineRecursiveToStringStyle by Gary Gregory · 8 weeks ago
  67. 1418a77 [LANG-1452] RecursiveToStringStyle and MultilineRecursiveToStringStyle shouldn't recurse into a java.math.BigDecimal (#1584) by Gary Gregory · 8 weeks ago
  68. 3f803b8 Call Object.getClass() once by Gary Gregory · 8 weeks ago
  69. c9a185d Add RecursiveToStringStyleTest.testPrimitiveWrapperArray() by Gary Gregory · 8 weeks ago
  70. 91b536e Javadoc by Gary Gregory · 8 weeks ago
  71. b98942f Add ArrayUtils.getDimensions(Object) by Gary Gregory · 8 weeks ago
  72. 934e6d8 Test JRE edge cases for Arrays versus ArrayUtils.hashCode() by Gary Gregory · 8 weeks ago
  73. 93be4f0 Javadoc by Gary Gregory · 8 weeks ago
  74. 351510b Remove extra vertical whitespace by Gary Gregory · 8 weeks ago
  75. 4bb9e26 Test JRE edge cases for Arrays versus ArrayUtils.hashCode() by Gary Gregory · 8 weeks ago
  76. ae6b3eb Fix Javadoc in DoubleRange.of(Double, Double) to reflect actual by Gary Gregory · 8 weeks ago
  77. 6f2a106 Fix Javadoc @throws by Gary Gregory · 8 weeks ago
  78. b076e47 Fix JavaDoc to reflect actual exception type thrown (IllegalArgumentException to NullPointerException) (#1581) by Ivan Ponomarev · 8 weeks ago
  79. 151b1c3 Bump actions/checkout from 6.0.1 to 6.0.2 by Gary Gregory · 8 weeks ago
  80. becbcff Use a single return in indexesOf() methods by Gary Gregory · 8 weeks ago
  81. a4cf528 Use a single return by Gary Gregory · 8 weeks ago
  82. 2c68a65 Merge branch 'master' of https://garydgregory@github.com/apache/commons-lang.git by Gary Gregory · 8 weeks ago
  83. 47deaf1 Fix ClassNotFoundException message in ClassUtils.getClass(String) #1577. by Gary Gregory · 8 weeks ago
  84. b622445 Fix ClassNotFoundException message variable (#1577) by 烂泥扶上墙 · 8 weeks ago
  85. c4ea2b0 Improve branch coverage for Processor (isAarch64, isRISCV); add by Gary Gregory · 8 weeks ago
  86. 5db0618 Test: Improve branch coverage for Processor.java (isAarch64, isRISCV) (#1578) by Dhaneesh.M · 8 weeks ago
  87. 4ba46c6 Bump actions/setup-java from 5.1.0 to 5.2.0 by Gary Gregory · 8 weeks ago
  88. 7b8f3b9 Javadoc by Gary Gregory · 8 weeks ago
  89. b828652 Sort members by Gary Gregory · 8 weeks ago
  90. 7965231 Comment out NewlineAtEndOfFile for now by Gary Gregory · 8 weeks ago
  91. 675ab08 Bump org.apache.commons:commons-parent from 95 to 96 by Gary Gregory · 8 weeks ago
  92. 04bd273 Add Checkstyele NewlineAtEndOfFile by Gary Gregory · 8 weeks ago
  93. d65e8a6 Add // comments by Gary Gregory · 8 weeks ago
  94. ac91ddd Improve test coverage for TypeUtils.isAssignable() #1574. by Gary Gregory · 8 weeks ago
  95. 505acb8 Improve test coverage for TypeUtils.isAssignable (#1574) by Dhaneesh.M · 8 weeks ago
  96. 1436c59 Remove unused test class by Gary Gregory · 8 weeks ago
  97. 9dd127b Add long support to BitField #1561. by Gary Gregory · 9 weeks ago
  98. 6a27a9b Add long support to BitField #1561. by Gary Gregory · 9 weeks ago
  99. f2bdb0c Add long support to `BitField` (#1561) by Gary Gregory · 9 weeks ago
  100. d68bf97 Javadoc by Gary Gregory · 9 weeks ago