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
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
Gary Gregory
265b74aac7
Format new class.
2020-07-10 11:47:45 -04:00
Isira Seneviratne
ee6c682ed5
Add allNull() and anyNull() methods to ObjectUtils, as well as their associated tests.
2020-07-10 09:53:26 +05:30
Gary Gregory
1fc15b43d4
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
2020-07-09 21:27:56 -04:00
Gary Gregory
9dbabe2494
Correct Javadocs of methods that use Validate.notNull() and replace some
...
uses of Validate.isTrue() with Validate.notNull(). #525 .
2020-07-09 21:27:42 -04:00
Isira Seneviratne
3700641b4e
Correct Javadocs of methods that use Validate.notNull() and replace some uses of Validate.isTrue() with Validate.notNull(). ( #525 )
...
* Update Javadocs of methods that call Validate.notNull() to refer to NullPointerException instead of IllegalArgumentException for null values.
* Use Validate.notNull() instead of Validate.isTrue() to check for null values, and update the associated tests to check for NullPointerException instead of IllegalArgumentException.
2020-07-09 21:26:19 -04:00
XenoAmess
031f4f61b7
refine travis-ci scripts ( #531 )
...
Cache Maven's .m2 folder.
2020-07-09 08:57:12 -04:00
Gary Gregory
039c5293a1
Clean up after merge. Class rename and package rename did not come
...
through.
2020-07-09 08:38:19 -04:00