- 4eb7bdf Javadoc by Gary Gregory · 3 days ago master
- e1ffb6e ThreadUtils.sleepQuietly(Duration) now restores the current thread's by Gary Gregory · 6 days ago
- 2cdac97 Bump github/codeql-action from 4.31.11 to 4.32.0 by Gary Gregory · 6 days ago
- d40798d [LANG-1818] Fix ClassUtils.getShortClassName(Class) to correctly handle by Gary Gregory · 6 days ago
- 4052e98 LANG-1818: Fix ClassUtils.getShortClassName(Class) to correctly handle $ in valid class names (#1591) by Ivan Ponomarev · 6 days ago
- 7bcb03a Fix StringIndexOutOfBoundsException message in StrBuilder.append(char[], by Gary Gregory · 7 days ago
- c477140 LANG-1816: ArrayUtils contains/indexOf/indexesOf with tolerance fail to by Gary Gregory · 7 days ago
- 24e0b28 Sort members by Gary Gregory · 7 days ago
- 52c06be fix LANG-1816 (#1589) by Ivan Ponomarev · 7 days ago
- 9bca5d0 Refactor magic numbers by Gary Gregory · 8 days ago
- 3617bc1 Better internal names by Gary Gregory · 8 days ago
- cebde03 Javadoc by Gary Gregory · 8 days ago
- dfaa238 [LANG-1814] ArrayUtils.subarray(..) may overflow index arithmetic and by Gary Gregory · 8 days ago
- 26ead61 [LANG-1814] ArrayUtils.subarray(..) may overflow index arithmetic and violate contract for extreme index values #1585 by Ivan Ponomarev · 8 days ago
- 87538eb Javadoc typo by Gary Gregory · 8 days ago
- e7cdeac Bump github/codeql-action from 4.31.10 to 4.31.11 by Gary Gregory · 9 days ago
- c5b1a87 [LANG-1707"] Add ArrayUtils.concat() methods for concatenating multiple by Gary Gregory · 10 days ago
- eefe5c8 [LANG-1707] Add ArrayUtils.concat methods for concatenating multiple arrays (#1519) by Ivan Malutin · 10 days ago
- d4cb592 [LANG-1452] RecursiveToStringStyle and MultilineRecursiveToStringStyle by Gary Gregory · 10 days ago
- 1418a77 [LANG-1452] RecursiveToStringStyle and MultilineRecursiveToStringStyle shouldn't recurse into a java.math.BigDecimal (#1584) by Gary Gregory · 10 days ago
- 3f803b8 Call Object.getClass() once by Gary Gregory · 10 days ago
- c9a185d Add RecursiveToStringStyleTest.testPrimitiveWrapperArray() by Gary Gregory · 10 days ago
- 91b536e Javadoc by Gary Gregory · 11 days ago
- b98942f Add ArrayUtils.getDimensions(Object) by Gary Gregory · 11 days ago
- 934e6d8 Test JRE edge cases for Arrays versus ArrayUtils.hashCode() by Gary Gregory · 11 days ago
- 93be4f0 Javadoc by Gary Gregory · 11 days ago
- 351510b Remove extra vertical whitespace by Gary Gregory · 11 days ago
- 4bb9e26 Test JRE edge cases for Arrays versus ArrayUtils.hashCode() by Gary Gregory · 11 days ago
- ae6b3eb Fix Javadoc in DoubleRange.of(Double, Double) to reflect actual by Gary Gregory · 11 days ago
- 6f2a106 Fix Javadoc @throws by Gary Gregory · 11 days ago
- b076e47 Fix JavaDoc to reflect actual exception type thrown (IllegalArgumentException to NullPointerException) (#1581) by Ivan Ponomarev · 11 days ago
- 151b1c3 Bump actions/checkout from 6.0.1 to 6.0.2 by Gary Gregory · 12 days ago
- becbcff Use a single return in indexesOf() methods by Gary Gregory · 12 days ago
- a4cf528 Use a single return by Gary Gregory · 12 days ago
- 2c68a65 Merge branch 'master' of https://garydgregory@github.com/apache/commons-lang.git by Gary Gregory · 12 days ago
- 47deaf1 Fix ClassNotFoundException message in ClassUtils.getClass(String) #1577. by Gary Gregory · 12 days ago
- b622445 Fix ClassNotFoundException message variable (#1577) by 烂泥扶上墙 · 12 days ago
- c4ea2b0 Improve branch coverage for Processor (isAarch64, isRISCV); add by Gary Gregory · 12 days ago
- 5db0618 Test: Improve branch coverage for Processor.java (isAarch64, isRISCV) (#1578) by Dhaneesh.M · 12 days ago
- 4ba46c6 Bump actions/setup-java from 5.1.0 to 5.2.0 by Gary Gregory · 12 days ago
- 7b8f3b9 Javadoc by Gary Gregory · 13 days ago
- b828652 Sort members by Gary Gregory · 13 days ago
- 7965231 Comment out NewlineAtEndOfFile for now by Gary Gregory · 13 days ago
- 675ab08 Bump org.apache.commons:commons-parent from 95 to 96 by Gary Gregory · 13 days ago
- 04bd273 Add Checkstyele NewlineAtEndOfFile by Gary Gregory · 13 days ago
- d65e8a6 Add // comments by Gary Gregory · 13 days ago
- ac91ddd Improve test coverage for TypeUtils.isAssignable() #1574. by Gary Gregory · 14 days ago
- 505acb8 Improve test coverage for TypeUtils.isAssignable (#1574) by Dhaneesh.M · 14 days ago
- 1436c59 Remove unused test class by Gary Gregory · 14 days ago
- 9dd127b Add long support to BitField #1561. by Gary Gregory · 2 weeks ago
- 6a27a9b Add long support to BitField #1561. by Gary Gregory · 2 weeks ago
- f2bdb0c Add long support to `BitField` (#1561) by Gary Gregory · 2 weeks ago
- d68bf97 Javadoc by Gary Gregory · 2 weeks ago
- 5d46a39 RandomStringUtils.random() methods may not return when asked to generate by Gary Gregory · 2 weeks ago
- e63e9c7 Add PR reference to #1495 to action description in changes.xml by Gary Gregory · 2 weeks ago
- 359e53f Add PR reference to #1494 to action description in changes.xml by Gary Gregory · 2 weeks ago
- e065526 Javadoc by Gary Gregory · 2 weeks ago
- 1db59d5 Inline single use local variable by Gary Gregory · 2 weeks ago
- efe8943 Merge branch 'master' of https://garydgregory@github.com/apache/commons-lang.git by Gary Gregory · 2 weeks ago
- 47aea59 Sort the available TimeZone IDs once. by Gary Gregory · 2 weeks ago
- 865a029 Simplify NumberUtils.isParsable(String) #1570 by Gary Gregory · 2 weeks ago
- 386af29 Fix NumberUtils.isParsable duplicate Long::parseLong (#1570) by David Du · 2 weeks ago
- 3c1827f Isolate "random" failing tests from by Gary Gregory · 2 weeks ago
- 5561193 Better exception messages from FastDateParser.parse(String) by Gary Gregory · 2 weeks ago
- 2f3361d Better action descriptions by Gary Gregory · 2 weeks ago
- e67a294 Add FastDateParserTest.testISO8601TimeZoneVariants() by Gary Gregory · 3 weeks ago
- ce5296c Fix handling of null marker in StringUtils.abbreviate(String, String, by Gary Gregory · 3 weeks ago
- 4a5ef8e Fix handling of null marker in StringUtils.abbreviate(String, String, int, int) (#1571) by ThrawnCA · 3 weeks ago
- 67f5023 Revert "'abbreviate' contract violations (#1490)" by Gary Gregory · 3 weeks ago
- 2f07d02 'abbreviate' contract violations (#1490) by ThrawnCA · 3 weeks ago
- 52b1a3a Make ArrayUtils methods impl consistent with other overloads #1568 by Gary Gregory · 3 weeks ago
- 8a10229 Make ArrayUtils methods impl consistent with other overloads (#1568) by David Du · 3 weeks ago
- 1fa4dae Add missing test assertion by Gary Gregory · 3 weeks ago
- a0a5584 Fix action description text by Gary Gregory · 3 weeks ago
- 8a4a150 Simplify literal assignments in ArrayFillTest #1567 by Gary Gregory · 3 weeks ago
- d0b2c0a Simplify literal assignment by Gary Gregory · 3 weeks ago
- 212d5a7 Simplify short literal assignment (#1567) by David Du · 3 weeks ago
- 137e194 Bump org.apache.commons:commons-parent from 94 to 95. by Gary Gregory · 3 weeks ago
- 5b6896f Bump github/codeql-action from 4.31.9 to 4.31.10 by Gary Gregory · 3 weeks ago
- 39cb2eb Ignore Maven beta noise by Gary Gregory · 3 weeks ago
- 3082283 [LANG-1806] NumberUtils.isParsable("1.f") should return true #1560 by Gary Gregory · 3 weeks ago
- 19c487a Remove noisy folder by Gary Gregory · 3 weeks ago
- 8089a0c [LANG-1806] NumberUtils.isParsable("1.f") should return true (#1560) by Gary Gregory · 3 weeks ago
- ba6cf8e [javadoc] Fix incorrect class names in RegExUtils Javadoc examples #1564 by Gary Gregory · 3 weeks ago
- fee3e32 [javadoc] Fix incorrect class names in RegExUtils Javadoc examples (#1564) by Dennis Ginter · 3 weeks ago
- 8f6f7f8 [javadoc] Fix incorrect exception type in CharUtils Javadoc examples #1563 by Gary Gregory · 3 weeks ago
- 2909b27 [javadoc] Fix incorrect exception type in Javadoc example (#1563) by Dennis Ginter · 3 weeks ago
- 30f0781 [LANG-1810] Deprecate SOFT_MAX_ARRAY_LENGTH in favor of MAX_ARRAY_LENGTH #1559 by Gary Gregory · 3 weeks ago
- d9de2fd [LANG-1810] Deprecate SOFT_MAX_ARRAY_LENGTH in favor of MAX_ARRAY_LENGTH (#1559) by Yelim Koo · 3 weeks ago
- 0378808 ArrayUtils.shuffle() throws NullPointerException for null array input (#1553) by Raju Gupta · 4 weeks ago
- 2a51760 Adjust commons.jacoco.classRatio on Java 25 by Gary Gregory · 4 weeks ago
- 54b4c74 TEMP until commons-parent 95 by Gary Gregory · 4 weeks ago
- 623235e [LANG-1811] ArrayUtils.shuffle() throws NullPointerException for null by Gary Gregory · 4 weeks ago
- 48d6e75 Use a code comment, not Javadoc inside a method by Gary Gregory · 4 weeks ago
- 044bf3b Remove dead comments by Gary Gregory · 4 weeks ago
- e4675ec Remove dead comments by Gary Gregory · 4 weeks ago
- 552fcd1 Remove dead comments by Gary Gregory · 4 weeks ago
- 6c457ac Remove dead comments by Gary Gregory · 4 weeks ago
- 2c08a03 Remove dead comments by Gary Gregory · 4 weeks ago
- 98567a9 Remove dead comments by Gary Gregory · 4 weeks ago