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

FrankChen021 pushed a change to branch 
dependabot/maven/org.eclipse.jetty-jetty-security-12.1.10
in repository https://gitbox.apache.org/repos/asf/druid.git


 discard db4722311fa Update Jetty license metadata to 12.1.10
 discard 9f48a0b1428 build(deps): bump org.eclipse.jetty:jetty-security
     add 957121248f3 feat: clustered segment time ordering for realtime queries 
(#19753)
     add 0ea17adccd4 fix: isMounted() should never be blocked by a lock (#19746)
     add 80667e8b37b Bump org.assertj:assertj-core from 3.24.2 to 3.27.7 
(#18956)
     add d1c3399e40c build(deps): bump org.asynchttpclient:async-http-client 
from 3.0.2 to 3.0.10 (#19476)
     add a4ac032b714 build(deps): bump 
org.apache.commons:commons-configuration2 from 2.10.1 to 2.15.0 (#19490)
     add bac0310989a build(deps): bump io.vertx:vertx-core from 4.5.24 to 
4.5.27 in /extensions-core/kubernetes-overlord-extensions (#19546)
     add b9e5016941f build(deps): bump org.postgresql:postgresql from 42.7.11 
to 42.7.12 (#19760)
     add 134d4c81866 build(deps): bump org.apache.thrift:libthrift from 0.13.0 
to 0.23.0 in /extensions-contrib/thrift-extensions (#19764)
     add a63e8b955ce build(deps): bump org.eclipse.jetty:jetty-security
     add 490e4be0dcd Update Jetty license metadata to 12.1.10
     add 035dcaffbf3 build(deps): bump Jetty to 12.1.11

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   (db4722311fa)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.eclipse.jetty-jetty-security-12.1.10 
(035dcaffbf3)

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:
 extensions-contrib/thrift-extensions/pom.xml       |   2 +-
 .../data/input/thrift/ThriftDeserialization.java   |  29 ++++-
 .../kubernetes-overlord-extensions/pom.xml         |   2 +-
 licenses.yaml                                      |  39 ++++--
 pom.xml                                            |  14 +--
 .../druid/segment/MergingClusterGroupCursor.java   |  82 +++++++++++-
 .../druid/segment/QueryableIndexCursorFactory.java |  83 ++-----------
 .../incremental/IncrementalIndexCursorFactory.java |  27 ++--
 .../projections/MergingColumnSelectorFactory.java  | 137 +++++++++++++++++++--
 .../druid/segment/projections/Projections.java     |  15 +++
 .../ClusteredSegmentTimeOrderedQueryTest.java      | 134 ++++++++++++++++++++
 .../segment/MergingClusterGroupCursorTest.java     |  25 +++-
 .../MergingColumnSelectorFactoryTest.java          | 106 +++++++++++++++-
 .../loading/PartialSegmentBundleCacheEntry.java    |  19 ++-
 .../loading/PartialSegmentMetadataCacheEntry.java  |  31 ++---
 .../segment/loading/SegmentLocalCacheManager.java  |  11 +-
 .../SegmentLocalCacheManagerConcurrencyTest.java   | 118 ++++++++++++++++++
 17 files changed, 715 insertions(+), 159 deletions(-)


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

Reply via email to