This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/main/actions/checkout-3 in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
discard 153967b8 Bump actions/checkout from 1 to 3 add 437434be Add a global expiration listener add eb0598c3 Merge pull request #459 from atoulme/add_expiration_listener add 5ed40f6d Bump org.gradle.crypto.checksum from 1.1.0 to 1.4.0 add 11d58230 Merge pull request #469 from apache/dependabot/gradle/main/org.gradle.crypto.checksum-1.4.0 add b0152e16 Bump net.ltgt.errorprone from 2.0.2 to 3.0.1 add 2eee128e Merge pull request #467 from apache/dependabot/gradle/main/net.ltgt.errorprone-3.0.1 add 092d3aa6 Bump grgit-core from 3.1.1 to 5.0.0 add 43d83ffa Merge pull request #465 from apache/dependabot/gradle/main/org.ajoberstar.grgit-grgit-core-5.0.0 add 2da64f3e Bump actions/cache from 1 to 3 add 775caa83 Merge pull request #462 from apache/dependabot/github_actions/main/actions/cache-3 add 5f6fb0ba Bump actions/upload-artifact from 2 to 3 add 8a33aebf Merge pull request #463 from apache/dependabot/github_actions/main/actions/upload-artifact-3 add 62a5d452 Bump actions/checkout from 1 to 3 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (153967b8) \ N -- N -- N refs/heads/dependabot/github_actions/main/actions/checkout-3 (62a5d452) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/assemble.yml | 10 ++-- .github/workflows/integration-tests.yml | 6 +-- .github/workflows/test-windows.yml | 6 +-- .github/workflows/test.yml | 6 +-- .github/workflows/test_referencetests.yml | 6 +-- build.gradle | 6 +-- .../org/apache/tuweni/concurrent/ExpiringMap.java | 53 ++++++++++++++++------ .../org/apache/tuweni/concurrent/ExpiringSet.java | 29 +++++++++--- .../apache/tuweni/concurrent/ExpiringMapTest.java | 18 +++++++- .../apache/tuweni/concurrent/ExpiringSetTest.java | 12 ++++- 10 files changed, 108 insertions(+), 44 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org For additional commands, e-mail: commits-h...@tuweni.apache.org