1. 44298fe Throw IllegalArgumentException for trailing whitespace in by Gary Gregory · 19 hours ago master
  2. d927bfc Throw IllegalArgumentException for trailing whitespace in (#1701) by Gary Gregory · 19 hours ago
  3. 57f3942 Update legacy GitHub links in CONTRIBUTING.md by Gary Gregory · 28 hours ago
  4. 67ab00a Bump org.apache.commons:commons-parent from 101 to 102. by Gary Gregory · 2 days ago
  5. 51c84df Fix int overflow in StringUtils.midString() and StrBuilder.midString() by Gary Gregory · 2 days ago
  6. cba3a60 Sort members by Gary Gregory · 2 days ago
  7. 2240c1f Fix int overflow in StringUtils.midString() length handling (#1699) by alhuda · 2 days ago
  8. e6b8bbd Add parallel test support for some methods (#1698) by Gary Gregory · 3 days ago
  9. d420ed9 Fix case-insensitive Strings.replace() dropping length-changing matches (#1697). by Gary Gregory · 3 days ago
  10. 2c37484 drop redundant lowercase in case-insensitive Strings.replace (#1697) by alhuda · 3 days ago
  11. b33448d Merge branch 'master' of https://garydgregory@github.com/apache/commons-lang.git by Gary Gregory · 3 days ago
  12. e79347f Correct JavaDoc in Strings.java concerning case-sensitivity (#1696). by Gary Gregory · 3 days ago
  13. 1409264 Correct JavaDoc in Strings.java concerning case-sensitivity (#1696) by mfg92 · 3 days ago
  14. 6c7b28b EventListenerSupport.readObject(ObjectInputStream) should validate by Gary Gregory · 4 days ago
  15. 81804c1 EventListenerSupport.readObject(ObjectInputStream) should validate constructor invariants (#1695). by Gary Gregory · 4 days ago
  16. 2a6a104 FluentBitSet.readObject(ObjectInputStream) should validate constructor by Gary Gregory · 4 days ago
  17. bcf09d2 FluentBitSet.readObject(ObjectInputStream) should validate the same (#1694) by Gary Gregory · 4 days ago
  18. ac8e5b5 Re-assert CharRange start <= end invariant in readObject (#1693). by Gary Gregory · 4 days ago
  19. 764b42f re-assert CharRange start <= end invariant in readObject (#1693) by alhuda · 4 days ago
  20. ca13503 Bump GH CI actions/dependency-review-action from 4.9.0 to 5.0.0 by Gary Gregory · 5 days ago
  21. 3992215 Bump GH CI actions/checkout from 6.0.2 to 6.0.3 by Gary Gregory · 5 days ago
  22. b10be28 Refactor some tests by Gary Gregory · 5 days ago
  23. d1159fc Give tests more headroom by Gary Gregory · 5 days ago
  24. 07fe35d Sort members by Gary Gregory · 5 days ago
  25. e36ad64 Better description by Gary Gregory · 5 days ago
  26. a35fdd5 Fix LookupTranslator code point consumption for supplementary keys (#1691). by Gary Gregory · 5 days ago
  27. 80bf07c fix lookup translator code point count for supplementary keys (#1691) by alhuda · 5 days ago
  28. 1e071b3 Fix indexOfAny matching an unpaired trailing high surrogate (#1687). by Gary Gregory · 6 days ago
  29. 5b87be5 fix indexOfAny matching an unpaired trailing high surrogate (#1687) by alhuda · 6 days ago
  30. b9bce16 Merge branch 'master' of https://garydgregory@github.com/apache/commons-lang.git by Gary Gregory · 6 days ago
  31. 2a2dc54 Refactor ExtendedMessageFormatTest by Gary Gregory · 6 days ago
  32. 451c069 FastDateParser.readObject(ObjectInputStream) now validates the same (#1692). by Gary Gregory · 6 days ago
  33. 0924f91 FastDateParser.readObject(ObjectInputStream) now validates the same (#1692) by Gary Gregory · 6 days ago
  34. 31cf693 Replace GH CI Java 26-ea with 26 and add 27-ea by Gary Gregory · 6 days ago
  35. 7cab315 Bump org.apache.commons:commons-parent from 100 to 101 by Gary Gregory · 7 days ago
  36. 1e4e837 Add and use Instants.toInstant(Instant[, Instant]) (#1690). by Gary Gregory · 7 days ago
  37. 6e02b0a Add and use Instants.toInstant(Instant[, Instant]) (#1690) by Gary Gregory · 7 days ago
  38. 9073a1e Bump github/codeql-action from 4.36.0 to 4.36.2 by Gary Gregory · 7 days ago
  39. 2478e56 Update action description by Gary Gregory · 7 days ago
  40. 0cd12b1 Rename new method and make it handle the DEL control character. (#1689) by Gary Gregory · 8 days ago
  41. 6284100 Fraction.readObject() does not re-assert denominator != 0 (#1688). by Gary Gregory · 9 days ago
  42. a9ae10e Fraction.readObject does not re-assert denominator != 0 (#1688) by Gary Gregory · 9 days ago
  43. cfd1065 Range.readObject() does not re-assert the comparator/ordering invariant (#1686). by Gary Gregory · 9 days ago
  44. fc67697 Range.readObject() does not re-assert the comparator/ordering invariant. (#1686) by Gary Gregory · 9 days ago
  45. 70403b9 Add Instants.toMillisSince(Instant) #1683 by Gary Gregory · 9 days ago
  46. 9abd793 Add CharUtils isHex(int), isAsciiNumeric(int), isOctal(int). (#1685) by Gary Gregory · 9 days ago
  47. bda0680 Add Instants.toMillisSince(Instant) (#1683) by Gary Gregory · 9 days ago
  48. bdd674f fix CharSequenceUtils.lastIndexOf for supplementary code points (#1684) by alhuda · 10 days ago
  49. 2d2e685 NumericEntityUnescaperTest: Use less vertical space by Gary Gregory · 10 days ago
  50. c2a7e5b Add NumericEntityUnescaperTest.testOutOfRangeCodePoint() by Gary Gregory · 10 days ago
  51. 62ea4b6 Update POM SCM tag by Gary Gregory · 2 weeks ago
  52. e96157d Add StringUtils.trimControl(String) (#1681). by Gary Gregory · 2 weeks ago
  53. e77aa11 Add Instants.toEpochMillis(Instant) (#1680). by Gary Gregory · 2 weeks ago
  54. b84e429 Add DurationUtils.toMillisLong(Duration) #1679 by Gary Gregory · 2 weeks ago
  55. bd7ffdf Add StringUtils.trimControl(String) (#1681) by Gary Gregory · 2 weeks ago
  56. 531e2a2 Add Instants.toEpochMillis(Instant) (#1680) by Gary Gregory · 2 weeks ago
  57. d95e17f Add DurationUtils.toMillisLong(Duration) (#1679) by Gary Gregory · 2 weeks ago
  58. eb9c5bf Bump github/codeql-action from 4.35.5 to 4.36.0 by Gary Gregory · 2 weeks ago
  59. cefdd9c Remove @SuppressWarnings("serial") by Gary Gregory · 2 weeks ago
  60. 52343c5 [LANG-1801] RandomStringUtils.random() does not strictly validate by Gary Gregory · 2 weeks ago
  61. 093cf41 Javadoc by Gary Gregory · 2 weeks ago
  62. 9bcc0d0 [LANG-1801] RandomStringUtils.random() does not strictly validate (#1682) by Gary Gregory · 2 weeks ago
  63. 4f1a343 Make FastDateParser_TimeZoneStrategyTest more reliable for failures seen (#1678) by Gary Gregory · 2 weeks ago
  64. 8aed583 Range.readObject() does not null-check comparator, minimum, or maximum. (#1675). by Gary Gregory · 3 weeks ago
  65. 9dada25 Make the StopWatch more reliable for tracking nanos, adjust suspend test by Gary Gregory · 3 weeks ago
  66. 186f6bc Make the StopWatch test more reliable. (#1677) by Gary Gregory · 3 weeks ago
  67. 28c2fcb Range.readObject() does not null-check comparator, minimum, or maximum. (#1675) by Gary Gregory · 3 weeks ago
  68. dd2028b FastTimeZone.getGmtTimeZone() Javadoc promises null on no-match; regex by Gary Gregory · 3 weeks ago
  69. 2c0b848 FastTimeZone.getGmtTimeZone() Javadoc promises null on no-match; regex always matches. (#1674) by Gary Gregory · 3 weeks ago
  70. 5a62dd0 NumericEntityUnescaper.translate() throws IllegalArgumentException for by Gary Gregory · 3 weeks ago
  71. 14deed1 NumericEntityUnescaper.translate() for entity values out of range passed (#1673) by Gary Gregory · 3 weeks ago
  72. 1aa5352 Javadoc by Gary Gregory · 3 weeks ago
  73. 60b63f6 StrBuilder.replaceImpl() shrink-branch leaves residual chars in buffer by Gary Gregory · 3 weeks ago
  74. ef39bc9 StrBuilder.replaceImpl shrink-branch leaves residual chars in buffer (#1672) by Gary Gregory · 3 weeks ago
  75. 60e07f1 StrBuilder.setLength(int) shrink-branch leaves residual chars in buffer by Gary Gregory · 3 weeks ago
  76. f3e64b3 StrBuilder.setLength(int) shrink-branch leaves residual chars in buffer tail (#1671) by Gary Gregory · 3 weeks ago
  77. 667b67a Better exception message by Gary Gregory · 3 weeks ago
  78. 172cbbd ClassUtils.toCleanName(String) resolves malformed array suffixes (#1670). by Gary Gregory · 3 weeks ago
  79. 28f4646 ClassUtils.toCleanName(String) resolves malformed array suffixes instead (#1670) by Gary Gregory · 3 weeks ago
  80. 465c6a9 Add ArrayFill.clear(char[]) (#1667). by Gary Gregory · 3 weeks ago
  81. 7db3e12 Add ArrayFill.clear(char[]|byte[]) (#1667) by Gary Gregory · 3 weeks ago
  82. 593af76 CompareToBuilder lacks cycle guard on Object[] recursion. (#1669). by Gary Gregory · 3 weeks ago
  83. 8e2d1be CompareToBuilder lacks cycle guard on Object[] recursion. (#1669) by Gary Gregory · 3 weeks ago
  84. b9bc027 Javadoc by Gary Gregory · 3 weeks ago
  85. 4d5ac2d Javadoc by Gary Gregory · 3 weeks ago
  86. 38f7109 Merge branch 'master' of https://garydgregory@github.com/apache/commons-lang.git by Gary Gregory · 3 weeks ago
  87. 8c4deb8 TimeZones.GMT is a mutable public static final field (#1666) by Gary Gregory · 3 weeks ago
  88. 344df30 TimeZones.GMT is a mutable public static final field, setRawOffset() and setID() (#1666) by Gary Gregory · 3 weeks ago
  89. f51d061 Merge branch 'master' of https://garydgregory@github.com/apache/commons-lang.git by Gary Gregory · 3 weeks ago
  90. bd8fa87 ClassUtils.getShortClassName(String) can throw NoClassDefFoundError on by Gary Gregory · 3 weeks ago
  91. b7a1c5e Bump github/codeql-action from 4.35.4 to 4.35.5 by Gary Gregory · 3 weeks ago
  92. c79a102 ClassUtils.getShortClassName(String) can throw NoClassDefFoundError on malformed inner classes (#1665) by Gary Gregory · 3 weeks ago
  93. 17fa81a FormattableUtils.append re-parses literal output as format string (#1661) by Gary Gregory · 4 weeks ago
  94. b115918 FormattableUtils.append re-parses literal output as format string (#1661) by Gary Gregory · 4 weeks ago
  95. d962b3c DateUtils.parseDateWithLeniency() doesn't reset its time zone #1660 by Gary Gregory · 4 weeks ago
  96. 526a03a DateUtils.parseDateWithLeniency(String, Locale, String[], boolean) doesn't reset its time zone (#1660) by Gary Gregory · 4 weeks ago
  97. cc54667 FastDatePrinter WeekYear rule calls Calendar.getWeekYear() may throw by Gary Gregory · 4 weeks ago
  98. 68c3333 FastDatePrinter WeekYear rule calls Calendar.getWeekYear() without checking isWeekDateSupported() (#1659) by Gary Gregory · 4 weeks ago
  99. 108aa57 DurationUtils.toMillisInt() throws ArithmeticException on long overflows by Gary Gregory · 4 weeks ago
  100. 79380db DurationUtils.toMillisInt() throws ArithmeticException on long overflows before clamping (#1657) by Gary Gregory · 4 weeks ago