Gary Gregory
|
fed91a0559
|
Format JUnit failure message. Tweaks.
|
2020-07-23 11:11:51 -04:00 |
dependabot[bot]
|
7a23f14229
|
Bump actions/checkout from v1 to v2.3.1 (#588)
Bumps [actions/checkout](https://github.com/actions/checkout) from v1 to v2.3.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v1...28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-07-23 10:59:23 -04:00 |
Gary Gregory
|
7474e5db7a
|
Trying to let Java 15-ea be only 'experimental'.
|
2020-07-23 10:49:38 -04:00 |
Gary Gregory
|
af2fb3b29a
|
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
|
2020-07-23 10:09:04 -04:00 |
Gary Gregory
|
8333f7e7ba
|
Update biz.aQute.bndlib from 5.1.1 to 5.1.2 #592.
|
2020-07-23 10:08:44 -04:00 |
dependabot[bot]
|
3480d214bd
|
Bump biz.aQute.bndlib from 5.1.1 to 5.1.2 (#592)
Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md)
- [Commits](https://github.com/bndtools/bnd/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-07-23 10:06:44 -04:00 |
Gary Gregory
|
ff3d7c2325
|
Reduce wait time in test.
|
2020-07-23 10:05:52 -04:00 |
Gary Gregory
|
cb9a59cabb
|
Update spotbugs-maven-plugin from 4.0.0 to 4.0.4.
|
2020-07-23 09:27:47 -04:00 |
dependabot[bot]
|
c24701ed3b
|
Bump spotbugs-maven-plugin from 4.0.0 to 4.0.4 (#593)
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.0.0 to 4.0.4.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.0.0...spotbugs-maven-plugin-4.0.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-07-23 09:26:45 -04:00 |
Gary Gregory
|
37de491eb3
|
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
|
2020-07-23 09:25:02 -04:00 |
Gary Gregory
|
3276da82f0
|
Better names in test. Use final. Sort members.
|
2020-07-23 09:24:53 -04:00 |
Alex Herbert
|
ba7505d9a9
|
LANG-1592: Correct implementation of RandomUtils.nextLong(long, long)
The method has been changed to use exclusively the long datatype to
generate the value.
The implementation is taken from the Commons RNG project.
|
2020-07-22 22:02:07 +01:00 |
Gary Gregory
|
4e9460413a
|
Java 16-ea appears to not be supported by GitHub yet.
|
2020-07-22 11:14:21 -04:00 |
Gary Gregory
|
eb3d1f5da5
|
Allow Java early access builds to fail.
|
2020-07-22 10:59:54 -04:00 |
Gary Gregory
|
88dbef45ae
|
Add early access builds to GitHub builds.
|
2020-07-22 10:36:44 -04:00 |
Gary Gregory
|
d0e22083ca
|
Drop Java 12 and 13 from GitHub builds.
|
2020-07-22 10:36:02 -04:00 |
Gary Gregory
|
a8c4c01366
|
Add missing header.
|
2020-07-22 10:29:37 -04:00 |
Gary Gregory
|
b99969ca8a
|
Enable Dependabot #587.
|
2020-07-22 10:10:07 -04:00 |
Gary Gregory
|
aa4a6a1a25
|
Merge pull request #587 from sullis/dependabot-v2
Enable Dependabot
|
2020-07-22 10:08:23 -04:00 |
Sean C. Sullivan
|
35495dc8d9
|
enable Dependabot v2
|
2020-07-22 07:00:59 -07:00 |
Alex Herbert
|
2957f33b6f
|
Javadoc fix
|
2020-07-21 08:21:55 +01:00 |
Alex Herbert
|
2242b6f2ca
|
Remove javadoc reference to private constructor
|
2020-07-21 08:20:23 +01:00 |
Gary Gregory
|
deaed63d51
|
Update versions for 3.12.
|
2020-07-20 11:37:23 -04:00 |
Gary Gregory
|
dfec50030f
|
Use Maven generated changes-report for the release history.
|
2020-07-20 11:34:45 -04:00 |
Gary Gregory
|
1bf70c5c96
|
Use Maven generated changes-report for the release history.
|
2020-07-20 11:15:44 -04:00 |
Bruno P. Kinoshita
|
53529d8f49
|
[LANG-1591]: add changes.xml entry
|
2020-07-20 21:19:44 +12:00 |
Bruno P. Kinoshita
|
984bb2b585
|
Merge branch 'pr-585'
This closes #585
|
2020-07-20 21:11:34 +12:00 |
B Sharma
|
61c575afac
|
Remove redudant argument from substring call
|
2020-07-20 10:41:09 +05:30 |
Gary Gregory
|
e803396263
|
Add slot for next release.
|
2020-07-18 17:31:56 -04:00 |
Gary Gregory
|
031c1d0b8c
|
Fix download link.
|
2020-07-18 08:37:57 -04:00 |
Gary Gregory
|
f17274ef5b
|
Bump to next development version
|
2020-07-17 09:43:05 -04:00 |
Gary Gregory
|
6d9102ab92
|
Revert "Format tweak."
This reverts commit c56be9c3dd .
|
2020-07-17 08:51:55 -04:00 |
Gary Gregory
|
c56be9c3dd
|
Format tweak.
|
2020-07-16 19:23:10 -04:00 |
Gary Gregory
|
bc4b945bde
|
Prepare for 3.11 site.
|
2020-07-16 09:07:00 -04:00 |
Gary Gregory
|
f62f0f59a3
|
Prepare for 3.11-RC2.
|
2020-07-12 09:19:13 -04:00 |
Gary Gregory
|
01514294a5
|
Merge branch 'master' into release
|
2020-07-12 09:00:30 -04:00 |
Gary Gregory
|
fe95edd45f
|
Prepare for 3.11-RC2.
|
2020-07-12 08:59:56 -04:00 |
Rob Tompkins
|
3d8408776e
|
(docs) minor nits and whitespace addions for readability
|
2020-07-12 08:43:32 -04:00 |
Rob Tompkins
|
19f5632919
|
(docs) Add citations to LockingVisitors javadoc
|
2020-07-12 08:14:24 -04:00 |
Rob Tompkins
|
669f6833e3
|
(docs) formatting nit
|
2020-07-11 17:24:29 -04:00 |
Gary Gregory
|
92d6be66ff
|
Whitespace and lambda clean ups.
|
2020-07-11 17:21:25 -04:00 |
Gary Gregory
|
5283344927
|
Added missing Javadoc and tweaked another Javadoc.
|
2020-07-11 17:16:31 -04:00 |
Gary Gregory
|
3e86896c13
|
Format.
|
2020-07-11 16:54:07 -04:00 |
Gary Gregory
|
ff4ef533a5
|
Redo this class after Rob Tompkins found a bug.
Much simpler now as well.
|
2020-07-11 16:39:14 -04:00 |
Gary Gregory
|
ac1070e84e
|
Update POM version numbers for Apache Commons Lang release 3.11
|
2020-07-10 19:32:01 -04:00 |
Gary Gregory
|
ab627f97bc
|
Prepare for 3.11-RC1.
|
2020-07-10 19:29:13 -04:00 |
Gary Gregory
|
2296d0bb14
|
Fix Javadoc.
|
2020-07-10 12:11:01 -04:00 |
Gary Gregory
|
d5c29230d8
|
[LANG-1539] Add allNull() and anyNull() methods to ObjectUtils. #522.
|
2020-07-10 11:57:58 -04:00 |
Gary Gregory
|
1a77a547dd
|
Add allNull() and anyNull() methods to ObjectUtils, as well as their associated tests. (#522)
|
2020-07-10 11:56:01 -04:00 |
Gary Gregory
|
4f9be0faab
|
Checkstyle.
|
2020-07-10 11:49:00 -04:00 |