Commit Graph

4306 Commits

Author SHA1 Message Date
Gary Gregory 294b820b02 Update Javadoc since tags 2024-06-23 07:58:54 -04:00
Gary Gregory 7c32ff7daf Update Javadoc since tags 2024-06-23 07:57:41 -04:00
Gary Gregory 48b04658ea Javadoc 2024-06-23 07:57:32 -04:00
Gary Gregory 3fe6d20f7b Javadoc: Close HTML tag 2024-06-23 07:49:21 -04:00
Gary Gregory d5c0defada Javadoc: Close HTML tag 2024-06-23 07:49:01 -04:00
Gary Gregory 0843ca103a Javadoc: Close HTML tag 2024-06-23 07:48:32 -04:00
Gary Gregory 0be038790d Javadoc 2024-06-23 07:48:01 -04:00
Gary Gregory 191e0e8197 Whitespace 2024-06-23 07:46:26 -04:00
Gary Gregory 8e13a5022b
[COLLECTIONS-857] Complete bloom filter documentation #507 2024-06-23 07:38:13 -04:00
Claude Warren 7c9e046d41
initial changes. (#507)
Added MathJax to display math symbols.

Added markdown to site processing.
Created markdown booomFilters directory with multiple documentation files.
2024-06-23 07:36:29 -04:00
Gary Gregory 26e733fec0 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git 2024-06-18 10:57:22 -04:00
Gary Gregory d61cf2132d For Apache Commons BeanUtils until all components migrate to JUnit 5. 2024-06-18 10:57:09 -04:00
Gary Gregory f7da1ace09 Add section for the next release 2024-06-18 12:44:40 +00:00
Gary Gregory 07b0dda837 Bump to next development version 2024-06-18 12:43:14 +00:00
Gary Gregory c92828a713 Prepare for the next release candidate 2024-06-15 02:07:29 +00:00
Gary Gregory f028b114d0 Prepare for the next release candidate 2024-06-15 01:59:58 +00:00
Gary Gregory 5578be31e2 Javadoc 2024-06-15 01:58:52 +00:00
Gary Gregory c1e02af670 Javadoc 2024-06-14 21:44:24 -04:00
Gary Gregory 08f7ffa0c1 Javadoc 2024-06-14 21:37:07 -04:00
Gary Gregory 8c5df0bf8e Fix Javadoc empty tag and close other tag 2024-06-14 21:23:16 -04:00
dependabot[bot] 44eea4df10
Bump github/codeql-action from 3.25.8 to 3.25.10 (#505)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.8 to 3.25.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](2e230e8fe0...23acc5c183)

---
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-06-14 08:23:10 -04:00
dependabot[bot] f22b1ffe95
Bump actions/checkout from 4.1.6 to 4.1.7 (#506)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](a5ac7e51b4...692973e3d9)

---
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>
2024-06-14 08:22:59 -04:00
dependabot[bot] 82d209b58e
Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#504)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](125fc84a9a...e28ff129e5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  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>
2024-06-14 08:22:47 -04:00
Gary Gregory 4897d0c7ae
[COLLECTIONS-855] Fixed hashing calculation as per report #501 2024-06-12 13:21:56 -04:00
Claude Warren a277a2a65d
[COLLECTIONS-855] Fixed hashing calculation as per report (#501)
* Fixed hashing calculation as per report

* fixed up processIndices and simplified code

* removed testing check

* Put back the k>=bits check

* removed blank line
2024-06-12 13:17:35 -04:00
Gary Gregory 3fcfbcf72a
Bump org.apache.commons:commons-parent from 70 to 71 #503 2024-06-11 07:45:44 -04:00
dependabot[bot] 032a944362
Bump org.apache.commons:commons-parent from 70 to 71 (#503)
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 70 to 71.
- [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
  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>
2024-06-11 07:44:36 -04:00
Gary Gregory d1e2f0339e
Fix Java 22 builds through Easymock upgrade #502 2024-06-09 09:39:03 -04:00
dependabot[bot] 621ea26aff
Bump org.easymock:easymock from 5.2.0 to 5.3.0 (#502)
Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/easymock/easymock/compare/easymock-5.2.0...easymock-5.3.0)

---
updated-dependencies:
- dependency-name: org.easymock:easymock
  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>
2024-06-09 09:36:45 -04:00
Gary Gregory f59075822b
Bump com.google.guava:guava-testlib from 33.2.0-jre to 33.2.1-jre #500 2024-06-07 08:41:27 -04:00
dependabot[bot] 21c5ed6c03
Bump com.google.guava:guava-testlib from 33.2.0-jre to 33.2.1-jre (#500)
Bumps [com.google.guava:guava-testlib](https://github.com/google/guava) from 33.2.0-jre to 33.2.1-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava-testlib
  dependency-type: direct:development
  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-06-07 08:40:42 -04:00
dependabot[bot] d5b6ade33d
Bump github/codeql-action from 3.25.7 to 3.25.8 (#499)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](f079b84933...2e230e8fe0)

---
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-06-07 08:18:56 -04:00
dependabot[bot] 380c45cd06
Bump github/codeql-action from 3.25.6 to 3.25.7 (#498)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.6 to 3.25.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](9fdb3e4972...f079b84933)

---
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-05-31 08:49:34 -04:00
dependabot[bot] 66e2c57640
Bump github/codeql-action from 3.25.5 to 3.25.6 (#497)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.25.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b7cec75265...9fdb3e4972)

---
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-05-28 10:02:26 -04:00
Gary Gregory 05aef8ef7b
[COLLECTIONS-854] Renaming bloomfilter components and methods as per ticket #492 2024-05-28 10:02:14 -04:00
Claude Warren 4a2aa76d4b
[COLLECTIONS-854] renaming bloomfilter components and methods as per ticket (#492)
* Changed BitMap to BitMaps and CellConsumer to CellPredicate

* Renamed IndexProducer to IndexExtractor

* Renamed BitmapProducer to BitMapExtractor

* Renamed BitmapProducer to BitMapExtractor and BloomFilterProducer to BloomFilterExtractor

* change forEachBitMap to processBitMap

* change forEachBloomFilter to processBloomFilters

* change processBitMap to processBitMaps

* change forEachCell to processCells

* change forEachIndex to processIndices

* renaming cleanup

* replaced [Pp]roducer with [Ee]xtractor

* changed forEachX to processXs.  Updated documentation

* Update package-info.java as per review comments

* Updated as per review

* fixed javadoc
2024-05-28 10:00:20 -04:00
dependabot[bot] 2e2cd9c0b1
Bump codecov/codecov-action from 4.4.0 to 4.4.1 (#496)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](6d798873df...125fc84a9a)

---
updated-dependencies:
- dependency-name: codecov/codecov-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-05-24 10:05:53 -04:00
Gary Gregory 5d93e5e107 Javadoc 2024-05-23 09:23:55 -04:00
Gary Gregory 88b8eb26bc Add comment
https://github.com/easymock/easymock/issues/547
2024-05-22 09:08:25 -04:00
Gary Gregory c1d10c472d Add Java 22 and 23-ea to GH CI 2024-05-22 09:02:22 -04:00
Gary Gregory 3218cb7579 Add Java 22 and 23-ea to GH CI 2024-05-22 08:59:59 -04:00
Gary Gregory 545fe40309 Bump org.apache.commons:commons-parent from 69 to 70 2024-05-22 08:57:38 -04:00
Gary Gregory 77c25370a5 Fix PMD UselessOverridingMethod in PropertiesFactory.EmptyProperties 2024-05-22 08:57:17 -04:00
Gary Gregory 37f68320a1 Sort UnnecessaryFullyQualifiedName entries 2024-05-22 08:49:31 -04:00
Gary Gregory 8761442447 Fix PMD UnnecessaryFullyQualifiedName in CaseInsensitiveMap 2024-05-22 08:49:12 -04:00
Gary Gregory 69d5e72e56 Fix PMD UnnecessaryFullyQualifiedName in ReferenceMapIterator 2024-05-22 08:47:37 -04:00
Gary Gregory 520fe0c7a0 Fix PMD UnnecessaryFullyQualifiedName in LinkIterator 2024-05-22 08:44:54 -04:00
Gary Gregory b604cd4c98 Fix PMD UnnecessaryFullyQualifiedName in AbstractLinkedMap 2024-05-22 08:43:04 -04:00
Gary Gregory 1fe47c0174 Fix PMD UnnecessaryFullyQualifiedName in IndexUtils 2024-05-22 08:42:01 -04:00
Gary Gregory 941a9ff4b6 Format nits 2024-05-22 08:41:07 -04:00