Commit Graph

  • e9b9cf4094
    Merge 499a0a9e1b into c71f418d0d Mark Struberg 2025-01-24 20:25:20 +0100
  • e44ff27516
    Merge 0f034c3462 into c71f418d0d Strange Developer 2025-01-24 20:24:38 +0100
  • 0fc159dd3c
    Merge 34388240c0 into c71f418d0d M Saif Asif 2025-01-24 20:10:42 +0100
  • 7a8e950bd1
    Merge ba4a671625 into c71f418d0d Siraj Alam 2025-01-25 00:26:43 +0530
  • c71f418d0d
    Bump github/codeql-action from 3.28.1 to 3.28.4 (#1344) master dependabot[bot] 2025-01-24 10:21:06 -0500
  • c81e54419d
    Bump github/codeql-action from 3.28.1 to 3.28.4 dependabot[bot] 2025-01-24 15:01:09 +0000
  • ba4a671625
    Update StringUtils.java Siraj Alam 2025-01-24 14:18:17 +0530
  • 6f755e5e7a
    Merge 14272e5bb6 into 26bb2d1f92 Capt. Cutlass 2025-01-23 18:51:43 -0800
  • 26bb2d1f92 Add Checkstyle ParenPad Gary Gregory 2025-01-21 14:40:12 -0500
  • 9ed390c8bb Add Checkstyle TypecastParenPad Gary Gregory 2025-01-21 13:46:19 -0500
  • 3517336c2a Remove redundant entry Gary Gregory 2025-01-21 11:51:05 -0500
  • aa163d1f87 Remove trailing whitespace Gary D. Gregory 2025-01-20 09:01:11 -0500
  • 784e262c89 Javadoc and comment Gary Gregory 2025-01-19 14:16:57 -0500
  • 25f7d85174 Add IterableStringTokenizer Gary Gregory 2025-01-19 14:15:29 -0500
  • 73c5a884da Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git Gary Gregory 2025-01-19 11:46:16 -0500
  • dd6aea6713 Javadoc Gary Gregory 2025-01-19 11:38:33 -0500
  • 1e94c922c0 chmod -x Sebb 2025-01-18 23:25:01 +0000
  • e01ac3b386 Use simpler and better JUnit APIs Gary D. Gregory 2025-01-18 11:16:53 -0500
  • 3993ea253e Typo Sebb 2025-01-17 19:47:35 +0000
  • 682f6b25e2 Match Doxia 2 site generation Gary D. Gregory 2025-01-17 11:10:26 -0500
  • f6f7673421
    Bump github/codeql-action from 3.28.0 to 3.28.1 (#1342) dependabot[bot] 2025-01-17 10:45:39 -0500
  • 2658183a43
    Bump github/codeql-action from 3.28.0 to 3.28.1 dependabot[bot] 2025-01-17 15:13:40 +0000
  • b40313b2ec Use HTTPS to fetch XSD files Gary Gregory 2025-01-15 09:46:54 -0500
  • bbe1cc0a46
    Merge 6baea487f0 into 06d71042d6 Andy Pilz 2025-01-15 02:11:44 -0500
  • 07f7dd045b
    Merge b5db85410e into 06d71042d6 seadbrane 2025-01-15 02:11:19 -0500
  • 06d71042d6 Pick up JUnit Pioneer version from the parent POM Gary D. Gregory 2025-01-14 17:03:40 -0500
  • f5ab41fed1 [LANG-1762] StopWatch methods should not delegate to deprecated methods Gary D. Gregory 2025-01-14 15:27:11 -0500
  • b965e97fcd Bump org.apache.commons:commons-parent from 78 to 79 Gary D. Gregory 2025-01-14 07:06:13 -0500
  • 96dfec1f9d
    Merge 0fe8c44922 into f923a51525 dependabot[bot] 2025-01-11 13:13:29 +0000
  • f923a51525 Add comment for reproducible builds Gary D. Gregory 2025-01-11 08:13:24 -0500
  • 318f892fbf Make sure JAR files are readable in the TAR file Gary D. Gregory 2025-01-10 21:32:12 -0500
  • 84103a7e86
    Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#1341) dependabot[bot] 2025-01-10 10:18:23 -0500
  • 12b208dd97
    Bump actions/upload-artifact from 4.5.0 to 4.6.0 dependabot[bot] 2025-01-10 15:01:34 +0000
  • bdcc5a0502 Fix Spotbugs SE_TRANSIENT_FIELD_NOT_RESTORED issues Gary Gregory 2025-01-09 15:29:10 -0500
  • 744a8c30c6 Add RegExUtils methods typed to CharSequence input and deprecate old versions typed to String Gary Gregory 2025-01-09 15:03:29 -0500
  • f43534ec04 Add RegExUtils methods typed to CharSequence input and deprecate old versions typed to String Gary Gregory 2025-01-09 13:19:06 -0500
  • ea47d47ea8 Fix Spotbugs SE_TRANSIENT_FIELD_NOT_RESTORED issues Gary Gregory 2025-01-09 13:13:08 -0500
  • dee0da18ed Undeprecate ObjectUtils.toString(Object) Gary Gregory 2025-01-09 13:11:45 -0500
  • aafb046b68 Undeprecate ObjectUtils.toString(Object) Gary Gregory 2025-01-09 12:43:34 -0500
  • 65112a297b Jaavdoc Gary Gregory 2025-01-09 10:06:44 -0500
  • e7d001f1b7 Add RegExUtils.removePattern(CharSequence, String) and deprecate RegExUtils.removePattern(String, String) Gary Gregory 2025-01-09 10:01:49 -0500
  • 6e0c4f9cc9 Bump org.apache.commons:commons-parent from 78 to 79 Gary Gregory 2025-01-09 09:41:22 -0500
  • 6b81f9e6cf Add RegExUtils.replacePattern(CharSequence, String, String) and deprecate RegExUtils.replacePattern(String, String, String) Gary Gregory 2025-01-09 09:26:58 -0500
  • 9bc57f7fed Add RegExUtils.dotAllMatcher(String, CharSequence) and deprecate RegExUtils.dotAllMatcher(String, String) Gary Gregory 2025-01-09 09:19:52 -0500
  • 1ea3bee710 Javadoc current behavior Gary Gregory 2025-01-09 08:35:50 -0500
  • bfc2275e33 Remove _ from test method names Gary Gregory 2025-01-09 08:18:41 -0500
  • b3ecf47086 Add StringUtilsTrimStripTest.testStripAccentsUnicodeVulgarFractions() Gary Gregory 2025-01-09 08:17:40 -0500
  • 0349409132 Rename test method Gary Gregory 2025-01-09 08:05:02 -0500
  • 4c050914d9 Merge branch 'master' of https://garydgregory@github.com/apache/commons-lang.git Gary D. Gregory 2025-01-07 12:22:45 -0500
  • fc3638e0fc Add tests Gary D. Gregory 2025-01-07 12:22:35 -0500
  • d272066e8c Rename test Gary D. Gregory 2025-01-07 12:16:13 -0500
  • f5da9b7bc3
    [StringUtils::indexOfAnyBut] redesign due to inconsistent/faulty behavior regarding UTF-16 surrogates #1327 Gary Gregory 2025-01-06 17:25:08 -0500
  • 665f047e55
    [StringUtils::indexOfAnyBut] redesign due to inconsistent/faulty behaviour regarding UTF-16 surrogates (#1327) IBue 2025-01-06 23:22:42 +0100
  • 915ee33000 [StringUtils:indexOfAnyBut] remove comment IBue 2025-01-06 21:25:14 +0100
  • b585112e39 [StringUtils:indexOfAnyBut] parameterization of test functions IBue 2025-01-06 21:15:11 +0100
  • 13a2bde6e4 [StringUtils::indexOfAnyBut] simplify input-sequence iteration IBue 2024-12-18 01:42:02 +0100
  • 0c9920afab [StringUtils::indexOfAnyBut] further reduction of algorithm IBue 2024-12-06 19:51:56 +0100
  • f6e961e0ed [StringUtils::indexOfAnyBut] redesign due to inconsistent/faulty… …behaviour regarding UTF-16 surrogates IBue 2024-12-03 07:55:47 +0100
  • 1f83019d15 Javadoc whitespace Gary Gregory 2025-01-06 10:49:11 -0500
  • cc591bc0a2 better comment Gary Gregory 2025-01-06 10:22:43 -0500
  • 70ff24dda0 Javadoc: Remove obsolete comments and clarify Gary Gregory 2025-01-06 10:20:25 -0500
  • e55e2b7475 Javadoc Gary D. Gregory 2025-01-05 10:50:52 -0500
  • b046e22faf Add Predicates Gary D. Gregory 2025-01-05 10:49:18 -0500
  • 0d46368e15 Java 23 fails on Windows, back to experimental Gary D. Gregory 2025-01-05 09:57:31 -0500
  • 835af71a58 Revert Javadoc failOnWarnings Gary D. Gregory 2025-01-05 09:37:44 -0500
  • 461b171885 Add Java 25-ea build as experimental Gary D. Gregory 2025-01-05 09:29:43 -0500
  • 54c6018a3f Java 23 build is no longer experimental Gary D. Gregory 2025-01-05 09:28:42 -0500
  • b60ef1ef6d Fail Javadoc on warnings Gary D. Gregory 2025-01-05 09:28:01 -0500
  • ef3d5d93a3 Add ArrayUtils.startsWith() Gary D. Gregory 2025-01-05 09:14:36 -0500
  • 79722b3458
    Merge 731f99b82b into 4d77a45601 Michele Mariotti 2025-01-03 18:43:50 +0100
  • 4d77a45601 Add Apache license header Gary D. Gregory 2025-01-03 10:14:07 -0500
  • c307291235 Update notice file copyright end date Gary Gregory 2025-01-01 07:59:15 -0500
  • f5961268b3
    Merge f56bf0a2d5 into 62b08ffdba Zbynek Vyskovsky 2024-12-30 20:23:30 +0800
  • 62b08ffdba
    Bump github/codeql-action from 3.27.9 to 3.28.0 (#1340) dependabot[bot] 2024-12-27 10:35:27 -0500
  • 0550560bb4
    Bump github/codeql-action from 3.27.9 to 3.28.0 dependabot[bot] 2024-12-27 15:28:13 +0000
  • 7131386054 Replace 2x empty lines with a single one Gary D. Gregory 2024-12-26 09:34:20 -0500
  • 1a89cca97e Replace 2x empty lines with a single one Gary D. Gregory 2024-12-26 09:32:44 -0500
  • 2e0f973a4d
    Merge 079df6c514 into 41f68e6f9b XenoAmess 2024-12-25 18:30:32 +0800
  • 41f68e6f9b
    Bump actions/setup-java from 4.5.0 to 4.6.0 (#1339) dependabot[bot] 2024-12-20 10:22:45 -0500
  • cef9d7bcd8
    Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#1338) dependabot[bot] 2024-12-20 10:22:30 -0500
  • 482722e088
    Bump actions/setup-java from 4.5.0 to 4.6.0 dependabot[bot] 2024-12-20 15:03:25 +0000
  • e9bbc88dcc
    Bump actions/upload-artifact from 4.4.3 to 4.5.0 dependabot[bot] 2024-12-20 15:03:22 +0000
  • 35fee6998b Add BasicThreadFactory.builder() and deprecate BasicThreadFactory.Builder() Gary Gregory 2024-12-18 09:53:58 -0500
  • 82640281c8 USe generics Gary Gregory 2024-12-18 09:12:25 -0500
  • 95d3485cd4 Javadoc Gary Gregory 2024-12-13 20:02:09 -0500
  • 178bebcada Added new string methods Serwio YK 2024-12-14 00:40:40 +0200
  • 5f31e5b18c
    [test] Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 #1336 Gary Gregory 2024-12-13 14:37:07 -0500
  • 6e943dda41
    Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 (#1336) dependabot[bot] 2024-12-13 14:35:48 -0500
  • 549e1a3c5d
    Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 dependabot[bot] 2024-12-13 19:22:54 +0000
  • 48f61ac4f7
    Bump github/codeql-action from 3.27.6 to 3.27.9 (#1335) dependabot[bot] 2024-12-13 10:29:06 -0500
  • 664faaf76d
    Bump github/codeql-action from 3.27.6 to 3.27.9 dependabot[bot] 2024-12-13 15:10:06 +0000
  • 427a21b0ce
    Merge ed8e89d1a9 into ccb13fb58c Bruno P. Kinoshita 2024-12-12 20:59:19 +0800
  • ccb13fb58c Javadoc Gary Gregory 2024-12-11 16:54:03 -0500
  • 23f0816589 Javadoc Gary Gregory 2024-12-10 07:48:34 -0500
  • f4803450c5 Javadoc: Add @see tag Gary Gregory 2024-12-10 06:50:55 -0500
  • bb754f61ca
    [LANG-1761] Revert deprecation of ``StopWatch#getTime`` (#1334) Alex B 2024-12-10 12:49:36 +0100
  • 43e4096d73
    LANG-1761 Revert deprecation of ``StopWatch#getTime`` AB 2024-12-10 09:01:25 +0100
  • 89a1f29aeb Aggregated exceptions to one factory class Serwio YK 2024-12-09 23:04:04 +0200
  • 3be28abc91 Changed to simpler + concat as it's more readable and StringBuilder doesn't make a lot of sense here Serwio YK 2024-12-09 22:09:26 +0200
  • 08988a2c90 Use final Gary Gregory 2024-12-09 10:49:18 -0500