5947 Commits

Author SHA1 Message Date
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 c56be9c3ddbcaefac9dcc720238462cfc529fc06.
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. rel/commons-lang-3.11 commons-lang-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 commons-lang-3.11-RC1 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
Gary Gregory
3243638167
Stamped lock visitor (#559)
Co-authored-by: Gary Gregory <gardgregory@gmail.com>
2020-07-09 08:28:25 -04:00
Gary Gregory
32a9a350c6 org.junit.jupiter:junit-jupiter 5.6.1 -> 5.6.2. 2020-07-04 09:45:02 -04:00
Gary Gregory
065662fcf3 com.puppycrawl.tools:checkstyle 8.33 -> 8.34. 2020-07-04 09:42:32 -04:00
Gary Gregory
ad433ecc16 Make internal API null-safe and Javadoc. 2020-07-01 17:21:55 -04:00
Gary Gregory
954338a152 Sort 2 methods. 2020-07-01 17:07:09 -04:00
Gary Gregory
da0f6a8051 Refactor SpotBugs implementation version into spotbugs.impl.version. 2020-06-28 15:45:50 -04:00
Gary Gregory
f89a85b051 [LANG-1543] [JSON string for maps] ToStringBuilder.reflectionToString
doesnt render nested maps correctly.
2020-06-28 09:49:12 -04:00
Gary Gregory
5e71a4add5 [LANG-1543] [JSON string for maps] ToStringBuilder.reflectionToString
doesnt render nested maps correctly.

Apply a different version of the PR
https://github.com/apache/commons-lang/pull/561

Closes #561.
2020-06-28 09:40:45 -04:00
Gary Gregory
4063df71c3 [LANG-1543] [JSON string for maps] ToStringBuilder.reflectionToString
doesnt render nested maps correctly.

Apply a different version of the PR
https://github.com/apache/commons-lang/pull/561

Closes #561.
2020-06-28 09:38:52 -04:00
Gary Gregory
062bc6fe7d Add Add org.apache.commons.lang3.StringUtils.substringAfterLast(String,
int).
2020-06-27 09:32:30 -04:00
Gary Gregory
75fa90e96c Use final. 2020-06-27 09:24:58 -04:00
Gary Gregory
d68a7a4189 Add org.apache.commons.lang3.StringUtils.substringAfter(String, int). 2020-06-27 09:24:06 -04:00
Gary Gregory
1621a23d2b Make org.apache.commons.lang3.CharSequenceUtils.toCharArray(CharSequence)
public.
2020-06-26 15:32:13 -04:00
Gary Gregory
10f6a80c96 No need to nest. 2020-06-26 15:31:00 -04:00
Gary Gregory
bb017e0d4d JRE locks live in a ...concurrent.locks package so let's put our lock
code in our own ...concurrent.locks.
2020-06-26 14:35:14 -04:00