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

github-bot pushed a change to branch dependabot/maven/redis.clients-jedis-7.3.0
in repository https://gitbox.apache.org/repos/asf/storm.git


 discard 6d17be9a2 Bump redis.clients:jedis from 7.2.1 to 7.3.0
     add fbf244b55 Bump org.apache.maven.plugins:maven-compiler-plugin (#8410)
     add b07784c50 Bump org.apache.maven.plugins:maven-dependency-plugin (#8408)
     add 57330e869 Bump org.junit:junit-bom from 6.0.2 to 6.0.3 (#8402)
     add ee427ac7f Bump org.apache.maven.plugins:maven-surefire-report-plugin 
(#8394)
     add b74c7818c Bump byte-buddy.version from 1.18.4 to 1.18.5 (#8395)
     add 60f31a2a3 Bump org.checkerframework:checker-qual from 3.53.0 to 3.53.1 
(#8406)
     add 9e020628b Replace e.printStackTrace() with SLF4J logging in 
ConfigurableTopology#submit (#8413)
     add 6b1ab77be Add missing logging to TridentBoltExecutor on tuple count 
mismatch failures
     add 76b9b4d30 Bump surefire.version from 3.5.4 to 3.5.5
     add 0174625aa Fix silent exception swallow in LocalFsBlobStore.prepare()
     add 2e7280b7b Fix tests that relied on silent exception swallowing in 
LocalFsBlobStore.prepare()
     add c9c15a929 Bump actions/setup-node from 6.2.0 to 6.3.0 (#8417)
     add 822c02504 Bump ruby/setup-ruby from 1.288.0 to 1.289.0 (#8418)
     add 14efb2e89 fix(HeartbeatCache): Falsely timing out alive executors when 
heartbeat TIME_SECS does not advance (#8420)
     add 53fa3b74d Update Apache Storm version to 2.8.4
     add b63cefd8a Bump com.google.errorprone:error_prone_annotations from 
2.46.0 to 2.48.0 (#8412)
     add 9af6037a7 Bump maven-resolver.version from 1.9.25 to 1.9.27 (#8411)
     add caca1840c Bump org.jctools:jctools-core from 4.0.5 to 4.0.6 (#8409)
     add bd602aa2d Bump spring.version from 7.0.3 to 7.0.5 (#8393)
     add 5397cab7e Bump activemq.version from 6.2.0 to 6.2.1 (#8396)
     add 894729103 Bump redis.clients:jedis from 7.2.1 to 7.3.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   (6d17be9a2)
            \
             N -- N -- N   
refs/heads/dependabot/maven/redis.clients-jedis-7.3.0 (894729103)

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/maven.yaml                       |   4 +-
 .github/workflows/nightlies.yaml                   |   4 +-
 .github/workflows/snapshots.yaml                   |   4 +-
 DEPENDENCY-LICENSES                                |  42 ++---
 LICENSE-binary                                     |  20 +--
 doap_Storm.rdf                                     |   6 +-
 examples/storm-jms-examples/pom.xml                |   2 +-
 external/storm-hdfs-oci/pom.xml                    |   2 +-
 pom.xml                                            |  20 +--
 .../storm/topology/ConfigurableTopology.java       |   5 +-
 .../trident/topology/TridentBoltExecutor.java      |   7 +-
 .../apache/storm/blobstore/LocalFsBlobStore.java   |   2 +-
 .../apache/storm/daemon/nimbus/HeartbeatCache.java |  40 +++--
 .../LocalFsBlobStoreSynchronizerTest.java          |   9 +-
 .../storm/daemon/nimbus/HeartbeatCacheTest.java    | 195 +++++++++++++++++++++
 .../apache/storm/localizer/AsyncLocalizerTest.java |  28 +--
 16 files changed, 310 insertions(+), 80 deletions(-)
 create mode 100644 
storm-server/src/test/java/org/apache/storm/daemon/nimbus/HeartbeatCacheTest.java

Reply via email to