Commit Graph

6284 Commits

Author SHA1 Message Date
Gary Gregory 6087c1d351 Add entry for next version. 2021-03-02 08:43:42 -05:00
Gary Gregory ea37e6e8d5 Bump to next development version 2021-03-01 21:32:36 -05:00
Gary Gregory f967efc8fc Fix release date. 2021-03-01 21:12:19 -05:00
Gary Gregory 105a350b15 Update POM version numbers for %commons_name% release %commons_version% 2021-02-26 14:15:40 -05:00
Gary Gregory 200bee9fe4 Release notes for the next release. 2021-02-26 14:11:09 -05:00
Gary Gregory 73e0dfc494 No need to embedded if test. 2021-02-25 18:46:33 -05:00
Gary Gregory 9e0b31180d Drop init to defaults. 2021-02-25 18:37:19 -05:00
Gary Gregory 9ac45f0efc Add missing Javadoc. 2021-02-25 18:08:18 -05:00
Gary Gregory 038696c154 Add missing Javadoc. 2021-02-25 18:05:17 -05:00
Gary Gregory 813b1a5c34 Use own validator ObjectUtils.anyNull to check null String input #718. 2021-02-25 09:44:30 -05:00
Arturo Bernal 615c1dad1b
Use own validator ObjectUtils.anyNull to check null String input (#718) 2021-02-25 09:43:14 -05:00
Gary Gregory ea34486551 Add and use ObjectUtils.requireNonEmpty().
This is a different implementation of the ideas and discussion in PR
#716.
2021-02-25 09:01:23 -05:00
Gary Gregory 43f0424827 Sort members. 2021-02-25 08:53:59 -05:00
Gary Gregory 4859ad52de Sort members. 2021-02-24 10:05:34 -05:00
Gary Gregory b57f292cdf Add testParsesKnownJava16Ea25Failure().
Fails on Java 16 Early Access build 25 and above, last tested with build
36.
2021-02-23 22:10:37 -05:00
Gary Gregory e27c7a4842 Add toStringAll() for debugging. 2021-02-23 22:08:29 -05:00
Gary Gregory 9281de1b1b Fix toString() formatting. 2021-02-23 21:58:05 -05:00
Gary Gregory 0b23b9eae3 Better internal names. 2021-02-23 21:46:55 -05:00
Gary Gregory d33503042e Better internal name. 2021-02-23 21:45:36 -05:00
Gary Gregory f7c5c5c6db Add some toString() methods handy when debugging. 2021-02-23 21:28:16 -05:00
Gary Gregory c6314067f0 Fix some formatting. 2021-02-23 21:10:58 -05:00
Gary Gregory b03b21b449 Bump biz.aQute.bndlib from 5.2.0 to 5.3.0 #715. 2021-02-23 09:50:31 -05:00
dependabot[bot] 8631e03f93
Bump biz.aQute.bndlib from 5.2.0 to 5.3.0 (#715)
Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd) from 5.2.0 to 5.3.0.
- [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>
2021-02-23 09:49:28 -05:00
Gary Gregory fa0a793d3d Lamndas. 2021-02-22 11:44:05 -05:00
Gary Gregory 91928eed34 Combine nested 'if' statement in 'else' block to 'else if'. 2021-02-22 11:12:20 -05:00
Gary Gregory 7e5be1cf84 Use final. 2021-02-22 11:01:11 -05:00
Gary Gregory c6d4a3e2c3 Move JSR-305/javax.annotation code to the test tree for now instead of
deleting it.
2021-02-21 20:50:53 -05:00
Gary Gregory a276ba7d78 Prepare for next release. 2021-02-21 20:43:49 -05:00
Gary Gregory e73816cb69 Use 3.12.0 as the next version label.
Simplify site to use more general terms instead of the version number.
2021-02-21 20:36:21 -05:00
Gary Gregory 6d2e78b58e Reset RC number. 2021-02-21 18:15:34 -05:00
Gary Gregory a98a6a99d9 Add and use Duration in APIs.
- Add and use ThreadUtils.sleep(Duration).
- Add and use ThreadUtils.join(Thread, Duration).
- Add ObjectUtils.wait(Duration).
2021-02-21 18:14:34 -05:00
Gary Gregory 3c96b101bd Sort members. 2021-02-21 17:02:46 -05:00
Gary Gregory 789f88eaa2 Sort members. 2021-02-21 16:57:20 -05:00
Gary Gregory e18ace73ef Sort members. 2021-02-21 14:09:57 -05:00
Gary Gregory dff8edf3a9 Fix compiler warnings. 2021-02-21 14:08:10 -05:00
Gary Gregory 5c7749d18f Remove @SuppressWarnings no longer needed. 2021-02-21 12:05:08 -05:00
Gary Gregory 5f8c016707 Clarify local var names. 2021-02-21 11:46:40 -05:00
Gary Gregory 8d35d66ba9 Minor formatting. 2021-02-21 11:37:48 -05:00
Gary Gregory f843429145 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2021-02-21 11:36:37 -05:00
Gary Gregory 8d6933daf6 Better assertion failure messages. 2021-02-21 11:36:24 -05:00
Gary Gregory e233ab6b14 Fix XML. 2021-02-21 10:35:51 -05:00
Gary Gregory 7c9129c955 Remove trailing whitespace. 2021-02-21 10:07:51 -05:00
Gary Gregory d7575087eb Fix broken Javadoc links to commons-text #712. 2021-02-20 17:10:25 -05:00
Chris Smowton 804e7c818f
Fix broken links to commons-text (#712)
All were missing a subpackage
2021-02-20 17:09:17 -05:00
Gary Gregory bd3eff8b07 Add and use true & false String constants #714. 2021-02-20 17:07:25 -05:00
Arturo Bernal 397a2c8044
true & false String constant (#714)
* Add constant:

* true && false
* Yes && No
* On && Off

* Update BooleanUtils.java

* Update BooleanUtils.java

Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
2021-02-20 17:05:24 -05:00
Gary Gregory ba67e88e35 Remove trailing whitespace. 2021-02-20 16:55:51 -05:00
Gary Gregory 3a35c53c6c Add DurationUtils.zeroIfNull(Duration). 2021-02-20 09:11:57 -05:00
Gary Gregory cda703ccb8 Simplify. 2021-02-20 08:21:19 -05:00
Gary Gregory 5689c91cf2 Add DurationUtils.isPositive(Duration) and toDuration(long,TimeUnit). 2021-02-16 09:23:38 -05:00