Commit Graph

3266 Commits

Author SHA1 Message Date
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
Gary Gregory cb47bc8c5a
[COLLECTIONS-852] Add layerd bloom filter clean method #476 2024-04-17 08:50:51 -04:00
Claude Warren cc651b2db9
Collections-852: add layerd bloom filter clean method (#476)
* Initial implementation and LayerManager test

* updated LayeredBloomFilterTest - fixed checkstyle issues

* changes as requested in review
2024-04-17 08:48:39 -04:00
Gary Gregory de05f5f126 Use long lines 2024-04-13 16:14:55 -04:00
Gary Gregory 2c35b9c1c9 Remove useless call to String.format() 2024-04-13 16:13:01 -04:00
Gary Gregory de7c51e309
Bump tests commons-io:commons-io from 2.16.0 to 2.16.1 #475 2024-04-08 13:21:14 -04:00
Gary Gregory 59c5183f1c
Bump org.apache.commons:commons-parent from 67 to 69 #473 2024-04-05 08:17:59 -04:00
Gary Gregory a48c34d6e2 Add section for the next release 2024-04-02 16:37:32 -04:00
Gary Gregory 5e6708d789 Prepare for the next release candidate 2024-03-31 11:50:24 -04:00
Gary Gregory 4cac454ded Reimplement FixedOrderComparator#equals() and hashCode(), see also #392 2024-03-31 11:32:45 -04:00
Gary Gregory b040244630 Next version will be 4.5.0-M1 2024-03-31 11:30:25 -04:00
Gary Gregory 8992d2bbd9 Remove unused import 2024-03-31 11:17:45 -04:00
Gary Gregory 2d65b844b5 Tests in org.apache.commons.collections4.multimap should not depend on
map iteration order, see also #429.
2024-03-31 11:11:03 -04:00
Gary Gregory a6668768bf Rework test fixtures
Make sure we don't depend on map iteration order
2024-03-31 11:07:55 -04:00
Gary Gregory 42ae7b98c2 Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-31 11:06:49 -04:00
Gary Gregory 6d3740fb48 Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-31 10:56:06 -04:00
Gary Gregory eab18e9851 Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-31 10:54:20 -04:00
Gary Gregory e5c95c28d2 Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-31 10:40:08 -04:00
Gary Gregory 31b4116858 Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-31 10:31:52 -04:00
Gary Gregory 8cae451853 Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-31 10:26:47 -04:00
Gary Gregory cff3638a87 Use JUnit Assumptions 2024-03-31 10:19:33 -04:00
Gary Gregory 70c708a9ee Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-31 10:17:57 -04:00
Gary Gregory dea79e62f1 Use JUnit Assumptions 2024-03-31 09:58:38 -04:00
Gary Gregory 450ed7118e Format tweak 2024-03-31 09:55:00 -04:00
Gary Gregory 817180b4da Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-31 09:52:52 -04:00
Gary Gregory 52cdb17e69 Reuse StringUtils.EMPTY in tests 2024-03-31 09:52:46 -04:00
Gary Gregory 19b621029e Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-31 09:45:41 -04:00
Gary Gregory 13e7fe0bcf Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-31 09:43:47 -04:00
Gary Gregory c47f52c1ec Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-31 08:46:47 -04:00
Gary Gregory 5e8368dbd5 Close HTML tags 2024-03-30 13:35:16 -04:00
Gary Gregory 8a8c87c4dc Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-30 13:32:46 -04:00
Gary Gregory feccdaf511 Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-30 13:31:04 -04:00
Gary Gregory 896d4a01a3 Rework test fixtures
Next, grow the amount of data tested to find bugs in the tests with
non-repeatable map ordering
2024-03-30 13:27:38 -04:00
Gary Gregory 2c43a61770 Javadoc 2024-03-30 10:25:01 -04:00
Gary Gregory 28520b6152 Javadoc 2024-03-30 10:23:56 -04:00
Gary Gregory d6efe402e8
Bump commons-io:commons-io from 2.15.1 to 2.16.0 #469 2024-03-28 18:48:37 -04:00
Gary Gregory 38359a00ad Use better JUnit API 2024-03-22 16:11:54 -04:00
Gary Gregory fa72968378 Use proper JUnit API 2024-03-22 15:59:35 -04:00
Gary Gregory 1b7d1b77e6
Bump com.google.guava:guava-testlib from 33.0.0-jre to 33.1.0-jre #462 2024-03-15 09:06:01 -04:00
Gary Gregory 31166a10a0
Bump org.apache.commons:commons-parent from 66 to 67 #461 2024-03-05 23:07:50 -05:00
Gary Gregory 792399c91a Simplify 2024-02-09 18:17:02 -05:00
Gary Gregory ffd00c35fc
Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 #451 2024-02-08 21:21:27 -05:00
Gary Gregory 9d13951390 Javadoc
Close HTML tags
2024-02-03 09:38:31 -05:00
Gary Gregory 51cc646755 Bump commons-parent from 64 to 66
- Add Maven property project.build.outputTimestamp for build
reproducibility
- Fix Checkstyle on Java 17
2024-02-03 09:32:44 -05:00
Gary Gregory ead758cf4d Remove useless inline comments 2024-01-31 09:02:03 -05:00
Gary Gregory b580420c73 Add missing XML Schema reference 2024-01-28 14:29:08 -05:00
Gary Gregory 8ad5324953 Javadoc 2024-01-27 09:26:49 -05:00