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