Commit Graph

6256 Commits

Author SHA1 Message Date
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
Gary Gregory ff6c5f65a5 Add DurationUtils. 2021-02-11 16:47:38 -05:00
Gary Gregory fa880a43ed Fix Checkstyle oddity on Windows. 2021-02-11 16:46:18 -05:00
Gary Gregory 1fa1940f4b Minor formatting. 2021-02-11 16:45:54 -05:00
Gary Gregory 110ab39cb2 Use final. 2021-02-11 14:25:09 -05:00
Gary Gregory 949c911a87 Sort members. 2021-02-10 23:03:13 -05:00
Gary Gregory 038f304474 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2021-02-10 17:20:02 -05:00
Gary Gregory 37d4858a67 Minor Improvement: Remove redundant initializer #699. 2021-02-10 17:19:53 -05:00
Arturo Bernal 01fc8c7159
Minor Improvement: (#699)
* Remove redundant initializer
2021-02-10 17:19:24 -05:00
Gary Gregory c3c825faa6 Minor Improvement: Add final variable.try to make the code read-only
#700.
2021-02-10 17:19:00 -05:00
Arturo Bernal 8c0bae01e5
Minor Improvement: (#700)
* Add final variable.try to make the code read-only
2021-02-10 17:18:22 -05:00
Gary Gregory 202076602a Format. 2021-02-10 17:17:40 -05:00
Gary Gregory eb6d6faad3 Minor Improvements #701. 2021-02-10 17:17:08 -05:00
Arturo Bernal 02ff51e504
Minor Improvements (#701)
* Minor Improvement:

* Add final variable.try to make the code read-only
* inline Variable. Simplify code

* Update UnicodeUnpairedSurrogateRemover.java

Better comment.

Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
2021-02-10 17:16:02 -05:00
Gary Gregory 556b744c27 Bump spotbugs from 4.2.0 to 4.2.1 #708. 2021-02-10 17:13:56 -05:00
dependabot[bot] 8b6435cf6f
Bump spotbugs from 4.2.0 to 4.2.1 (#708)
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.2.0 to 4.2.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.2.0...4.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-10 17:13:19 -05:00
Gary Gregory 78e3e0390e Bump checkstyle from 8.39 to 8.40 #706. 2021-02-10 17:13:10 -05:00
dependabot[bot] 6458ec180c
Bump checkstyle from 8.39 to 8.40 (#706)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.39 to 8.40.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.39...checkstyle-8.40)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-10 17:11:40 -05:00
Gary Gregory d03e715824 Bump junit-bom from 5.7.0 to 5.7.1 #707. 2021-02-10 17:11:23 -05:00
dependabot[bot] fd13f3d19c
Bump junit-bom from 5.7.0 to 5.7.1 (#707)
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.0...r5.7.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-10 17:10:29 -05:00
Gary Gregory ba1df937ff Bump actions/cache from v2 to v2.1.4 #710. 2021-02-10 17:10:07 -05:00
dependabot[bot] dd9a45ea45
Bump actions/cache from v2 to v2.1.4 (#710)
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-10 17:09:22 -05:00
Gary Gregory 4f85c164a1 Add StringUtils.substringBefore(String, int). 2021-02-10 17:04:11 -05:00
Gary Gregory 92529ed903 Remove trailing whitespace. 2021-02-07 10:58:58 -05:00
Gary Gregory 63d7c27bef Better local variable name. 2021-02-07 10:33:24 -05:00
Gary Gregory 1131a0c933 Eat own dog food. 2021-02-07 10:32:58 -05:00
Gary Gregory 56dd87e8b8 Fix Javadoc link. 2021-02-07 10:26:27 -05:00
Gary Gregory 38611d05e9 Add missing Javadoc since tag. 2021-02-07 10:25:33 -05:00
Gary Gregory 8dfc79886a Be consistent declaring throws NullPointerException. 2021-02-07 10:25:01 -05:00