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
Gary Gregory
ccca0a0179
GitHub action for Java 15-ea.
2020-07-26 17:18:56 -04:00
Gary Gregory
cb4d8afe45
GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0
2020-07-26 17:06:27 -04:00
Gary Gregory
8577e0c329
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
2020-07-23 11:14:55 -04:00
Gary Gregory
f22f659321
Document recent change.
2020-07-23 11:14:40 -04:00
dependabot[bot]
1f0ea93424
Bump junit-pioneer from 0.6.0 to 0.7.0 ( #589 )
...
Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer ) from 0.6.0 to 0.7.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.6.0...v0.7.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-23 11:13:35 -04:00
Gary Gregory
d506ed8be0
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
2020-07-23 11:12:01 -04:00
Gary Gregory
fed91a0559
Format JUnit failure message. Tweaks.
2020-07-23 11:11:51 -04:00
dependabot[bot]
7a23f14229
Bump actions/checkout from v1 to v2.3.1 ( #588 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from v1 to v2.3.1.
- [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/v1...28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-23 10:59:23 -04:00
Gary Gregory
7474e5db7a
Trying to let Java 15-ea be only 'experimental'.
2020-07-23 10:49:38 -04:00
Gary Gregory
af2fb3b29a
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
2020-07-23 10:09:04 -04:00
Gary Gregory
8333f7e7ba
Update biz.aQute.bndlib from 5.1.1 to 5.1.2 #592 .
2020-07-23 10:08:44 -04:00
dependabot[bot]
3480d214bd
Bump biz.aQute.bndlib from 5.1.1 to 5.1.2 ( #592 )
...
Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd ) from 5.1.1 to 5.1.2.
- [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>
2020-07-23 10:06:44 -04:00
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