Sign in
◑
Theme
apache
/
commons-lang
/
HEAD
8159dfe
ThresholdCircuitBreaker accepts negative increments and overflows its
by Gary Gregory
· 13 hours ago
master
4d053dc
StrBuilder.indexOf materializes the whole builder as a String per call;
by Gary Gregory
· 13 hours ago
2e16df6
Attacker-controlled exception message forges frames in
by Gary Gregory
· 13 hours ago
2dfaafa
FormattableUtils.append pads right-justified output with insert(0) per
by Gary Gregory
· 14 hours ago
680bcec
ArrayUtils.addAll/insert length arithmetic overflows (undeclared
by Gary Gregory
· 14 hours ago
792a556
StringEscapeUtils.escapeHtml4/3 apostrophe gap: single-quoted and
by Gary Gregory
· 14 hours ago
7f5bbbf
Fraction.getFraction(String) throws undeclared ArithmeticException on
by Gary Gregory
· 14 hours ago
697b171
ClassUtils.getClass() name normalization (whitespace stripping +
by Gary Gregory
· 14 hours ago
8dcf600
BitField long-mask fields silently mis-answer int/short/byte accessors:
by Gary Gregory
· 14 hours ago
1023c00
DoubleRange/Range accept NaN endpoints, silently producing a
by Gary Gregory
· 14 hours ago
132b104
Fix LockingVisitors Javadoc to match code (f017).
by Gary Gregory
· 15 hours ago
be54e62
Match Javadoc to code in SystemProperties.getProperty() and
by Gary Gregory
· 15 hours ago
6925874
JavaVersion.get() throws NumberFormatException where javadoc promises
by Gary Gregory
· 15 hours ago
f5b2932
DurationFormatUtils.formatPeriod walks the calendar one year per
by Gary Gregory
· 15 hours ago
c8dc312
StrSubstitutor (deprecated) recursive expansion has a cycle check but no
by Gary Gregory
· 20 hours ago
07ff3a9
StringEscapeUtils.escapeEcmaScript() misses backtick/template-literal
by Gary Gregory
· 20 hours ago
1aef131
Memoizer: default caches the first failure forever, has no size bound or
by Gary Gregory
· 20 hours ago
fd63617
FastDateParser.parse throws undeclared IllegalArgumentException,
by Gary Gregory
· 20 hours ago
0ea3250
WordUtils.wrap(wrapLongWords=false, the 2-arg default) copies the entire
by Gary Gregory
· 21 hours ago
4c9d42c
ExtendedMessageFormat.applyPattern() is quadratic: full
by Gary Gregory
· 21 hours ago
715d123
Add missing test
by Gary Gregory
· 21 hours ago
d2e720e
LocaleUtils static caches no longer grows on invalid input to
by Gary Gregory
· 21 hours ago
582cde8
EventUtils.EventBindingInvocationHandler.invoke() dispatches
by Gary Gregory
· 22 hours ago
f13aa3d
StringUtils.replaceEachRepeatedly derives its recursion budget from the
by Gary Gregory
· 31 hours ago
7b236d4
UnicodeUnescaper.unescapeJava/EcmaScript/Json: malformed \u sequences
by Gary Gregory
· 31 hours ago
d63997f
FastDateParser parses 'Y' (week year) as plain calendar year; asymmetric
by Gary Gregory
· 31 hours ago
dd78aeb
FastDateParser parses 'Y' (week year) as plain calendar year; asymmetric
by Gary Gregory
· 31 hours ago
d83eabf
Fix DurationFormatUtils.formatPeriod() calculation when pattern omits
by Gary Gregory
· 3 days ago
e438090
Fix DurationFormatUtils.formatPeriod() calculation when pattern omits M (#1780)
by gaurav kumar pandey
· 3 days ago
8737513
Checkstyle
by Gary Gregory
· 4 days ago
625f3c1
Add DurationFormatUtilsTest.testFormatPeriodWithoutMonthsAfterLeapDayAnniversary()
by Gary Gregory
· 4 days ago
2f2d526
Fix int overflow in Conversion count and position bounds guards (#1779).
by Gary Gregory
· 4 days ago
0edbb4a
fix int overflow in Conversion count and position bounds guards (#1779)
by alhuda
· 4 days ago
efc7877
Bump github/codeql-action/analyze from 4.37.8 to 4.37.9.
by Gary Gregory
· 6 days ago
620f4ff
Bump actions/setup-java from 5.7.0 to 6.0.0.
by Gary Gregory
· 10 days ago
e073d5d
Bump github/codeql-action/init from 4.37.7 to 4.37.8
by Gary Gregory
· 12 days ago
9cadf7d
Align ReflectionDiffBuilder with AbstractReflection and add cycle
by Gary Gregory
· 13 days ago
1a6598c
Align ReflectionDiffBuilder with AbstractReflection and add cycle
by Gary Gregory
· 13 days ago
d1e60e0
Align ReflectionDiffBuilder with AbstractReflection and add cycle detection (#1778)
by gaurav kumar pandey
· 13 days ago
4d91b28
Sort members.
by Gary Gregory
· 2 weeks ago
73dadf0
Keep StringUtils left, right, mid, and overlay off surrogate pair boundaries (#1776)
by gaurav kumar pandey
· 2 weeks ago
d15939e
Keep StopWatch.formatSplitTime from clamping splits to int millis (#1777).
by Gary Gregory
· 2 weeks ago
df5245a
Keep StopWatch.formatSplitTime from clamping splits to int millis (#1777)
by alhuda
· 2 weeks ago
f856fd5
Bump org.apache.commons:commons-parent from 103 to 104.
by Gary Gregory
· 2 weeks ago
d743715
Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in CharSet.
by Gary Gregory
· 2 weeks ago
9d2f1ff
Bump codeql-action from 4.37.6 to 4.37.7
by Gary Gregory
· 3 weeks ago
e66ad3d
Internal refactoring.
by Gary Gregory
· 3 weeks ago
13e38e1
Internal refactoring.
by Gary Gregory
· 3 weeks ago
7f8b514
Fix CharRange.contains(CharRange) for negated argument ranges (#1775).
by Gary Gregory
· 3 weeks ago
1d6ef29
Fix CharRange.contains for negated argument ranges (#1775)
by alhuda
· 3 weeks ago
596269f
Javadoc
by Gary Gregory
· 3 weeks ago
7786c71
Fix typos in Javadoc and example comments (#1774).
by Gary Gregory
· 3 weeks ago
8d9ada1
Fix typos in Javadoc and example comments (#1774)
by gaurav kumar pandey
· 3 weeks ago
8eace65
Fix the month/day example in DurationFormatUtils.formatPeriod Javadoc (#1772).
by Gary Gregory
· 3 weeks ago
17df41b
Fix the month/day example in DurationFormatUtils.formatPeriod Javadoc (#1772)
by anchor
· 3 weeks ago
163b55c
Keep StringUtils stripStart and stripEnd off surrogate pair boundaries (#1773).
by Gary Gregory
· 3 weeks ago
c747711
keep stripStart and stripEnd off surrogate pair boundaries (#1773)
by alhuda
· 3 weeks ago
8bf8b78
Reuse Suppliers.get()
by Gary Gregory
· 3 weeks ago
a6a19b3
Comment out unused for now.
by Gary Gregory
· 4 weeks ago
c0159a8
Sort members.
by Gary Gregory
· 4 weeks ago
c999eec
Keep StringUtils chop from splitting a trailing surrogate pair (#1770).
by Gary Gregory
· 4 weeks ago
62f6edf
Keep chop from splitting a trailing surrogate pair (#1770)
by alhuda
· 4 weeks ago
9ed5d0b
Fix low surrogate false match in containsAny/containsNone/indexOfAny (#1771).
by Gary Gregory
· 4 weeks ago
4ee32aa
Fix low surrogate false match in containsAny/containsNone/indexOfAny (#1771)
by alhuda
· 4 weeks ago
d5ae92a
Fix spurious overflow in Fraction.multiplyBy for unreduced operands (#1769)
by Gary Gregory
· 4 weeks ago
10f4421
Fix spurious overflow in Fraction.multiplyBy for unreduced operands (#1769)
by alhuda
· 4 weeks ago
9d1f110
Bump actions/setup-java from 5.6.0 to 5.7.0
by Gary Gregory
· 5 weeks ago
6f56636
Bump github/codeql-action from 4.37.3 to 4.37.6.
by Gary Gregory
· 5 weeks ago
164b290
Simplify Instants.toMillisSince(Instant)
by Gary Gregory
· 5 weeks ago
ebd9b23
Fix the overflow bound direction in Instants.toMillisSince(Instant) (#1766).
by Gary Gregory
· 5 weeks ago
9288e2c
Fix the overflow bound direction in Instants.toMillisSince(Instant) (#1766)
by renechoi
· 5 weeks ago
03636f3
Refactor test util method
by Gary Gregory
· 5 weeks ago
af1b18e
Parameterize ConversionTest.testHexDigitToIntIllegalArgumentException(char)
by Gary Gregory
· 5 weeks ago
50478b4
Split ConversionTest.testHexDigitToInt()
by Gary Gregory
· 5 weeks ago
baf4b59
Javadoc
by Gary Gregory
· 5 weeks ago
3ebdbc6
Reject non-ASCII hex characters in Conversion.hexDigitToInt (#1767).
by Gary Gregory
· 5 weeks ago
54ee8ec
Reject non-ASCII hex characters in Conversion.hexDigitToInt (#1767)
by alhuda
· 5 weeks ago
7d15536
Javadoc
by Gary Gregory
· 5 weeks ago
8f8f3b2
Fix two Javadoc errors in StringUtils (#1763).
by Gary Gregory
· 5 weeks ago
a1c12e6
Fix two Javadoc errors in StringUtils (#1763)
by hunghhdev
· 5 weeks ago
285cd2f
Simplify AbstractReflection.setAccessible(boolean, AccessibleObject)
by Gary Gregory
· 5 weeks ago
65f6692
Sort members
by Gary Gregory
· 5 weeks ago
e76dcd7
[LANG-1815] Fix AnnotationUtils.equals for package-private annotations (#1760).
by Gary Gregory
· 5 weeks ago
7e5906f
[LANG-1815] Fix AnnotationUtils.equals for package-private annotations. (#1760)
by Maksym Korshun
· 5 weeks ago
c84d1a3
Keep abbreviateMiddle off surrogate pair boundaries (#1758).
by Gary Gregory
· 5 weeks ago
4c83821
Keep abbreviateMiddle off surrogate pair boundaries (#1758)
by kdelay
· 5 weeks ago
e0394dc
Rewrite ObjectUtilsTest.testWaitDuration() with mocking.
by Gary Gregory
· 5 weeks ago
a593c2f
Rewrite ObjectUtilsTest.testWaitDuration() with mocking.
by Gary Gregory
· 5 weeks ago
28c71a2
Split testWaitDuration into 2 tests.
by Gary Gregory
· 5 weeks ago
4a6fcb0
Fix negative week year formatting in FastDatePrinter (#1762).
by Gary Gregory
· 5 weeks ago
0add789
fix negative week year formatting in FastDatePrinter (#1762)
by alhuda
· 5 weeks ago
c47b2fa
Fix StrBuilder.lastIndexOf(String) start index for an empty search (#1759).
by Gary Gregory
· 5 weeks ago
b1aba68
fix StrBuilder.lastIndexOf(String) start index for an empty search (#1759)
by alhuda
· 5 weeks ago
0cd37eb
Bump ossf/scorecard-action from 2.4.3 to 2.4.4.
by Gary Gregory
· 6 weeks ago
50d1508
Bump GH CI actions/checkout from 7.0.0 to 7.0.1
by Gary Gregory
· 6 weeks ago
fe57304
Bump github/codeql-action from 4.37.1 to 4.37.3
by Gary Gregory
· 6 weeks ago
e8bafeb
Internal refactoring
by Gary Gregory
· 6 weeks ago
3d662f0
[LANG-1833] Handle ParsePosition index beyond source string length
by Gary Gregory
· 6 weeks ago
6fd967b
[LANG-1833] Handle ParsePosition index beyond source string length
by Gary Gregory
· 6 weeks ago
e0dba35
[LANG-1833] Handle ParsePosition index beyond source string length cleanly (#1757)
by Maksym Korshun
· 6 weeks ago
Next »