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

FrankChen021 pushed a change to branch dependabot/maven/protobuf.version-4.36.0
in repository https://gitbox.apache.org/repos/asf/druid.git


    omit 71ecd56217e build: update protobuf license metadata
    omit 383c8e5559b build(deps): bump protobuf.version from 4.35.1 to 4.36.0
     add 4cd3036560d build(deps): bump com.netflix.spectator:spectator-api 
(#20153)
     add ba8da866530 build(deps): bump com.ibm.icu:icu4j from 77.1 to 78.3 
(#20154)
     add d9910ae931a don't compile the reactor twice in the strict-compilation 
CI job (#20175)
     add 7c367db7ded fix: separate storage location accounting for internal 
cache holds (#20150)
     add 35458dcf87b build(deps): bump org.postgresql:postgresql from 42.7.12 
to 42.7.13 (#20172)
     add f9096e9a0c8 build(deps): bump nl.jqno.equalsverifier:equalsverifier 
(#20171)
     add e72478afc95 build(deps-dev): bump 
org.glassfish.grizzly:grizzly-http-server from 2.2.16 to 5.0.2 (#20170)
     add 1e17525ab0d build(deps): bump 
org.apache.maven.plugins:maven-resources-plugin from 3.2.0 to 3.5.0 (#20169)
     add ab632beed0c build(deps): bump 
jakarta.activation:jakarta.activation-api from 1.2.2 to 2.1.4 (#20167)
     add 526b27c8dcf build(deps): bump jakarta.xml.bind:jakarta.xml.bind-api 
from 2.3.3 to 4.0.5 (#20166)
     add 520ae68e1d4 build(deps): bump graaljs.version from 25.2.4 to 25.3.4.1 
(#20165)
     add c887ef5ad4b build(deps): bump io.grpc:grpc-context from 1.82.2 to 
1.83.1 (#20163)
     add b43041bffca build(deps-dev): bump 
org.openrewrite.maven:rewrite-maven-plugin (#20161)
     add 45464960e94 build(deps): bump com.nimbusds:oauth2-oidc-sdk from 10.8 
to 11.38.2 (#20160)
     add 2994a134f86 build(deps-dev): bump 
io.github.git-commit-id:git-commit-id-maven-plugin from 9.0.1 to 10.0.0 (#20158)
     add 8c05f05adbe build(deps-dev): bump org.cyclonedx:cyclonedx-maven-plugin 
(#20156)
     add 1dc02db1e64 build(deps): bump protobuf.version from 4.35.1 to 4.36.0
     add b63ae965904 build: update protobuf license metadata

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   (71ecd56217e)
            \
             N -- N -- N   refs/heads/dependabot/maven/protobuf.version-4.36.0 
(b63ae965904)

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/scripts/strict-compilation.sh              |   2 +-
 benchmarks/pom.xml                                 |   2 +-
 extensions-contrib/cloudfiles-extensions/pom.xml   |   2 +-
 .../druid-iceberg-extensions/pom.xml               |   4 +-
 extensions-contrib/spectator-histogram/pom.xml     |   2 +-
 extensions-core/druid-pac4j/pom.xml                |   2 +-
 .../druid/security/pac4j/JwtAuthenticatorTest.java |  14 +-
 extensions-core/google-extensions/pom.xml          |   4 +-
 extensions-core/protobuf-extensions/pom.xml        |   2 +-
 licenses.yaml                                      |  20 +--
 pom.xml                                            |  41 ++++--
 .../loading/PartialSegmentBundleCacheEntry.java    |   4 +-
 .../loading/PartialSegmentMetadataCacheEntry.java  |  10 +-
 .../druid/segment/loading/StorageLocation.java     | 146 +++++++++++++++++----
 .../loading/VirtualStorageLocationStats.java       |  11 ++
 .../druid/server/metrics/StorageMonitor.java       |  14 ++
 .../loading/PartialSegmentRestoreFromDiskTest.java |   2 +-
 .../druid/segment/loading/StorageLocationTest.java | 101 +++++++++++++-
 services/pom.xml                                   |   7 +
 19 files changed, 315 insertions(+), 75 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to