Gary Gregory
9be39c4a7a
Add Streams.of(Iterable<E>)
2022-07-16 14:44:06 -04:00
Gary Gregory
0bee927193
Add Streams.of(Enumeration<E>)
2022-07-16 09:27:15 -04:00
Gary Gregory
261334e5ae
(doc) Fix typos in project documentations #923
2022-07-15 13:51:54 -04:00
Marc Wrobel
1774335e56
(doc) Fix typos in project documentations ( #923 )
2022-07-15 13:51:03 -04:00
Gary Gregory
7c68936044
Bump exec-maven-plugin from 3.0.0 to 3.1.0 #922
2022-07-15 13:47:33 -04:00
Gary Gregory
d6ec3655b1
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
2022-07-15 08:38:06 -04:00
Gary Gregory
351df93276
Bump actions/cache 3.0.4 to 3.0.5
2022-07-15 08:37:57 -04:00
Gary Gregory
63cc351c73
(doc) Fix typos in javadoc and comments #920
2022-07-15 08:26:42 -04:00
Gary Gregory
1c9673a218
Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0 #919
2022-07-08 18:16:56 -04:00
Gary Gregory
c8ebafd7bb
Bump biz.aQute.bnd:biz.aQute.bndlib 6.2.0 to 6.3.1
2022-07-06 09:13:48 -04:00
Gary Gregory
5f22e04514
[LANG-1662] Let ReflectionToStringBuilder only reflect given field
...
names #849
Applied PR and:
- Added missing @since tags to new public and protected methods and
fields
- Fixed Javadocs
- Reuse own ArrayUtils API for validation
- Move methods to AB order
2022-07-05 18:49:38 -04:00
Gary Gregory
dad064eebb
Add ArrayUtils.oneHot().
2022-07-05 14:11:54 -04:00
Gary Gregory
7269354272
Group entries together for "Add SystemUtils.IS_JAVA_*"
2022-07-05 10:30:28 -04:00
Gary Gregory
e5e8ba0906
Add SystemUtils.IS_JAVA_18
2022-07-05 10:29:51 -04:00
Gary Gregory
6001ae8a0c
Add SystemUtils.IS_JAVA_17
2022-07-05 10:25:46 -04:00
Gary Gregory
a588f7e693
Javadoc: StringUtils.repeat("", "x", 3) = "xx"; #918
2022-07-05 08:45:29 -04:00
Gary Gregory
6672207ae1
Bump commons.pmd-impl.version from 6.46.0 to 6.47.0 #915
2022-07-05 08:36:39 -04:00
dependabot[bot]
092a328b6b
Bump spotbugs from 4.6.0 to 4.7.1
...
Bumps [spotbugs](https://github.com/spotbugs/spotbugs ) from 4.6.0 to 4.7.1.
- [Release notes](https://github.com/spotbugs/spotbugs/releases )
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.6.0...4.7.1 )
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-02 10:25:29 +12:00
Gary Gregory
01c61f987b
Add SystemUtils.IS_OS_WINDOWS_11.
2022-06-27 10:15:57 -04:00
Gary Gregory
911fbb9352
Add ExceptionUtils.getRootCauseStackTraceList(Throwable)
2022-06-18 13:41:40 -04:00
Gary Gregory
70b2250f80
Add ExceptionUtils.forEach(Throwable, Consumer<Throwable>)
...
Add ExceptionUtils.stream(Throwable).
2022-06-18 13:23:48 -04:00
Gary Gregory
07403c9a94
Update ClassUtils Javadoc with some missing throws NPE #912
2022-06-13 18:16:08 -04:00
Gary Gregory
2b13f5b9fd
Bump apache-rat from 0.13 to 0.14
2022-06-13 08:53:03 -04:00
dependabot[bot]
3228ab0459
Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7
...
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.0.0-M6 to 3.0.0-M7.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M6...surefire-3.0.0-M7 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-11 10:51:48 +12:00
dependabot[bot]
12beaf97cb
Bump maven-pmd-plugin from 3.16.0 to 3.17.0
...
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin ) from 3.16.0 to 3.17.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases )
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.16.0...maven-pmd-plugin-3.17.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-11 10:50:30 +12:00
Gary Gregory
edb7a6775a
Add GitHub coverage.yml.
2022-06-08 12:37:01 -04:00
Gary Gregory
80b36f1ea6
Bump actions/cache from 3.0.3 to 3.0.4
2022-06-07 14:00:29 -04:00
dependabot[bot]
4f08422f77
Bump commons.pmd-impl.version from 6.45.0 to 6.46.0
...
Bumps `commons.pmd-impl.version` from 6.45.0 to 6.46.0.
Updates `pmd-core` from 6.45.0 to 6.46.0
- [Release notes](https://github.com/pmd/pmd/releases )
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb )
- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.45.0...pmd_releases/6.46.0 )
Updates `pmd-java` from 6.45.0 to 6.46.0
- [Release notes](https://github.com/pmd/pmd/releases )
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb )
- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.45.0...pmd_releases/6.46.0 )
Updates `pmd-javascript` from 6.45.0 to 6.46.0
- [Release notes](https://github.com/pmd/pmd/releases )
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb )
- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.45.0...pmd_releases/6.46.0 )
Updates `pmd-jsp` from 6.45.0 to 6.46.0
- [Release notes](https://github.com/pmd/pmd/releases )
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb )
- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.45.0...pmd_releases/6.46.0 )
---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-java
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-javascript
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-jsp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-04 05:44:05 +12:00
Gary Gregory
940b79b59c
Allow extension of previously final classes ImmutablePair and
...
ImmutableTriple
2022-06-02 07:18:36 -04:00
Gary Gregory
330ba4d932
Bump actions/cache from 3.0.2 to 3.0.3
2022-05-31 16:37:13 -04:00
Gary Gregory
16de452a37
Add DurationUtils.of(FailableConsumer|FailableRunnbale)
2022-05-28 09:02:02 -04:00
Gary Gregory
65fb650380
Fix unstable coverage of CharSequenceUtils tests noticed during merge of PRs 898 and 899 #901
2022-05-27 14:18:16 -04:00
Alex Herbert
d8cea4d1f4
Track changes
2022-05-27 16:19:38 +01:00
Gary Gregory
6eb223bb8c
Add DurationUtils.since(Temporal)
2022-05-27 10:21:53 -04:00
Gary Gregory
b134387206
Increase method test coverage of MultilineRecursiveToStringStyle #899
2022-05-26 16:57:31 -04:00
Gary Gregory
fc1736edc4
Increase test coverage of ComparableUtils from 71% to 100% #898 .
2022-05-26 09:44:46 -04:00
Gary Gregory
3a0ba3c6ea
Bump org.junit-pioneer:junit-pioneer from 1.7.0 to 1.7.1
2022-05-26 08:33:46 -04:00
Gary Gregory
1f6bd19af2
Bump maven-javadoc-plugin from 3.3.2 to 3.4.0
2022-05-26 08:28:14 -04:00
Gary Gregory
e68454ff61
Bump commons.jacoco.version from 0.8.7 to 0.8.8
2022-05-26 08:27:13 -04:00
Gary Gregory
f9439b5b9c
Add coverage.yml
2022-05-26 08:26:13 -04:00
Bruno P. Kinoshita
8c2284cb8f
Revert #896 ( #897 )
2022-05-22 07:23:14 -04:00
dependabot[bot]
90086a212d
Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.0.0
...
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin ) from 4.6.0.0 to 4.7.0.0.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases )
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.6.0.0...spotbugs-maven-plugin-4.7.0.0 )
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-21 11:02:04 +12:00
dependabot[bot]
8c10c03443
Bump spotbugs from 4.6.0 to 4.7.0
...
Bumps [spotbugs](https://github.com/spotbugs/spotbugs ) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/spotbugs/spotbugs/releases )
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.6.0...4.7.0 )
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-21 10:51:28 +12:00
Gary Gregory
eff43864b3
[LANG-1680] FastDateFormat does not support the 'L'-Pattern from
...
SimpleDateFormat.
- Use final.
- Fix typos.
- In-line single use local variables.
2022-05-15 15:22:50 -04:00
Gary Gregory
80889fc45c
Minor changes #769
2022-05-04 10:52:24 -04:00
Gary Gregory
6fa0a17595
Bump net.sourceforge.pmd:* from 6.44.0 to 6.45.0
2022-05-02 09:44:34 -04:00
Gary Gregory
f146bf817a
Remove unnecessary variable creations. #882
2022-05-02 09:34:17 -04:00
Gary Gregory
d5f43dce28
Make final mappingFunction variable. #876
2022-05-02 09:32:03 -04:00
Gary Gregory
e6dadcb49a
Fix Javadoc for Validate.isAssignableFrom()
2022-05-02 09:30:03 -04:00
Gary Gregory
69202d5f16
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
2022-05-02 09:28:26 -04:00