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

rabreu pushed a change to branch 
dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.21.1
in repository https://gitbox.apache.org/repos/asf/storm.git


    from 0241a5263 Fixing licenses
     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 e68c97cce Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 
4.0.5 (#8398)
     add a20411d73 Bump hadoop.version from 3.4.2 to 3.4.3 (#8397)
     add 9dd6830bd Bump prometheus.client.version from 1.4.3 to 1.5.0 (#8405)
     add 78e04e436 Bump netty-tcnative.version from 2.0.74.Final to 
2.0.75.Final (#8399)
     add b58c14693 Bump redis.clients:jedis from 7.2.1 to 7.3.0 (#8401)
     add 6cc7616ce Bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1 
(#8400)
     add 9fe3fbe5a Merge branch 'master' into 
dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.21.1

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                                | 100 +++++------
 LICENSE-binary                                     |  62 +++----
 doap_Storm.rdf                                     |   6 +-
 examples/storm-jms-examples/pom.xml                |   2 +-
 external/storm-hdfs-oci/pom.xml                    |   2 +-
 external/storm-metrics-prometheus/pom.xml          |   2 +-
 pom.xml                                            |  32 ++--
 .../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 +--
 17 files changed, 367 insertions(+), 137 deletions(-)
 create mode 100644 
storm-server/src/test/java/org/apache/storm/daemon/nimbus/HeartbeatCacheTest.java

Reply via email to