6025 Commits

Author SHA1 Message Date
Gary Gregory
8e0a8f2298 Replace Java 14 with Java 15 as the latest Java version to test. Use
Jaav 16 EA as the EA version to test.
2020-09-19 15:46:59 -04:00
Sebb
4b5f1cf57d One per line 2020-09-12 23:38:51 +01:00
Sebb
433700ea80 One per line 2020-09-12 23:37:12 +01:00
Sebb
693e5129e8 Useless assignment 2020-09-12 23:34:29 +01:00
Sebb
875d1054c0 Useless parentheses 2020-09-12 23:32:56 +01:00
Sebb
7ab21126a0 Docs 2020-09-12 23:31:44 +01:00
Sebb
38a9209456 LANG-1606 StringUtils.countMatches - fix Javadoc 2020-09-12 23:23:18 +01:00
Gary Gregory
0054e51500 checkstyle from 8.35 to 8.36 #614. 2020-09-08 11:47:02 -04:00
dependabot[bot]
af95fdaa2d
Bump checkstyle from 8.35 to 8.36 (#614)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.35 to 8.36.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.35...checkstyle-8.36)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 11:46:04 -04:00
Gary Gregory
649dedbbe8 Trigger a GitHub build on pull requests. 2020-08-31 21:25:40 -04:00
Gary Gregory
3621a65051 ContextedException Javadoc add missing semicolon #581. 2020-08-30 18:33:34 -04:00
iamchao1129
ddac01fc9a
Add semicolon (#581)
Co-authored-by: zhangchao36 <zhangchao36@jd.com>
2020-08-30 18:31:34 -04:00
Gary Gregory
81efeaacad [LANG-1600] Restore handling of collections for non-JSON ToStringStyle
#610.
2020-08-30 18:29:54 -04:00
Michael F
772f97c437
[LANG-1600] Restore handling of collections for non-JSON ToStringStyle (#610)
* [LANG-1600] add test cases for non-empty collections, maps, and arrays

* break out those test cases into separate methods for legibility
* addresses issue introduced in LANG-1542 with commit 1dddec8

* [LANG-1600] restore non-json-style handling of appendDetail() for Collection

* addresses issue introduced in LANG-1542 with commit 1dddec8
2020-08-30 18:27:17 -04:00
Gary Gregory
47f96a3c95 End sentence with a period. 2020-08-30 18:13:45 -04:00
Gary Gregory
0683ab262d Revert "Better link."
This reverts commit b1a66d2da97297c4a0b4c64c6911fa121526a9f9.
2020-08-30 18:13:18 -04:00
Gary Gregory
b1a66d2da9 Better link. 2020-08-30 18:12:26 -04:00
Gary Gregory
5512896585 spotbugs from 4.1.1 to 4.1.2 #609. 2020-08-30 11:37:31 -04:00
dependabot[bot]
0131cc31fc
Bump spotbugs from 4.1.1 to 4.1.2 (#609)
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.1.1 to 4.1.2.
- [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.1.1...4.1.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-30 11:36:41 -04:00
Gary Gregory
c8682216b3 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2020-08-30 11:35:55 -04:00
Gary Gregory
fb34130520 actions/setup-java from v1.4.0 to v1.4.2 #612. 2020-08-30 11:34:48 -04:00
dependabot[bot]
0823b7568f
Bump actions/setup-java from v1.4.0 to v1.4.2 (#612)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.0 to v1.4.2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1.4.0...8bb50d97d6b4d316daf284fdf8eafbfc988421fc)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-30 11:33:46 -04:00
Gary Gregory
21fe158cb2 Merge branch 'release' and resolve conficts. 2020-08-30 11:33:31 -04:00
Gary Gregory
2f19010c7a Fix a Javadoc link to always point to the current release and not
mention a specific version label.
2020-08-30 11:27:37 -04:00
Gary Gregory
31dc5c700e Remove old comments. 2020-08-20 13:50:23 -04:00
Gary Gregory
5e085b72ec JApiCmp is already configured in the parent and enabled with a property. 2020-08-16 13:35:56 -04:00
Gary Gregory
5d05df0f9e Simplify lambdas. 2020-08-14 23:35:42 -04:00
Gary Gregory
348cf47741 [LANG-1596] ArrayUtils.toPrimitive(Object) does not support boolean and
other types #607.
2020-08-14 23:27:31 -04:00
Richard Eckart de Castilho
6996806101
[LANG-1596] ArrayUtils.toPrimitive(Object) does not support boolean and other types (#607)
- Add support for the missing types to toPrimitive(Object)
- Added tests for toPrimitive methods which did not have test coverage yet
- Added explicit test for the toPrimitive(Object) method for all primitive types
2020-08-14 23:25:54 -04:00
Gary Gregory
600f0c8a1d Cache ~/.m2 dir for GitHub builds. 2020-08-10 21:16:35 -04:00
Gary Gregory
9f52471fab junit-pioneer from 0.8.0 to 0.9.0 #600. 2020-08-10 12:03:02 -04:00
dependabot[bot]
67d23532e5
Bump junit-pioneer from 0.8.0 to 0.9.0 (#600)
Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
- [Changelog](https://github.com/junit-pioneer/junit-pioneer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v0.8.0...v0.9.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 12:02:26 -04:00
Gary Gregory
17e1f408f7 actions/checkout from v2.3.1 to v2.3.2 #601. 2020-08-10 12:02:06 -04:00
dependabot[bot]
301c91f6e6
Bump actions/checkout from v2.3.1 to v2.3.2 (#601)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.2.
- [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/v2.3.1...2036a08e25fa78bbd946711a407b529a0a1204bf)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 12:01:27 -04:00
Gary Gregory
c147084647 No reason to build specifically on linux-ppc64le.
Format.
2020-08-08 19:09:42 -04:00
dependabot[bot]
ba09f94d97
Bump commons-parent from 51 to 52 (#598)
Bumps commons-parent from 51 to 52.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-05 11:11:06 -04:00
Gary Gregory
c5af087b58 Add --no-transfer-progress to CI builds. 2020-08-05 09:39:05 -04:00
Gary Gregory
8a877ec12e Describe recent change. 2020-08-03 09:29:10 -04:00
Gary Gregory
e27c4b202a Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2020-08-03 09:28:46 -04:00
dependabot[bot]
bc96128729
Bump junit-pioneer from 0.7.0 to 0.8.0 (#597)
Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
- [Changelog](https://github.com/junit-pioneer/junit-pioneer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v0.7.0...v0.8.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 09:26:43 -04:00
Gary Gregory
528e4c7655 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2020-08-03 09:20:46 -04:00
Gilles Sadowski
4897c8869b LANG-1593: Add unit test with OP's use-case that shows unexpected difference in behaviour.
Unit test is set to "@Disabled" to not fail the build.
2020-08-03 12:24:13 +02:00
Gary Gregory
3b7d72e6cf Use the POM defaultGoal so that Travis and GitHub run the same builds. 2020-07-31 09:16:50 -04:00
Gary Gregory
03ae165039 Document recent changes. 2020-07-31 09:13:40 -04:00
dependabot[bot]
26dc0118d4
Bump checkstyle from 8.34 to 8.35 (#594)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.34 to 8.35.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.34...checkstyle-8.35)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 09:12:54 -04:00
dependabot[bot]
3eb8facea0
Bump spotbugs from 4.0.6 to 4.1.1 (#596)
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.0.6 to 4.1.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.0.6...4.1.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 09:10:52 -04:00
aherbert
c3b4e22562 Fix changes description to include class name 2020-07-29 11:50:55 +01:00
aherbert
dbe022e646 LANG-1579: Improve stripAccents conversion of remaining accents
Single characters can be changed in place to avoid delete then insert.

Closes #568
2020-07-29 11:47:46 +01:00
Gary Gregory
cf0bc2b5db Add Java 16-ea. 2020-07-26 17:28:00 -04:00
Gary Gregory
5bc1287eae Add Java 16-ea. 2020-07-26 17:27:27 -04:00