Commit Graph

4715 Commits

Author SHA1 Message Date
Gary Gregory 7bc8ae8650 Make AbstractMapTest.testReplaceAll() more flexible for subclasses 2024-10-03 07:30:05 -04:00
Gary Gregory cb2a91a29e Javadoc 2024-10-01 17:22:24 -04:00
Gary Gregory 5711be7809 Make test more readable and maintainable, and less verbose
- Use JUnit 5 APIs
- Be consistent throughout tests
2024-10-01 09:42:06 -04:00
Gary Gregory 20a877f04a Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git 2024-09-29 19:33:01 -04:00
Gary Gregory 0cdb221276 Site and bloom filters 2024-09-29 19:32:53 -04:00
Gary Gregory 4bd1ba717e Normalize Javadoc 2024-09-29 18:53:53 -04:00
Gary Gregory 79a11f43f3
Bump org.apache.commons:commons-parent from 75 to 76 #550 2024-09-28 20:13:30 -04:00
dependabot[bot] 89e5f46070 Bump org.apache.commons:commons-parent from 75 to 76
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 75 to 76.
- [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>
2024-09-28 20:12:52 -04:00
Gary Gregory 1fb78dd2ba Pin GitHub action versions 2024-09-28 16:19:24 -04:00
Gary Gregory 0fa7d7323f Add Add ConcurrentReferenceHashMap 2024-09-28 15:45:24 -04:00
Gary Gregory 6d188523fb Better AbstractMapTest.testMapContainsValue()
Add TODO in DualTreeBidiMap2Test.isAllowNullValueGet()
2024-09-28 10:17:09 -04:00
Gary Gregory c6289711f2 Better AbstractMapTest.testMapComputeIfPresent() 2024-09-28 09:40:42 -04:00
Gary Gregory d1c8366e03 Better AbstractMapTest.testMapComputeIfPresent() 2024-09-28 09:38:56 -04:00
Gary Gregory 350fe49c8f Add missing methods in AbstractMapTests 2024-09-27 18:09:49 -04:00
Gary Gregory d1686fd036 Better AbstractMapTest.testMapPutIfAbsent() 2024-09-27 18:08:16 -04:00
Gary Gregory d31b40b4b4
Bump com.google.guava:guava-testlib from 33.3.0-jre to 33.3.1-jre #549 2024-09-27 09:02:45 -04:00
dependabot[bot] ec4984c920 Bump com.google.guava:guava-testlib from 33.3.0-jre to 33.3.1-jre
Bumps [com.google.guava:guava-testlib](https://github.com/google/guava) from 33.3.0-jre to 33.3.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>
2024-09-27 09:01:03 -04:00
dependabot[bot] 607a2b332e Bump actions/setup-java from 4.3.0 to 4.4.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](2dfa2011c5...b36c23c0d9)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 08:20:04 -04:00
dependabot[bot] 0574446b30 Bump github/codeql-action from 3.26.8 to 3.26.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.8 to 3.26.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](294a9d9291...461ef6c76d)

---
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>
2024-09-27 08:19:52 -04:00
Gary Gregory 786ab2344f Add AbstractMapTest.testMapComputeIfAbsent() 2024-09-25 13:35:19 -04:00
Gary Gregory c96dc7a924 Add AbstractMapTest.testMapComputeIfAbsent() 2024-09-25 13:14:12 -04:00
Gary Gregory 607edcdfa7 Javadoc 2024-09-25 09:10:28 -04:00
Gary Gregory 859433fe83 Add AbstractMapTest.testReplaceAll() 2024-09-25 09:08:29 -04:00
Gary Gregory f4f3e36a12 Add AbstractMapTest.testReplaceKeyValueValue() 2024-09-25 08:45:03 -04:00
Gary Gregory 18c94780f1 Add AbstractMapTest.testReplaceKeyValue() 2024-09-25 08:20:19 -04:00
Gary Gregory aba168c497 Add AbstractMapTest.testRemoveKeyValue() 2024-09-24 18:11:55 -04:00
Gary Gregory 8d7a701b09 Add AbstractMapTest.testForEach() 2024-09-24 18:01:01 -04:00
Gary Gregory 17aca847b1 Add AbstractMapTest.testMapGetOrDefault() 2024-09-24 16:13:16 -04:00
Gary Gregory 787ad1af76 Update and enable AbstractMapTest.testMapPutIfAbsent() 2024-09-24 15:38:13 -04:00
Gary Gregory 867329a18e Add @Disabled("TODO bidimap") for testMapPutIfAbsent() 2024-09-24 14:05:28 -04:00
Gary Gregory cc8038578e Add AbstractMapTest.testMapPutIfAbsent() 2024-09-24 14:00:38 -04:00
Gary Gregory 516fda076b Add AbstractMapTest.testMapPutIfAbsent() 2024-09-24 14:00:23 -04:00
Gary Gregory 1f23f8ed61 Add license header 2024-09-24 09:56:27 -04:00
Gary Gregory c87e608bd2 Add a sanity test for the test framework 2024-09-24 09:49:31 -04:00
Gary Gregory 443b387659 Trailing whitespace 2024-09-24 09:36:23 -04:00
Gary Gregory 2e8c8fc5d4 Javadoc 2024-09-24 09:24:04 -04:00
Gary Gregory 98b7926b28 Whitespace 2024-09-23 15:27:30 -04:00
Gary Gregory 14684f2b34 Whitespace 2024-09-23 11:19:20 -04:00
Gary Gregory 8dd0cc14bc Javadoc 2024-09-23 10:49:40 -04:00
Gary Gregory 4b2e8e9396 Also run DR on push 2024-09-23 09:26:48 -04:00
Gary Gregory 5c614f1eba Fix due-to attribute 2024-09-21 09:46:12 -04:00
Gary Gregory 94c168dc14 Add dependency-review.yml to GitHub CI 2024-09-20 19:57:07 -04:00
dependabot[bot] fc65a4c49a Bump github/codeql-action from 3.26.6 to 3.26.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.6 to 3.26.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](4dd16135b6...294a9d9291)

---
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>
2024-09-20 09:22:36 -04:00
Gary Gregory a09f19cacb CI builds: Replace Java 22 with Java 23 2024-09-18 20:33:08 -04:00
Gary Gregory 7f71697d34
Bump org.apache.commons:commons-parent from 74 to 75 #545 2024-09-18 18:24:39 -04:00
dependabot[bot] d980af67c7 Bump org.apache.commons:commons-parent from 74 to 75
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 74 to 75.
- [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>
2024-09-18 18:24:15 -04:00
Gary Gregory da9a4698fb
Bump commons-io:commons-io from 2.16.1 to 2.17.0 #544 2024-09-18 18:24:06 -04:00
dependabot[bot] d8fc85b953 Bump commons-io:commons-io from 2.16.1 to 2.17.0
Bumps commons-io:commons-io from 2.16.1 to 2.17.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 18:23:19 -04:00
Gary Gregory 956eb47745 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git 2024-09-13 10:53:16 -04:00
Gary Gregory 9fd81b8cc0 Drop URLs to download old versions 2024-09-13 10:53:09 -04:00