This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/java/io.grpc-grpc-bom-1.65.1
in repository https://gitbox.apache.org/repos/asf/arrow.git
discard 636dc3eb3c MINOR: [Java] Bump io.grpc:grpc-bom from 1.63.0 to 1.65.1
in /java
add e9b4a33de8 GH-43418: [CI] Add wheels and java-jars to vcpkg group for
tasks (#43419)
add 9174bb7dee GH-43377: [Java][CI] Java-Jars CI is Failing with a linking
error on macOS (#43385)
add e5c3659977 GH-43340: [JS] Fix build on node v22 and fix `arrow2csv`
bin extension (#43342)
add 2101844ca7 GH-43429: [C++][FlightRPC] Fix Flight UCX build issues
(#43430)
add aaeff72dd9 GH-43228: [C++] Fix Abseil compile error on GCC 13 (#43157)
add 187197c369 GH-43349: [R] Fix altrep string columns from readr (#43351)
add 373ce81bd4 MINOR: [Java][CI] Update the order of commands in Java-Jars
CI (#43462)
add 07a8d7db46 GH-43437: [Java] Update protobuf from 3.25.1 to 3.25.4
(#43436)
add a89a5aea27 MINOR: [Java] Bump io.grpc:grpc-bom from 1.63.0 to 1.65.1
in /java
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 (636dc3eb3c)
\
N -- N -- N
refs/heads/dependabot/maven/java/io.grpc-grpc-bom-1.65.1 (a89a5aea27)
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:
...l.dockerfile => ubuntu-24.04-cpp-minimal.dockerfile} | 3 ++-
cpp/cmake_modules/ThirdpartyToolchain.cmake | 4 ++++
cpp/src/arrow/flight/transport/ucx/ucx_client.cc | 2 +-
cpp/src/arrow/flight/transport/ucx/ucx_server.cc | 6 +++---
dev/tasks/java-jars/github.yml | 7 ++++++-
dev/tasks/tasks.yml | 11 +++++++++++
java/flight/flight-core/src/main/java/module-info.java | 4 ++--
java/flight/flight-sql/src/main/java/module-info.java | 2 +-
java/gandiva/src/main/java/module-info.java | 2 +-
java/pom.xml | 2 +-
js/gulp/closure-task.js | 13 +++++++------
js/gulp/package-task.js | 11 ++++++-----
js/gulp/util.js | 3 +--
js/package.json | 1 -
js/yarn.lock | 4 ----
r/configure | 14 --------------
r/src/arrow_cpp11.h | 11 ++++++++++-
r/tests/testthat/test-csv.R | 17 +++++++++++++++++
18 files changed, 73 insertions(+), 44 deletions(-)
copy ci/docker/{ubuntu-22.04-cpp-minimal.dockerfile =>
ubuntu-24.04-cpp-minimal.dockerfile} (98%)