Gary Gregory
|
6a991d8413
|
Close HTML tag.
|
2020-11-13 10:10:27 -05:00 |
Gary Gregory
|
6f51b9b7cb
|
Sort members.
|
2020-11-13 10:01:10 -05:00 |
Gary Gregory
|
6b3f258ed7
|
Bump checkstyle from 8.36.2 to 8.37 #637.
|
2020-11-06 09:46:31 -05:00 |
dependabot[bot]
|
fdd73e696a
|
Bump checkstyle from 8.36.2 to 8.37 (#637)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36.2 to 8.37.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.36.2...checkstyle-8.37)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-11-06 09:45:07 -05:00 |
Gary Gregory
|
146ddf2363
|
Bump actions/checkout from v2.3.3 to v2.3.4 #639.
|
2020-11-06 09:44:21 -05:00 |
dependabot[bot]
|
553e192aac
|
Bump actions/checkout from v2.3.3 to v2.3.4 (#639)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4.
- [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.3...5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-11-06 09:42:09 -05:00 |
Gary Gregory
|
4b1a602e49
|
Typo.
|
2020-10-30 09:36:32 -04:00 |
Gary Gregory
|
d9f5b61567
|
Add SECURITY.MD.
|
2020-10-25 14:39:14 -04:00 |
Gary Gregory
|
20ae8f6888
|
More test coverage for CharSequenceUtils. #631.
|
2020-10-25 10:53:14 -04:00 |
Edgar Asatryan
|
34a3096eb4
|
More coverage for CharSequenceUtils. (#631)
|
2020-10-25 10:52:16 -04:00 |
Gary Gregory
|
05cb6139b9
|
Bump spotbugs-maven-plugin from 4.1.3 to 4.1.4 #632.
|
2020-10-25 10:47:11 -04:00 |
Gary Gregory
|
1cc78abcdf
|
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
|
2020-10-25 10:45:55 -04:00 |
dependabot[bot]
|
38c3d59a89
|
Bump spotbugs-maven-plugin from 4.1.3 to 4.1.4 (#632)
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.1.3...spotbugs-maven-plugin-4.1.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-10-25 10:45:34 -04:00 |
Gary Gregory
|
13eab3b25e
|
Use own API for ser/deser roundtrip since the point of the test is not
proper usage of JRE API but whether our classes are properly
implemented.
|
2020-10-25 10:43:33 -04:00 |
Gary Gregory
|
54afd64c79
|
Fix param name.
|
2020-10-25 10:36:34 -04:00 |
Gary Gregory
|
4d066361c0
|
Suppress warning and add comment; use a simpler error messgae.
|
2020-10-25 10:34:59 -04:00 |
Gary Gregory
|
8fbf27a830
|
Sort methods.
|
2020-10-25 10:29:58 -04:00 |
Gary Gregory
|
faa48f6b6a
|
Fix generics warning.
|
2020-10-25 10:21:12 -04:00 |
Gary Gregory
|
75b4058ac4
|
NumberUtilsTest - incorrect types in min/max tests #634.
- Document change.
- Sort methods.
- Format to max line length 120.
|
2020-10-25 10:18:00 -04:00 |
Hubert
|
6d7a3e6eeb
|
NumberUtilsTest - incorrect types in min/max tests (#634)
* Fix: correctly declared types and added castings
* Fix: code format
* Redo - optimize imports
|
2020-10-25 10:12:45 -04:00 |
Gary Gregory
|
110b4c021e
|
Checkstyle.
|
2020-10-22 14:53:59 -04:00 |
Gary Gregory
|
7995aad79f
|
Split out tests for a Java 15 bug.
These tests fail on Java 15 due to a bug which was only fixed for Java
16.
See https://bugs.openjdk.java.net/browse/JDK-8248434
See https://bugs.openjdk.java.net/browse/JDK-8248655
|
2020-10-22 14:47:45 -04:00 |
Gary Gregory
|
bcdff98f02
|
Sort methods.
|
2020-10-20 11:45:46 -04:00 |
Gary Gregory
|
b8204aa29b
|
Checkstyle: Whitepace.
|
2020-10-20 11:05:14 -04:00 |
Gary Gregory
|
d05ad7abd6
|
Add missing Javadoc.
|
2020-10-20 10:47:07 -04:00 |
Gary Gregory
|
e14a2d9226
|
Update dependencies.
- Bump biz.aQute.bndlib from 5.1.2 to 5.2.0 #628.
- Bump spotbugs from 4.1.3 to 4.1.4 #627.
- Bump junit-pioneer from 0.9.2 to 1.0.0 #625.
|
2020-10-20 10:21:56 -04:00 |
dependabot[bot]
|
40b4b03d26
|
Bump junit-pioneer from 0.9.2 to 1.0.0 (#625)
Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 0.9.2 to 1.0.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.9.2...v1.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-10-20 10:19:42 -04:00 |
dependabot[bot]
|
02d6a732fd
|
Bump spotbugs from 4.1.3 to 4.1.4 (#627)
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.1.3 to 4.1.4.
- [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.3...4.1.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-10-20 10:18:24 -04:00 |
dependabot[bot]
|
6fc542586f
|
Bump biz.aQute.bndlib from 5.1.2 to 5.2.0 (#628)
Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd) from 5.1.2 to 5.2.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>
|
2020-10-20 10:17:11 -04:00 |
Alex Herbert
|
43c80576cf
|
LANG-1608: Track changes
|
2020-10-17 14:00:54 +01:00 |
Edgar Asatryan
|
206a8f1f44
|
[LANG-1608] Include junit-bom for dependency version alignment.
|
2020-10-17 16:48:57 +04:00 |
Gary Gregory
|
8ff63a0da3
|
Bump spotbugs-maven-plugin from 4.0.4 to 4.1.3 #623.
|
2020-10-03 10:28:45 -04:00 |
dependabot[bot]
|
3e9526de77
|
Bump spotbugs-maven-plugin from 4.0.4 to 4.1.3 (#623)
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.0.4 to 4.1.3.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.0.4...spotbugs-maven-plugin-4.1.3)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-10-03 10:27:36 -04:00 |
Gary Gregory
|
a6f97f358f
|
Bump junit-pioneer from 0.9.0 to 0.9.2 #624.
|
2020-10-02 11:15:43 -04:00 |
dependabot[bot]
|
3a3c517b40
|
Bump junit-pioneer from 0.9.0 to 0.9.2 (#624)
Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 0.9.0 to 0.9.2.
- [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.9.0...v0.9.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-10-02 11:08:39 -04:00 |
Rob Tompkins
|
c1c4a7535b
|
(changes) Bump junit-jupiter from 5.6.2 to 5.7.0
|
2020-10-01 10:16:03 -04:00 |
Rob Tompkins
|
12978ce65b
|
Merge branch 'dependabot/maven/org.junit.jupiter-junit-jupiter-5.7.0' of github.com:apache/commons-lang
|
2020-10-01 10:15:04 -04:00 |
Rob Tompkins
|
69598f5b30
|
Merge pull request #619 from apache/dependabot/github_actions/actions/checkout-v2.3.3
Bump actions/checkout from v2.3.2 to v2.3.3
|
2020-10-01 10:14:37 -04:00 |
Rob Tompkins
|
dd1c0d9292
|
(changes) Bump spotbugs from 4.1.2 to 4.1.3
|
2020-10-01 10:10:16 -04:00 |
Rob Tompkins
|
964f6ea478
|
Merge branch 'dependabot/maven/com.github.spotbugs-spotbugs-4.1.3' of github.com:apache/commons-lang
|
2020-10-01 10:08:52 -04:00 |
Rob Tompkins
|
66681a7643
|
(changes) Bump checkstyle from 8.36 to 8.36.2
|
2020-10-01 10:07:30 -04:00 |
Rob Tompkins
|
79669af65e
|
Merge branch 'dependabot/maven/com.puppycrawl.tools-checkstyle-8.36.2' of github.com:apache/commons-lang
|
2020-10-01 10:06:17 -04:00 |
Rob Tompkins
|
a769ebc3e6
|
Merge pull request #622 from apache/dependabot/github_actions/actions/setup-java-v1.4.3
Bump actions/setup-java from v1.4.2 to v1.4.3
|
2020-10-01 10:05:37 -04:00 |
dependabot[bot]
|
737f32a06c
|
Bump actions/setup-java from v1.4.2 to v1.4.3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.2 to v1.4.3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1.4.2...d202f5dbf7256730fb690ec59f6381650114feb2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-01 06:01:33 +00:00 |
Gary Gregory
|
b2e7374bfb
|
Add BooleanUtils.booleanValues().
Add BooleanUtils.primitiveValues().
Handy for tools and tests.
Make next release version 3.12.0.
|
2020-09-28 15:31:56 -04:00 |
Gary Gregory
|
a3e5a0134e
|
Sort members.
|
2020-09-28 15:19:12 -04:00 |
Gary Gregory
|
218eae4c3a
|
Sort members.
|
2020-09-28 15:13:28 -04:00 |
dependabot[bot]
|
98e7ea68ce
|
Bump checkstyle from 8.36 to 8.36.2
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36 to 8.36.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.36...checkstyle-8.36.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-09-28 06:32:08 +00:00 |
dependabot[bot]
|
101e988aab
|
Bump spotbugs from 4.1.2 to 4.1.3
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.1.2 to 4.1.3.
- [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.2...4.1.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-09-25 05:50:12 +00:00 |
dependabot[bot]
|
4a5cfd3368
|
Bump actions/checkout from v2.3.2 to v2.3.3
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3.
- [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.2...a81bbbf8298c0fa03ea29cdc473d45769f953675)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-09-24 05:53:46 +00:00 |