You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by gi...@apache.org on 2023/01/02 23:26:17 UTC

[incubator-tuweni] branch dependabot/github_actions/main/actions/download-artifact-3 updated (0252da5e -> 490b2184)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/github_actions/main/actions/download-artifact-3
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


 discard 0252da5e Bump actions/download-artifact 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 bb496613 remove unused dependency
     add 0f9cacb7 Merge pull request #470 from atoulme/remove_hateoas
     add 6c0b441e Bump actions/checkout from 1 to 3
     add 30a442a0 Merge pull request #464 from apache/dependabot/github_actions/main/actions/checkout-3
     add 6b0f7ed1 Bump actions/setup-java from 1 to 3
     add 6a02d9b0 set distribution
     add 69484620 Merge pull request #461 from apache/dependabot/github_actions/main/actions/setup-java-3
     add d297d8ca Bump com.bmuschko.docker-remote-api from 6.7.0 to 9.1.0
     add 21f56082 Merge pull request #474 from apache/dependabot/gradle/main/com.bmuschko.docker-remote-api-9.1.0
     add c3051ed9 Bump io.spring.dependency-management from 1.0.6.RELEASE to 1.1.0
     add a7554be3 Merge pull request #473 from apache/dependabot/gradle/main/io.spring.dependency-management-1.1.0
     add 490b2184 Bump actions/download-artifact 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   (0252da5e)
            \
             N -- N -- N   refs/heads/dependabot/github_actions/main/actions/download-artifact-3 (490b2184)

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                     | 15 +++---
 .github/workflows/checks.yml                       |  2 +-
 .github/workflows/integration-tests.yml            |  8 ++--
 .github/workflows/license-checks.yml               |  2 +-
 .github/workflows/test-windows.yml                 | 11 +++--
 .github/workflows/test.yml                         |  8 ++--
 .github/workflows/test_referencetests.yml          |  8 ++--
 build.gradle                                       |  8 ++--
 .../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 ++++-
 dist/build.gradle                                  |  2 +-
 eth-client-ui/build.gradle                         |  1 -
 14 files changed, 121 insertions(+), 56 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org