Commit Graph

6487 Commits

Author SHA1 Message Date
dependabot[bot] 052468d2a2
Bump spotbugs-maven-plugin from 4.4.1 to 4.4.2.2 (#822)
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.4.1 to 4.4.2.2.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.4.1...spotbugs-maven-plugin-4.4.2.2)

---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-12 08:02:09 -05:00
Gary Gregory 346dadd717 Bump actions/checkout from 2.3.5 to 2.4.0 #825. 2021-11-12 08:01:40 -05:00
dependabot[bot] 6004a7d954
Bump actions/checkout from 2.3.5 to 2.4.0 (#825)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [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.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-12 08:00:23 -05:00
Gary Gregory f892c9072a Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2021-11-07 07:51:49 -05:00
Gary Gregory 858d536873 Add TODO comment. 2021-11-07 07:51:35 -05:00
dependabot[bot] 18a82dc4ae Bump checkstyle from 9.0.1 to 9.1
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0.1...checkstyle-9.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-03 11:09:10 +13:00
Bruno P. Kinoshita 1b962a4a7a Merge branch 'pr-823'
This closes #823
2021-10-31 11:59:16 +13:00
Bruno P. Kinoshita 391d51055b [LANG-1664] Changelog 2021-10-31 11:59:05 +13:00
Roland Kreuzer 3942fad3c2 [LANG-1664] Adjust doc to show argument is a primitive integer / character code point 2021-10-31 11:58:56 +13:00
Gary Gregory b8b76fcd11 Bump spotbugs-maven-plugin from 4.4.2 to 4.4.2.2. 2021-10-25 09:48:59 -04:00
Gary Gregory 34a6e75d1d Bump spotbugs-maven-plugin from 4.4.1 to 4.4.2. 2021-10-25 09:42:58 -04:00
Gary Gregory 466cfc5894 Bump maven-javadoc-plugin from 3.3.0 to 3.3.1. 2021-10-25 09:40:31 -04:00
Gary Gregory 8e1df6b9bf Add ComparableUtils.max(A, A) and ComparableUtils.min(A, A). 2021-10-25 09:34:31 -04:00
Gary Gregory ce1ef40ad9 Fix weird formatting. 2021-10-25 08:34:51 -04:00
Gary Gregory d9f2ff9666 Bump actions/checkout from 2.3.4 to 2.3.5 #819. 2021-10-22 14:39:57 -04:00
dependabot[bot] b8b052e55b
Bump actions/checkout from 2.3.4 to 2.3.5 (#819)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [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.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-22 14:38:57 -04:00
Gary Gregory cbec58a26e LANG-1659 - Add null-safe ObjectUtils.isArray() #754. 2021-10-17 09:57:35 -04:00
Gary Gregory 6eb40622b4 Add final var (#813). 2021-10-17 09:56:24 -04:00
Arturo Bernal 62d7aacb4f
LANG-1659 - Method to check if an object it's an array. (#754) 2021-10-17 09:55:17 -04:00
Arturo Bernal 6da891529b
Add final var (#813)
Remove redundant String.
2021-10-17 09:46:33 -04:00
Gary Gregory da036809e9 Remove dead comments. 2021-10-17 09:44:23 -04:00
Gary Gregory bda6a4fc83 Sort members. 2021-10-17 09:42:28 -04:00
Gary Gregory e6eba6e9ac [LANG-1674] Make Range constructors more generic #810.
Modify PR #810 from singhbaljit to fix Checkstyle error and expand the
unit test to all factory methods.
2021-10-17 09:31:06 -04:00
Gary Gregory 68b733c71b Format tweaks. 2021-10-17 09:20:22 -04:00
Gary Gregory ad37cca1ca Add test idea for RangeTest from PR #815 by Rushi98, but with a new
comment.
2021-10-17 08:50:39 -04:00
Gary Gregory d9d0018685 Bump biz.aQute.bndlib from 5.3.0 to 6.0.0 #814. 2021-10-16 14:52:44 -04:00
dependabot[bot] e48665a722
Bump biz.aQute.bndlib from 5.3.0 to 6.0.0 (#814)
Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd) from 5.3.0 to 6.0.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/6.0.0)

---
updated-dependencies:
- dependency-name: biz.aQute.bnd:biz.aQute.bndlib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-16 14:51:26 -04:00
Gary Gregory 5911e928c4 Close HTML tags in Javadoc and better parameter names. 2021-10-11 15:12:17 -04:00
Gary Gregory a3a0645874 Fix ObjectUtils Javadocs #755. 2021-10-08 15:29:05 -04:00
Arturo Bernal 9501ae42b2
Fix javadoc (#755) 2021-10-08 15:28:39 -04:00
Gary Gregory a026da0a98 Remove redundant initializers #800. 2021-10-08 15:26:44 -04:00
Arturo Bernal d094dd624e
Remove redundant initializer. (#800) 2021-10-08 15:25:53 -04:00
Gary Gregory 8407c6212c Merge spotbugs-maven-plugin entries. 2021-10-08 15:18:51 -04:00
Gary Gregory 5c278dad87 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2021-10-08 15:17:40 -04:00
Gary Gregory b893de412b Bump checkstyle from 8.45.1 to 9.0.1 #811. 2021-10-08 15:17:33 -04:00
dependabot[bot] a4c5183130
Bump checkstyle from 8.45.1 to 9.0.1 (#811)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to 9.0.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45.1...checkstyle-9.0.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-08 15:16:52 -04:00
Gary Gregory a403c21a73 Bump spotbugs-maven-plugin from 4.3.0 to 4.4.1 #808. 2021-10-08 15:16:38 -04:00
dependabot[bot] af02e3664f
Bump spotbugs-maven-plugin from 4.3.0 to 4.4.1 (#808)
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.3.0 to 4.4.1.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.3.0...spotbugs-maven-plugin-4.4.1)

---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-08 15:15:35 -04:00
Gary Gregory 894649e7bb Bump junit-bom from 5.8.0 to 5.8.1 #807. 2021-10-08 15:15:16 -04:00
dependabot[bot] 626a3d3647
Bump junit-bom from 5.8.0 to 5.8.1 (#807)
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.8.0 to 5.8.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.0...r5.8.1)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-08 15:14:17 -04:00
Gary Gregory e3e29d585a Add StringUtils.removeStart(String, char). 2021-10-08 14:28:50 -04:00
Gary Gregory b153aca877 Update GitHub build from Java 16 to 17.
Update GitHub build from Java 17-EA to 18-EA but comment it (not there
yet).
2021-09-28 11:18:19 -04:00
Gary Gregory a2e13c6cee Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #802. 2021-09-23 10:09:27 -04:00
dependabot[bot] 69635827b3
Bump maven-pmd-plugin from 3.14.0 to 3.15.0 (#802)
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.14.0...maven-pmd-plugin-3.15.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-23 10:08:38 -04:00
Gary Gregory 30bb1e2d8c Bump junit-bom from 5.7.2 to 5.8.0 #805. 2021-09-23 10:08:25 -04:00
dependabot[bot] f5d9474a8f
Bump junit-bom from 5.7.2 to 5.8.0 (#805)
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.2...r5.8.0)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-23 10:06:46 -04:00
Gary Gregory d2687419c6 "@exception" -> "@throws" 2021-09-06 14:25:20 -04:00
Gary Gregory 4ff5e2b9f9 Extract a map method. 2021-09-01 15:23:02 -04:00
Gary Gregory 8efbb7df05 No leading underscores in private names. 2021-09-01 14:39:35 -04:00
Gary Gregory 5a580fb9cb Use final, valueOf(), lambdas. 2021-09-01 11:04:21 -04:00