This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/java/com.google.protobuf-protobuf-java-4.35.1
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
discard fc98aab0b chore(java): bump com.google.protobuf:protobuf-java in /java
add 44eb6d4aa docs: demonstrate how to use (unofficial) JNI nightly builds
(#4399)
add 0e1d0beab fix(java/driver/jni): check for pending exceptions more
thoroughly (#4398)
add 530d0ce8f chore: bump the actions group with 2 updates (#4434)
add d2a9ae1d3 chore(javascript): bump napi from 3.9.1 to 3.9.2 (#4432)
add 7e47d0d7d refactor(java/driver/jni): guard against null handles (#4426)
add 2143e8982 chore(java): bump the linters group in /java with 2 updates
(#4429)
add 326176d61 chore(go/adbc): bump golang.org/x/tools from 0.45.0 to
0.46.0 (#4431)
add fff69792a chore(java): bump
com.diffplug.spotless:spotless-maven-plugin (#4430)
add 5cdc18e25 ci: don't force XCode 16 (#4437)
add abb2ba668 chore(java): bump com.google.protobuf:protobuf-java 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 (fc98aab0b)
\
N -- N -- N
refs/heads/dependabot/maven/java/com.google.protobuf-protobuf-java-4.35.1
(abb2ba668)
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/workflows/java.yml | 11 ++---
.github/workflows/packaging.yml | 8 +---
docs/source/development/nightly.rst | 37 +++++++++++++++-
go/adbc/go.mod | 10 ++---
go/adbc/go.sum | 20 ++++-----
java/driver/jni/pom.xml | 1 +
java/driver/jni/src/main/cpp/jni_wrapper.cc | 21 ++++++++-
.../driver/jni/impl/NativeConnectionHandle.java | 6 ++-
.../adbc/driver/jni/impl/NativeDatabaseHandle.java | 6 ++-
.../arrow/adbc/driver/jni/impl/NativeHandle.java | 1 +
.../driver/jni/impl/NativeStatementHandle.java | 6 ++-
.../arrow/adbc/driver/jni/JniDriverTest.java | 20 +++++++++
.../adbc/driver/jni/impl/NativeHandleTest.java | 51 ++++++++++++++++++++++
java/pom.xml | 6 +--
javascript/Cargo.lock | 4 +-
15 files changed, 169 insertions(+), 39 deletions(-)
create mode 100644
java/driver/jni/src/test/java/org/apache/arrow/adbc/driver/jni/impl/NativeHandleTest.java