This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/error_prone_core.version-2.50.0
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
discard 163031dca MINOR: Bump error_prone_core.version from 2.42.0 to 2.50.0
add 915428751 MINOR: Bump logback.version from 1.5.34 to 1.5.37 (#1209)
add a9f008609 MINOR: Bump com.squareup.okhttp3:okhttp-jvm from 5.3.2 to
5.4.0 (#1208)
add 7f1f9f588 GH-1188: Reduce test workflow waste (#1189)
add 21b6a0515 MINOR: [CI] Bump actions/setup-python from 6 to 7 (#1235)
add 06170242b GH-1244: Move integration tests to separate workflow (#1245)
add 85d7ef30e GH-1239: Fix memory leak when C Data import hits allocator
limit mid-array (#1240)
add fa20039f3 GH-1241: Bump vcpkg version to stay in sync with
apache/arrow (#1260)
add f43c4b865 GH-1242: fix macOS and Windows RC CI (#1264)
add 4b1dcc0df MINOR: Bump error_prone_core.version from 2.42.0 to 2.50.0
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 (163031dca)
\
N -- N -- N
refs/heads/dependabot/maven/error_prone_core.version-2.50.0 (4b1dcc0df)
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:
.env | 2 +-
.github/workflows/dev.yml | 2 +-
.github/workflows/integration.yml | 127 +++++++++++++++++++
.github/workflows/rc.yml | 17 +--
.github/workflows/test.yml | 93 ++------------
CMakeLists.txt | 4 +
.../apache/arrow/c/ReferenceCountedArrowArray.java | 19 +--
.../org/apache/arrow/c/ImportOutOfMemoryTest.java | 139 +++++++++++++++++++++
ci/scripts/jni_macos_build.sh | 9 ++
ci/scripts/jni_windows_build.sh | 2 +
ci/scripts/test.sh | 7 +-
flight/flight-sql-jdbc-core/pom.xml | 2 +-
gandiva/CMakeLists.txt | 4 +
pom.xml | 2 +-
14 files changed, 322 insertions(+), 107 deletions(-)
create mode 100644 .github/workflows/integration.yml
create mode 100644
c/src/test/java/org/apache/arrow/c/ImportOutOfMemoryTest.java