This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a change to branch
dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.5.0
in repository https://gitbox.apache.org/repos/asf/druid.git
discard 4fab4b01ee5 build(deps-dev): bump
org.apache.maven.plugins:maven-clean-plugin
add 66e1ad4e96c build(deps): bump netty4.version from 4.2.15.Final to
4.2.16.Final (#19869)
add c31f99d4a0d build(deps): bump org.roaringbitmap:RoaringBitmap from
1.6.14 to 1.6.18 (#19868)
add 9b2ac1aae07 build(deps): bump com.ning:compress-lzf from 1.0.4 to
1.2.0 (#19867)
add 8437e46a0c3 build(deps): bump
org.apache.maven.plugins:maven-enforcer-plugin (#19866)
add f098c26c42d build(deps): bump testcontainers.version from 2.0.3 to
2.0.5 (#19864)
add 50e9b0dc9f3 build(deps): bump net.java.dev.jna:jna from 5.18.1 to
5.19.1 (#19863)
add ab8bd2aa9a4 build(deps): bump brace-expansion from 1.1.11 to 1.1.18 in
/website (#19860)
add 0380bd5cd34 build(deps): bump shell-quote from 1.8.4 to 1.10.0 in
/website (#19715)
add 6b332bbc41e build(deps): bump lodash from 4.17.21 to 4.18.1 in
/website (#19257)
add 7a68cf96648 build(deps-dev): bump postcss from 8.5.15 to 8.5.24 in
/website (#19759)
add 9e38a2507d4 build(deps): bump ws from 7.5.10 to 7.5.13 in /website
(#19789)
add 48cb44bab57 build(deps): bump @babel/helpers from 7.26.9 to 7.29.7 in
/website (#19766)
add bd64a64c393 build(deps): bump svgo from 3.3.3 to 3.3.4 in /website
(#19735)
add 66078ea3cf0 build(deps): bump prismjs from 1.29.0 to 1.30.0 in
/website (#19765)
add eb211448c4d build(deps): bump webpack-dev-server from 5.2.4 to 5.2.6
in /website (#19713)
add 8ea7b0e62e5 build(deps): bump body-parser from 1.20.5 to 1.20.6 in
/website (#19714)
add 90d941da067 build(deps): bump dompurify from 3.4.8 to 3.4.12 in
/website (#19734)
add 10b67af5b52 build(deps): bump echarts from 5.5.1 to 6.1.0 in
/web-console (#19642)
add 5056abd4c0b build(deps): bump @babel/runtime from 7.26.9 to 7.29.7 in
/website (#19767)
add 9ae18d8cd5f build(deps-dev): bump postcss from 8.4.47 to 8.5.25 in
/web-console (#19870)
add 0f6bbaad970 build(deps): bump websocket-driver from 0.7.4 to 0.7.5 in
/website (#19695)
add b7a99515c57 build(deps): bump fast-uri from 3.0.6 to 3.1.5 in /website
(#19871)
add 1a1a162e200 build(deps): bump log4j.version from 2.26.0 to 2.26.1
(#19865)
add fed2713f717 fix: address CodeQL formatting warnings (#19826)
add 91049cfaa92 fix: guard segment info paths against traversal (#19813)
add 9f6153b2884 build(deps-dev): bump
org.apache.maven.plugins:maven-clean-plugin
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 (4fab4b01ee5)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.5.0
(9f6153b2884)
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:
embedded-tests/pom.xml | 2 +-
.../druid/indexing/overlord/ForkingTaskRunner.java | 5 +-
.../FilteringCloseableInputRowIteratorTest.java | 4 +-
.../indexing/overlord/ForkingTaskRunnerTest.java | 34 +++
licenses.yaml | 16 +-
.../msq/test/MSQTestOverlordServiceClient.java | 2 +-
pom.xml | 16 +-
.../apache/druid/java/util/common/FileUtils.java | 25 ++
.../druid/java/util/common/FileUtilsTest.java | 49 ++++
.../segment/loading/SegmentLocalCacheManager.java | 23 +-
.../loading/SegmentLocalCacheManagerTest.java | 22 ++
.../server/log/DefaultRequestLogEventTest.java | 2 +-
sql/src/main/codegen/templates/Parser.jj | 50 +++-
.../parser/DruidSqlParserImplTokenManagerTest.java | 144 ++++++++++
web-console/package-lock.json | 70 +++--
web-console/package.json | 4 +-
website/package-lock.json | 294 ++++++++-------------
website/package.json | 2 +-
18 files changed, 494 insertions(+), 270 deletions(-)
create mode 100644
sql/src/test/java/org/apache/druid/sql/calcite/parser/DruidSqlParserImplTokenManagerTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]