Commit Graph

6541 Commits

Author SHA1 Message Date
Gary Gregory 4e5e783159 Bump commons.japicmp.version 0.15.3 -> 0.15.4. 2021-11-30 21:03:39 -05:00
Gary Gregory 53a53e8576 Fix PMD build errors "java.lang.IncompatibleClassChangeError". 2021-11-30 21:01:21 -05:00
Gary Gregory 6e1c336675 Add FluentBitSet. 2021-11-30 16:11:27 -05:00
Gary Gregory a0ca52d297 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2021-11-29 11:57:32 -05:00
Gary Gregory d3e4ebfb79 Bump pmd-java8 from 6.40.0 to 6.41.0 #837. 2021-11-29 11:57:26 -05:00
dependabot[bot] 61c444d2b4
Bump pmd-java8 from 6.40.0 to 6.41.0 (#837)
Bumps [pmd-java8](https://github.com/pmd/pmd) from 6.40.0 to 6.41.0.
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.40.0...pmd_releases/6.41.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-java8
  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-29 11:55:46 -05:00
Gary Gregory 42232e2ca0 Bump checkstyle from 9.1 to 9.2. 2021-11-29 11:47:38 -05:00
Gary Gregory cf2445c6b5 Normalize descriptions. 2021-11-29 10:28:48 -05:00
Gary Gregory 3f30787c0c Move entry. 2021-11-29 10:28:14 -05:00
Gary Gregory b7582dc1c1 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2021-11-29 10:25:35 -05:00
Gary Gregory 2e228aa66c Bump junit-bom from 5.8.1 to 5.8.2 #836. 2021-11-29 10:25:26 -05:00
dependabot[bot] 415de45999
Bump junit-bom from 5.8.1 to 5.8.2 (#836)
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2)

---
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-11-29 10:24:24 -05:00
dependabot[bot] 11d40f5799 Bump biz.aQute.bndlib from 6.0.0 to 6.1.0
Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd) from 6.0.0 to 6.1.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/compare/6.0.0...6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-27 09:47:09 +13:00
Gary Gregory 3b85fd9d79 Add 2 @SuppressWarnings("unchecked"). 2021-11-24 22:48:03 -05:00
dependabot[bot] d917f84bf5 Bump spotbugs-maven-plugin from 4.4.2.2 to 4.5.0.0
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.4.2.2 to 4.5.0.0.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.4.2.2...spotbugs-maven-plugin-4.5.0.0)

---
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>
2021-11-24 16:10:07 +13:00
dependabot[bot] 2e6b228355 Bump actions/cache from 2.1.6 to 2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-24 13:45:43 +13:00
Gary Gregory dc146cae66 Parameterize tests to validate supplementary character input. 2021-11-20 10:22:40 -05:00
Gary Gregory 1f06eb4dce Refactor some test fixtures. 2021-11-20 09:42:57 -05:00
Gary Gregory 8a4d1b82f8 Add EnumUtils.getEnumMap(Class, Function). #730.
Provides a different implementation than #730.
2021-11-19 09:16:03 -05:00
Gary Gregory 70abafc95d Sort members. 2021-11-19 09:07:52 -05:00
Gary Gregory 7f9472e898 Fix Javadoc typo. 2021-11-18 22:12:49 -05:00
Gary Gregory 897f2e37ec Drop useless parens and use lambda. 2021-11-18 22:06:25 -05:00
Gary Gregory adacce00cd Drop useless parens. 2021-11-18 15:47:19 -05:00
Gary Gregory d5c7094bdd Drop version label. 2021-11-18 15:20:04 -05:00
Gary Gregory 5c61f79004 Fix broken link. 2021-11-18 15:18:33 -05:00
Gary Gregory 6cb2e5a937 Parameterize PMD plugin with its underlying implementation version and
use latest.
2021-11-18 15:13:03 -05:00
Gary Gregory 8f48ed8adf Add Streams.failableStream(Collection) and deprecate misnamed
stream(Collection).

Add Streams.failableStream(Stream) and deprecate misnamed
stream(Stream).
2021-11-18 14:52:55 -05:00
Gary Gregory a0d20586c4 Fix typos in param names. 2021-11-18 12:47:43 -05:00
Gary Gregory ff415c8f8f Add Streams.nullSafeStream(Collection).
Add Streams.toStream(Collection).
2021-11-18 12:46:31 -05:00
Gary Gregory 51ad9f989d Javadoc. 2021-11-18 11:19:04 -05:00
Gary Gregory 4f059ec8e1 Sort members. 2021-11-18 11:18:16 -05:00
Gary Gregory 4af0444fbf Use Set instead of List for checking the contains() method #734. 2021-11-17 18:12:19 -05:00
ciprianb ca4e62f7ba
Use Set instead of List for checking the contains() method (#734)
Co-authored-by: Ciprian Bodnarescu <ciprian.bodnarescu@netcentric.biz>
2021-11-17 18:05:29 -05:00
Gary Gregory 8c42549396 Use final. #816 2021-11-17 08:33:03 -05:00
Arturo Bernal e299a185d4
Make final var when is possible. (#816) 2021-11-17 08:31:50 -05:00
Gary Gregory f75f5b9373 Add MethodInvokers. 2021-11-17 00:42:26 -05:00
Gary Gregory 053e263166 Add UncheckedIllegalAccessException. 2021-11-16 21:48:32 -05:00
Gary Gregory ae4225c174 Organize imports. 2021-11-16 20:57:06 -05:00
Gary Gregory 88500bece2 Add and use ClassUtils.isPublic(Class). 2021-11-15 14:28:41 -05:00
Gary Gregory 38533393ba Internal refactoring. 2021-11-15 14:21:18 -05:00
Gary Gregory 6bda5d18d2 Javadoc. 2021-11-15 13:44:42 -05:00
Gary Gregory 9fce1d619e Better argument names. 2021-11-15 13:43:46 -05:00
Gary Gregory 99ad9d91bb Bump junit-pioneer from 1.4.2 to 1.5.0 #832. 2021-11-15 10:47:30 -05:00
dependabot[bot] f32297615d
Bump junit-pioneer from 1.4.2 to 1.5.0 (#832)
Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
- [Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v1.4.2...v1.5.0)

---
updated-dependencies:
- dependency-name: org.junit-pioneer:junit-pioneer
  dependency-type: direct:development
  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-15 10:46:13 -05:00
Gary Gregory 9208f1d0b9 Fix Javadoc link. 2021-11-15 08:31:35 -05:00
Gary Gregory 525b1df56b Add test case. 2021-11-15 08:30:55 -05:00
Gary Gregory e151438181 Add test case. 2021-11-15 08:30:38 -05:00
Gary Gregory e9555ffa39 Internal refactoring. 2021-11-14 17:02:39 -05:00
Gary Gregory bef0c8a572 Sort test methods. 2021-11-13 20:19:18 -05:00
Gary Gregory a4c829591f Add UncheckedReflectiveOperationException. 2021-11-13 08:48:17 -05:00