Commit Graph

4436 Commits

Author SHA1 Message Date
Gary Gregory cd6bf08a7d
Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 #514 2024-07-15 22:44:11 -04:00
dependabot[bot] 39c5f26f99
Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#514)
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.0 to 1.17.1.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.0...rel/commons-codec-1.17.1)

---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
  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>
2024-07-15 22:43:04 -04:00
Gary Gregory f0e4253195 Remove private method 2024-07-14 12:09:23 -04:00
Gary Gregory 70daadef22 Rename private method 2024-07-14 12:04:22 -04:00
Gary Gregory 29b780d9e4 Javadoc 2024-07-12 10:40:41 -04:00
Gary Gregory 53e58ad41b Javadoc
Use genaric parameter names that match the JRE
2024-07-12 10:13:48 -04:00
Gary Gregory 7e96acbf58 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git 2024-07-12 09:59:03 -04:00
dependabot[bot] 3a6db2ec8f
Bump github/codeql-action from 3.25.11 to 3.25.12 (#512)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.25.12.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b611370bb5...4fa2a79536)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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>
2024-07-12 09:23:40 -04:00
dependabot[bot] f5fd3c7ca3
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#511)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](65462800fd...0b2256b8c0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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>
2024-07-12 09:23:28 -04:00
Gary Gregory 9c5bf7a5be Javadoc 2024-07-11 18:21:21 -04:00
Gary Gregory d97bab862a Remove redundant keywords 2024-07-11 14:50:24 -04:00
Gary Gregory f46a46b535 Sort members 2024-07-11 14:37:14 -04:00
Gary Gregory 30e627659a Migrate toward java.util.function
- Package-private changes only
- Maintains binary and source compatibility
2024-07-11 13:50:10 -04:00
Gary Gregory 54cc2a9c77 Migrate toward java.util.function
- Package-private changes only
- Maintains binary and source compatibility
2024-07-11 11:31:45 -04:00
Gary Gregory 7ec4e0c3e9 Javadoc 2024-07-11 11:20:02 -04:00
Gary Gregory bc8ad80ec6 Migrate toward java.util.function
- Package-private changes only
- Maintains binary and source compatibility
2024-07-11 11:18:12 -04:00
Gary Gregory ed01dd2d0e Migrate toward java.util.function
- Package-private changes only
- Maintains binary and source compatibility
2024-07-11 11:11:51 -04:00
Gary Gregory 7183328297 Migrate toward java.util.function
- Package-private changes only
- Maintains binary and source compatibility
2024-07-11 11:03:55 -04:00
Gary Gregory 78e7c8f2da Normalize spelling 2024-07-11 09:57:01 -04:00
Gary Gregory e42f60b041 Migrate toward java.util.function
- Package-private changes only
- Maintains binary and source compatibility
2024-07-11 09:49:01 -04:00
Gary Gregory ee307055b7 Migrate toward java.util.function
- Package-private changes only
- Maintains binary and source compatibility
2024-07-11 09:31:45 -04:00
Gary Gregory 68c0814f23 Migrate toward java.util.function.Predicate
- Package-private changes only
- Maintains binary and source compatibility
2024-07-11 09:07:37 -04:00
Gary Gregory 3618193221 Migrate toward java.util.function.Predicate
- Maintains binary and source compatibility
- Javadoc
2024-07-10 09:35:54 -04:00
Gary Gregory d5dd6e4468 Migrate toward java.util.function.Predicate
Maintains binary and source compatibility
2024-07-10 09:11:34 -04:00
Gary Gregory 2965ea1484 Migrate toward java.util.function.Predicate 2024-07-10 08:53:29 -04:00
Gary Gregory 0bfe65b691 Javadoc 2024-07-10 08:34:53 -04:00
Gary Gregory f84c8d6ea1 Emphasize "should" a la rfc2119 2024-07-10 08:33:06 -04:00
Gary Gregory c5037c97bd Add back @FunctionalInterface which was in 4.4 2024-07-10 08:28:07 -04:00
Gary Gregory c55dda383c Inline single-use variable 2024-07-10 08:20:18 -04:00
Gary Gregory 95eb7bc598 [Functional] FunctorUtils.validate(Transformer...) is now
FunctorUtils.validate(Function...)
2024-07-09 22:59:39 -04:00
Gary Gregory af16097417 [Functional] FunctorUtils.validate(Predicate...) is now
FunctorUtils.validate(java.util.function.Predicate...)
2024-07-09 22:49:28 -04:00
Gary Gregory 14fa6cab97 Migrate from deprecated API 2024-07-09 22:30:38 -04:00
Gary Gregory 71a3d088c4 [Functional] FunctorUtils.validate(Closure...) is now
FunctorUtils.validate(Consumer...)
2024-07-09 22:21:18 -04:00
dependabot[bot] 4894606d6d
Bump github/codeql-action from 3.25.10 to 3.25.11 (#510)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.10 to 3.25.11.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](23acc5c183...b611370bb5)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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>
2024-07-05 09:56:22 -04:00
Gary Gregory ceb03e0a57
[COLLECTIONS-857] Update bloom filter documentation #50 2024-07-03 09:15:39 -04:00
Claude Warren 8125391165
[Collections-857] update bloom filter documentation (#508)
* clarification and links

* updated documentation
2024-07-03 09:13:48 -04:00
Gary Gregory 2894cd4219 Drop codecov.io
- It now requires an API key and a login to view reports
- Instead, use 'mvn clean install site -P jacoco' to view JaCoCo HTML
reports
2024-06-29 14:23:32 -04:00
Gary Gregory 55cb3eb683 Revert "Drop CodeQL"
This reverts commit 9e7115f681.
2024-06-29 10:47:22 -04:00
Gary Gregory 77bebd2765 Revert "Drop CodeQL"
This reverts commit 9012c8eb83.
2024-06-29 10:47:22 -04:00
Gary Gregory 9012c8eb83 Drop CodeQL
- It now requires an API key and a login to view reports
- Instead, use 'mvn clean install site -P jacoco' to view JaCoCo HTML
reports
2024-06-29 08:10:21 -04:00
Gary Gregory 9e7115f681 Drop CodeQL
- It now requires an API key and a login to view reports
- Instead, use 'mvn clean install site -P jacoco' to view JaCoCo HTML
reports
2024-06-29 08:01:35 -04:00
Gary Gregory b20e34808d Javadoc 2024-06-24 07:58:54 -04:00
Gary Gregory a2dac490ec Javadoc 2024-06-24 07:55:22 -04:00
Gary Gregory 38963b1de8 Javadoc 2024-06-23 18:50:46 -04:00
Gary Gregory 8044ecb310 Match param and Javadoc 2024-06-23 17:41:41 -04:00
Gary Gregory 99f9847f01 Javadoc 2024-06-23 16:37:43 -04:00
Gary Gregory a782bc5784 Javadoc 2024-06-23 16:37:27 -04:00
Gary Gregory b534cfed3c Javadoc 2024-06-23 16:37:10 -04:00
Gary Gregory c40942ccc0 Javadoc 2024-06-23 16:36:54 -04:00
Gary Gregory 82fa166cf2 Javadoc 2024-06-23 16:36:37 -04:00