1. 8eace65 Fix the month/day example in DurationFormatUtils.formatPeriod Javadoc (#1772). by Gary Gregory · 2 days ago master
  2. 17df41b Fix the month/day example in DurationFormatUtils.formatPeriod Javadoc (#1772) by anchor · 2 days ago
  3. 163b55c Keep StringUtils stripStart and stripEnd off surrogate pair boundaries (#1773). by Gary Gregory · 2 days ago
  4. c747711 keep stripStart and stripEnd off surrogate pair boundaries (#1773) by alhuda · 2 days ago
  5. 8bf8b78 Reuse Suppliers.get() by Gary Gregory · 2 days ago
  6. a6a19b3 Comment out unused for now. by Gary Gregory · 4 days ago
  7. c0159a8 Sort members. by Gary Gregory · 4 days ago
  8. c999eec Keep StringUtils chop from splitting a trailing surrogate pair (#1770). by Gary Gregory · 4 days ago
  9. 62f6edf Keep chop from splitting a trailing surrogate pair (#1770) by alhuda · 4 days ago
  10. 9ed5d0b Fix low surrogate false match in containsAny/containsNone/indexOfAny (#1771). by Gary Gregory · 4 days ago
  11. 4ee32aa Fix low surrogate false match in containsAny/containsNone/indexOfAny (#1771) by alhuda · 4 days ago
  12. d5ae92a Fix spurious overflow in Fraction.multiplyBy for unreduced operands (#1769) by Gary Gregory · 6 days ago
  13. 10f4421 Fix spurious overflow in Fraction.multiplyBy for unreduced operands (#1769) by alhuda · 6 days ago
  14. 9d1f110 Bump actions/setup-java from 5.6.0 to 5.7.0 by Gary Gregory · 11 days ago
  15. 6f56636 Bump github/codeql-action from 4.37.3 to 4.37.6. by Gary Gregory · 12 days ago
  16. 164b290 Simplify Instants.toMillisSince(Instant) by Gary Gregory · 12 days ago
  17. ebd9b23 Fix the overflow bound direction in Instants.toMillisSince(Instant) (#1766). by Gary Gregory · 12 days ago
  18. 9288e2c Fix the overflow bound direction in Instants.toMillisSince(Instant) (#1766) by renechoi · 12 days ago
  19. 03636f3 Refactor test util method by Gary Gregory · 12 days ago
  20. af1b18e Parameterize ConversionTest.testHexDigitToIntIllegalArgumentException(char) by Gary Gregory · 12 days ago
  21. 50478b4 Split ConversionTest.testHexDigitToInt() by Gary Gregory · 12 days ago
  22. baf4b59 Javadoc by Gary Gregory · 12 days ago
  23. 3ebdbc6 Reject non-ASCII hex characters in Conversion.hexDigitToInt (#1767). by Gary Gregory · 12 days ago
  24. 54ee8ec Reject non-ASCII hex characters in Conversion.hexDigitToInt (#1767) by alhuda · 12 days ago
  25. 7d15536 Javadoc by Gary Gregory · 14 days ago
  26. 8f8f3b2 Fix two Javadoc errors in StringUtils (#1763). by Gary Gregory · 2 weeks ago
  27. a1c12e6 Fix two Javadoc errors in StringUtils (#1763) by hunghhdev · 2 weeks ago
  28. 285cd2f Simplify AbstractReflection.setAccessible(boolean, AccessibleObject) by Gary Gregory · 2 weeks ago
  29. 65f6692 Sort members by Gary Gregory · 2 weeks ago
  30. e76dcd7 [LANG-1815] Fix AnnotationUtils.equals for package-private annotations (#1760). by Gary Gregory · 2 weeks ago
  31. 7e5906f [LANG-1815] Fix AnnotationUtils.equals for package-private annotations. (#1760) by Maksym Korshun · 2 weeks ago
  32. c84d1a3 Keep abbreviateMiddle off surrogate pair boundaries (#1758). by Gary Gregory · 2 weeks ago
  33. 4c83821 Keep abbreviateMiddle off surrogate pair boundaries (#1758) by kdelay · 2 weeks ago
  34. e0394dc Rewrite ObjectUtilsTest.testWaitDuration() with mocking. by Gary Gregory · 2 weeks ago
  35. a593c2f Rewrite ObjectUtilsTest.testWaitDuration() with mocking. by Gary Gregory · 2 weeks ago
  36. 28c71a2 Split testWaitDuration into 2 tests. by Gary Gregory · 2 weeks ago
  37. 4a6fcb0 Fix negative week year formatting in FastDatePrinter (#1762). by Gary Gregory · 2 weeks ago
  38. 0add789 fix negative week year formatting in FastDatePrinter (#1762) by alhuda · 2 weeks ago
  39. c47b2fa Fix StrBuilder.lastIndexOf(String) start index for an empty search (#1759). by Gary Gregory · 2 weeks ago
  40. b1aba68 fix StrBuilder.lastIndexOf(String) start index for an empty search (#1759) by alhuda · 2 weeks ago
  41. 0cd37eb Bump ossf/scorecard-action from 2.4.3 to 2.4.4. by Gary Gregory · 3 weeks ago
  42. 50d1508 Bump GH CI actions/checkout from 7.0.0 to 7.0.1 by Gary Gregory · 3 weeks ago
  43. fe57304 Bump github/codeql-action from 4.37.1 to 4.37.3 by Gary Gregory · 3 weeks ago
  44. e8bafeb Internal refactoring by Gary Gregory · 3 weeks ago
  45. 3d662f0 [LANG-1833] Handle ParsePosition index beyond source string length by Gary Gregory · 3 weeks ago
  46. 6fd967b [LANG-1833] Handle ParsePosition index beyond source string length by Gary Gregory · 3 weeks ago
  47. e0dba35 [LANG-1833] Handle ParsePosition index beyond source string length cleanly (#1757) by Maksym Korshun · 3 weeks ago
  48. 94ad3a7 [LANG-1832] Improve test coverage for ObjectUtils.wait(Duration) (#1756). by Gary Gregory · 3 weeks ago
  49. 0a1b0f4 [LANG-1832] Improve test coverage for ObjectUtils.wait(Duration) (#1756) by Maksym Korshun · 3 weeks ago
  50. 8a28feb Better use of JUnit API. by Gary Gregory · 3 weeks ago
  51. 87b7b3a Better use of JUnit API. by Gary Gregory · 3 weeks ago
  52. 5ad44b4 [LANG-1831] Add missing test for ObjectUtils.isEmpty(Object) (#1755). by Gary Gregory · 3 weeks ago
  53. 92c275f [LANG-1831] Add missing test for ObjectUtils.isEmpty(Object) (#1755) by Maksym Korshun · 3 weeks ago
  54. a316188 [LANG-1830] Avoid repeated regex compilation in ClassUtils.toCleanName() by Gary Gregory · 3 weeks ago
  55. 2ffb336 [LANG-1830] Avoid repeated regex compilation in ClassUtils.toCleanName() (#1754) by Maksym Korshun · 3 weeks ago
  56. 12ba066 Update GH CI Java versions. by Gary Gregory · 3 weeks ago
  57. e14f7bf [LANG-1829] Add tests for DateUtils.truncatedCompareTo and by Gary Gregory · 3 weeks ago
  58. 983e46d [LANG-1829] Add unit tests for DateUtils.truncatedCompareTo and truncatedEquals (#1753) by Maksym Korshun · 3 weeks ago
  59. 4ac3885 Reuse StringUtils.EMPTY by Gary Gregory · 3 weeks ago
  60. ea9c4d62 Use StringUtils.isEmpty() by Gary Gregory · 3 weeks ago
  61. c4316d2 Bump actions/checkout from 7.0.0 to 7.0.1 by Gary Gregory · 3 weeks ago
  62. f3320ba Javadoc by Gary Gregory · 3 weeks ago
  63. 3fdc8fd Use ternary instead of if-else. by Gary Gregory · 3 weeks ago
  64. 76d957e Merge if statements with the same return value. by Gary Gregory · 3 weeks ago
  65. 4f5af28 Merge if statements with the same return value. by Gary Gregory · 3 weeks ago
  66. 4b52ff8 Use final by Gary Gregory · 3 weeks ago
  67. 4e4a042 Merge if statements with the same return value. by Gary Gregory · 3 weeks ago
  68. 425412e Use final by Gary Gregory · 3 weeks ago
  69. f78a858 Merge if statements with the same return value. by Gary Gregory · 3 weeks ago
  70. c1a7fb9 Merge if statements with the same return value. by Gary Gregory · 3 weeks ago
  71. 0392b42 Merge if statements with the same return value. by Gary Gregory · 3 weeks ago
  72. 6036da7 Merge if statements with the same return value. by Gary Gregory · 3 weeks ago
  73. 15f1834 Merge if statements with the same return value. by Gary Gregory · 3 weeks ago
  74. 08f6de4 Merge if statements with the same return value. by Gary Gregory · 3 weeks ago
  75. 451d4e6 Remove unnecessary parentheses. by Gary Gregory · 3 weeks ago
  76. 8e3d585 Use final by Gary Gregory · 3 weeks ago
  77. 6b89cfc Use final by Gary Gregory · 3 weeks ago
  78. 9defa77 Merge if statements with the same return value. by Gary Gregory · 3 weeks ago
  79. 0fd6d48 [Javadoc] Fix Failable class comment to clarify comparison of lambda by Gary Gregory · 3 weeks ago
  80. 09bffd6 Fix comment to clarify comparison of lambda versions (#1752) by Konrad Windszus · 3 weeks ago
  81. 592b44f Add messages when throwing NullPointerException. by Gary Gregory · 4 weeks ago
  82. a821cc4 Add messages when throwing NullPointerException. by Gary Gregory · 4 weeks ago
  83. 73e0df3 Bump org.apache.commons:commons-parent from 102 to 103. by Gary Gregory · 4 weeks ago
  84. 5fd73e2 Bump github/codeql-action from 4.37.0 to 4.37.1 by Gary Gregory · 4 weeks ago
  85. 9c27b99 Bump actions/setup-java from 5.5.0 to 5.6.0 by Gary Gregory · 4 weeks ago
  86. 4b77777 Fix int overflow in FluentBitSet.setInclusive at Integer.MAX_VALUE (#1751). by Gary Gregory · 4 weeks ago
  87. 1d10448 Fix int overflow in FluentBitSet.setInclusive at Integer.MAX_VALUE (#1751) by alhuda · 4 weeks ago
  88. a11beeb Remove unnecessary cast. by Gary Gregory · 4 weeks ago
  89. a265320 Fix Checkstyle trailing whitespace. by Gary Gregory · 4 weeks ago
  90. d8d0a02 Fix sign extension in BitField.getValue for top-bit fields (#1749). by Gary Gregory · 4 weeks ago
  91. 98dc249 Fix sign extension in BitField.getValue for top-bit fields (#1749) by alhuda · 4 weeks ago
  92. 1a7ffb6 Fix ArrayUtils.reverse range underflow on Integer.MIN_VALUE end (#1750). by Gary Gregory · 4 weeks ago
  93. b6ae058 Sort members. by Gary Gregory · 4 weeks ago
  94. c99f2dd Fix ArrayUtils.reverse range underflow on Integer.MIN_VALUE end (#1750) by alhuda · 4 weeks ago
  95. 9f57c08 Bump actions/setup-java from 5.4.0 to 5.5.0 by Gary Gregory · 5 weeks ago
  96. f3e4ff7 Skip Chuvash locale parser tests on Java 27 (#1746). by Gary Gregory · 5 weeks ago
  97. 2618069 Skip Chuvash locale parser tests on Java 27 (#1746) by Sarankumar Baskar · 5 weeks ago
  98. 89f5c4d Fix FieldUtils.getField false ambiguity on inherited interface field (#1748) by Gary Gregory · 5 weeks ago
  99. 0c40939 Fix FieldUtils.getField false ambiguity on inherited interface field (#1748) by alhuda · 5 weeks ago
  100. 27e195c Merge branch 'master' of https://garydgregory@github.com/apache/commons-lang.git by Gary Gregory · 5 weeks ago