Gary Gregory
fee35ddc14
Add SystemUtils.IS_JAVA_20
2023-04-01 11:53:21 -04:00
Gary Gregory
18e772ca54
Add SystemUtils.IS_JAVA_19
2023-04-01 11:48:25 -04:00
Gary Gregory
944d6e10a4
Refactor and add RegExUtils.dotAll() and dotAllMatcher()
2023-04-01 11:40:07 -04:00
dependabot[bot]
6434086689
Bump ossf/scorecard-action from 2.1.2 to 2.1.3 ( #1046 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](e38b1902ae...80e868c13c
)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 07:09:08 -04:00
dependabot[bot]
3197d4f967
Bump actions/setup-java from 3.10.0 to 3.11.0
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v3.10.0...v3.11.0 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-31 18:02:27 +02:00
Gary Gregory
ccb4ad2234
Javadoc/Comments: Remove extra "whitespace"
2023-03-25 09:36:25 -04:00
dependabot[bot]
079db15da8
Bump actions/checkout from 3.4.0 to 3.5.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](24cb908017...8f4b7f8486
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-24 17:03:17 +01:00
dependabot[bot]
7201f954ce
Bump actions/cache from 3.3.0 to 3.3.1
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3.3.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-17 17:05:41 +01:00
dependabot[bot]
a7d535cfdb
Bump actions/checkout from 3.3.0 to 3.4.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](ac59398561...24cb908017
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-17 17:05:24 +01:00
Gary Gregory
5317ec65db
[LANG-1643] Construct ArrayList with better default size #1041
2023-03-14 13:24:29 -04:00
laurentschoelens
4ebef61c03
LANG-1643 : init ArrayList with good default size ( #1041 )
...
Co-authored-by: Laurent SCHOELENS <laurent.schoelens@sfr.com>
2023-03-14 13:23:11 -04:00
Arturo Bernal
4e8d9d39f1
Make a non-access modifier local variables. ( #980 )
2023-03-14 08:54:07 -04:00
Gary Gregory
4d7e6ffac8
Use XSD and fix XML
2023-03-13 08:19:45 -04:00
dependabot[bot]
bb1311dc0d
Bump actions/cache from 3.2.6 to 3.3.0 ( #1037 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.2.6 to 3.3.0.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3.2.6...v3.3.0 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-10 14:22:35 -05:00
Gary Gregory
2cf6486197
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
2023-03-04 09:05:02 -05:00
Gary Gregory
e9f3ece022
Add ClassLoaderUtils.getSystemURLs() and getThreadURLs().
2023-03-04 09:04:47 -05:00
Julian Blaskiewicz
2986222b8c
(doc) fix typo in comment
2023-03-02 18:31:20 +01:00
Gary Gregory
8ba794181d
[LANG-1694] MethodUtils.getMatchingMethod() fails with "Found multiple candidates" #1033
2023-03-01 17:41:49 -05:00
SeasonPan
d47dc7af76
[LANG-1694] MethodUtils.getMatchingMethod() fails with "Found multiple candidates" ( #1033 )
...
* [LANG-1694]'MethodUtils.getMatchingMethod' fails with "Found multiple candidates" when the method is abstract
* [LANG-1694]MethodUtilsTest modify the modifier‘s order
* [LANG-1694]MethodUtils.getMatchingMethod modify PMD check
2023-03-01 17:40:35 -05:00
Gary Gregory
be210cfa28
Add @SuppressWarnings
2023-03-01 09:49:23 -05:00
dependabot[bot]
588a20b27f
Bump actions/cache from 3.2.5 to 3.2.6 ( #1034 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3.2.5...v3.2.6 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 11:43:42 -05:00
P. Ottlinger
469013a4f5
Fix typos in Javadoc
2023-02-19 21:03:37 +01:00
Gary Gregory
eaff7e0a69
Add missing exception javadoc/tests for some null arguments #869
2023-02-11 10:40:13 -05:00
Diego Marcilio
680f9d5492
Add missing javadoc/tests for some null arguments ( #869 )
2023-02-11 10:38:50 -05:00
Anil Kelwalkar
3da149382f
added example for space in indexOfIgnoreCase ( #1009 )
2023-02-11 10:32:54 -05:00
Gary Gregory
47a92f9879
Refactor system property access into a new SystemProperties class
2023-02-11 10:31:21 -05:00
Gary Gregory
95a0e2b09b
Refactor system property access into a new SystemProperties class
2023-02-11 09:49:41 -05:00
dependabot[bot]
91ccf53c7d
Bump actions/cache from 3.2.4 to 3.2.5
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3.2.4...v3.2.5 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10 17:04:28 +01:00
dependabot[bot]
b5b9079996
Bump actions/setup-java from 3.9.0 to 3.10.0
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v3.9.0...v3.10.0 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10 17:02:18 +01:00
Gary Gregory
a824636506
Use try-with-resources
2023-02-05 17:23:19 -05:00
Gary Gregory
c7903f3105
Pick up commons.animal-sniffer.version from parent POM
2023-02-04 20:29:47 -05:00
Gary Gregory
ed72275376
Use Objects.requireNonNull() directly. #1022
2023-02-03 11:19:34 -05:00
Arturo Bernal
89bc92278a
Use Objects.requireNonNull() directly. ( #1022 )
2023-02-03 11:16:10 -05:00
dependabot[bot]
5971023a9a
Bump actions/cache from 3.2.3 to 3.2.4
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3.2.3...v3.2.4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-03 16:25:28 +01:00
Sebb
a489621d00
+=codecov => notifications
2023-02-03 15:12:26 +00:00
Gary Gregory
88ee8192dc
Pick up Spotbugs version from parent POM
2023-02-03 09:03:54 -05:00
Gary Gregory
e3a14c74d4
Pick up Checkstyle version from parent POM
2023-02-03 08:40:34 -05:00
Sebb
8cc4505dd0
+= .asf.yaml
2023-01-20 19:44:01 +00:00
Gary Gregory
fe42d6b087
Fix typos
2023-01-15 08:13:46 -05:00
Gary Gregory
98fafb38d1
POM project name should contain "Apache" prefix
2023-01-15 07:46:15 -05:00
Gary Gregory
b7d4b90758
Fix typos
2023-01-15 07:38:57 -05:00
Gary Gregory
0cfedf63f7
Fix typos
2023-01-15 07:38:45 -05:00
dependabot[bot]
94cea56cb8
Bump actions/cache from 3.2.2 to 3.2.3 ( #1019 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3.2.2...v3.2.3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 11:36:07 -05:00
Gary Gregory
924ebfb66c
Pick up checkstyle version from parent
2023-01-13 11:35:51 -05:00
Gary Gregory
c183da45c7
Pick up maven-surefire-plugin version from parent
2023-01-13 09:42:50 -05:00
Gary Gregory
84864d2199
Pick up spotbugs-maven-plugin version from parent
2023-01-13 09:38:09 -05:00
Gary Gregory
5a3904c867
Remove unused import
2023-01-10 17:10:17 -05:00
Gary Gregory
73a99e2bea
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
2023-01-10 15:57:24 -05:00
Gary Gregory
af27d810d3
Fix my mistake
2023-01-10 15:57:08 -05:00
Nikolai Fedorovskikh
7e7954bbea
typos in javadoc
2023-01-10 20:37:23 +01:00