Gary Gregory
a68b8ab03e
Fix PMD UnnecessaryFullyQualifiedName in StringKeyAnalyzer
2024-05-22 08:38:38 -04:00
Gary Gregory
8c1939abcc
Fix PMD UnnecessaryFullyQualifiedName in AbstractHashedMap
2024-05-22 08:38:21 -04:00
Gary Gregory
7880a99f5e
Fix PMD UnnecessaryFullyQualifiedName in DefaultEquator
2024-05-22 08:36:33 -04:00
Gary Gregory
89f7341366
Fix PMD UnnecessaryFullyQualifiedName in TransformerUtils
2024-05-22 08:35:37 -04:00
Gary Gregory
fe4fff6ab0
Fix PMD UnnecessaryFullyQualifiedName in PredicateUtils
2024-05-22 08:35:00 -04:00
Gary Gregory
3c7d821562
Fix PMD UnnecessaryFullyQualifiedName in MapUtils
2024-05-22 08:32:52 -04:00
Gary Gregory
91bc42e7f4
Fix PMD UnnecessaryFullyQualifiedName in CollectionUtils
2024-05-22 08:32:31 -04:00
Gary Gregory
57c9348430
Merge branch 'master' of https://ggregory@gitbox.apache.org/repos/asf/commons-collections
2024-05-18 09:43:28 -04:00
Gary Gregory
55b831050d
Javadoc
2024-05-18 09:43:15 -04:00
dependabot[bot]
1c65a3d2b1
Bump github/codeql-action from 3.25.4 to 3.25.5 ( #494 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.4 to 3.25.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](ccf74c9479...b7cec75265
)
---
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-17 08:11:41 -04:00
dependabot[bot]
d3b0090fda
Bump codecov/codecov-action from 4.3.1 to 4.4.0 ( #495 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](5ecb98a3c6...6d798873df
)
---
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-05-17 08:11:30 -04:00
dependabot[bot]
d9cb522fde
Bump actions/checkout from 4.1.5 to 4.1.6 ( #493 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](44c2b7a8a4...a5ac7e51b4
)
---
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-05-17 08:11:18 -04:00
Gary Gregory
94c4c7c667
Show Maven stack traces on errors in GH CI
2024-05-16 14:47:32 -04:00
Gary Gregory
f4ecabd9ac
Fix whitespace (Checkstyle WhitespaceAround)
2024-05-12 09:47:14 -04:00
Gary Gregory
765f381bb1
Inline useless single use local variable
...
Whitespace
2024-05-12 09:06:37 -04:00
Gary Gregory
138468805f
Inline useless single use local variable
2024-05-12 09:05:42 -04:00
Gary Gregory
c2f6facdde
Inline useless single use local variable
2024-05-12 09:05:20 -04:00
Gary Gregory
248fcd7d8a
Inline useless single use local variable
2024-05-12 09:04:57 -04:00
Gary Gregory
97c5ac99f0
Remove redundant code
2024-05-12 09:04:46 -04:00
Gary Gregory
eb382fdc6f
Use final and lambda
2024-05-12 09:04:37 -04:00
Gary Gregory
e5041ec95c
Add missing serialVersionUID from test
...
No compatibility issue since this is a test
2024-05-12 09:04:07 -04:00
Gary Gregory
be4e3f85d3
Remove redundant code
2024-05-12 09:03:27 -04:00
Gary Gregory
740603072a
Remove redundant code
2024-05-12 09:03:19 -04:00
Gary Gregory
88972f1fe8
Fill ArrayList on construction
2024-05-12 09:02:59 -04:00
Gary Gregory
a650099315
Inline useless single use local variable
2024-05-12 09:02:27 -04:00
Gary Gregory
75159111ff
Inline useless single use local variable
2024-05-12 09:02:18 -04:00
Gary Gregory
43214abc79
Inline useless single use local variable
2024-05-12 09:02:08 -04:00
Gary Gregory
de059262b9
Use final
2024-05-12 08:54:09 -04:00
Gary Gregory
b87d212629
Sort imports
2024-05-12 08:39:07 -04:00
Gary Gregory
5051dbf0b5
Sort members
2024-05-12 08:38:43 -04:00
Gary Gregory
1a9ff2f6ba
[COLLECTIONS-853] Change LayerManager to use List and added generics to
...
LayerdedBloomFilter #481
2024-05-12 08:38:07 -04:00
Claude Warren
56da869565
COLLECTIONS-853: Change LayerManager to use List and added generics to LayerdedBloomFilter ( #481 )
...
* Added generics to LayeredBloomFilter, modified WrappedBloomfFilter to requrie copy() implementation and changed LayerManager LinkedList declaration to List.
* removed wildcard include
* Placed NumberedBloomFilter class into LayeredBloomFilterTest where it is used and fixed implementation
* made wrapped Bloom filter private with protected access member
* removed null checks from LayerManager first() and last()
* fixed generics
* removed LayerdBloomFilter.fixed() methods
* changed to Deque in API
* fixed issue with advanceOnCount implementation
2024-05-12 08:36:17 -04:00
dependabot[bot]
bd8e9506b3
Bump github/codeql-action from 3.25.3 to 3.25.4 ( #489 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.3 to 3.25.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](d39d31e687...ccf74c9479
)
---
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-10 08:11:33 -04:00
dependabot[bot]
8f026cb565
Bump ossf/scorecard-action from 2.3.1 to 2.3.3 ( #490 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](0864cf1902...dc50aa9510
)
---
updated-dependencies:
- dependency-name: ossf/scorecard-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-10 08:11:21 -04:00
dependabot[bot]
1d1632820f
Bump actions/checkout from 4.1.4 to 4.1.5 ( #488 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](0ad4b8fada...44c2b7a8a4
)
---
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-05-10 08:10:46 -04:00
aherbert
98e543a2d5
Track changes
2024-05-07 15:00:21 +01:00
Julian Reschke
634b23dbbb
COLLECTIONS-842: Deprecate Lists incompatible with Java 21, add new variant of AbstractLinkedList ( #485 )
2024-05-07 14:54:40 +01:00
Gary Gregory
4d40c035ab
Update Checkstyle DTD version from 1.0 to 1.2
2024-05-05 14:43:28 -04:00
Gary Gregory
56c91067ec
Bump com.google.guava:guava-testlib from 33.1.0-jre to 33.2.0-jre #487
2024-05-03 08:59:33 -04:00
dependabot[bot]
7d47778293
Bump com.google.guava:guava-testlib from 33.1.0-jre to 33.2.0-jre ( #487 )
...
Bumps [com.google.guava:guava-testlib](https://github.com/google/guava ) from 33.1.0-jre to 33.2.0-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-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 08:58:56 -04:00
dependabot[bot]
2255d8d851
Bump codecov/codecov-action from 4.3.0 to 4.3.1 ( #486 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](84508663e9...5ecb98a3c6
)
---
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-03 08:28:35 -04:00
Gary Gregory
1dc530e6fa
Remove obsolete pre-Java 1.2 code
2024-05-01 10:35:14 -04:00
Gary Gregory
f84e48c4d5
Bump optional commons-codec:commons-codec from 1.16.1 to 1.17.0
2024-04-29 07:21:53 -04:00
Gary Gregory
f17fbd5033
Deprecate Transformer in favor of java.util.function.Function
2024-04-28 09:48:40 -04:00
Gary Gregory
c208c4adde
Deprecate Predicate in favor of java.util.function.Predicate
2024-04-28 09:37:52 -04:00
Gary Gregory
e5c3d7ec12
Deprecate Factory in favor of java.util.function.Supplier
2024-04-28 09:30:31 -04:00
Gary Gregory
c17637259b
Deprecate Closure in favor of java.util.function.Consumer
2024-04-28 09:27:36 -04:00
Gary Gregory
b678b30be6
Fix comment
2024-04-28 09:23:27 -04:00
Gary Gregory
ad4e2e013e
Fix attribute name
2024-04-28 09:23:00 -04:00
dependabot[bot]
8c4f33b76e
Bump actions/checkout from 4.1.2 to 4.1.4 ( #483 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](9bb56186c3...0ad4b8fada
)
---
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-04-26 08:44:50 -04:00