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/01 17:35:45 UTC

[incubator-tuweni] branch dependabot/gradle/main/org.jetbrains.kotlin.plugin.spring-1.8.0 updated (78f91f48 -> fa34d486)

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

github-bot pushed a change to branch dependabot/gradle/main/org.jetbrains.kotlin.plugin.spring-1.8.0
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


 discard 78f91f48 Bump org.jetbrains.kotlin.plugin.spring from 1.6.10 to 1.8.0
     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 fa34d486 Bump org.jetbrains.kotlin.plugin.spring from 1.6.10 to 1.8.0

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   (78f91f48)
            \
             N -- N -- N   refs/heads/dependabot/gradle/main/org.jetbrains.kotlin.plugin.spring-1.8.0 (fa34d486)

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                     |  6 +--
 .github/workflows/integration-tests.yml            |  4 +-
 .github/workflows/test-windows.yml                 |  4 +-
 .github/workflows/test.yml                         |  4 +-
 .github/workflows/test_referencetests.yml          |  4 +-
 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, 102 insertions(+), 38 deletions(-)


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