feat: Init logger, add initial MemDB plugin#70
Merged
kodiakhq[bot] merged 2 commits intomainfrom Aug 18, 2023
Merged
Conversation
Collaborator
Good call with the Plugin builder. I think that class makes more sense as an abstract class. |
kodiakhq bot
pushed a commit
that referenced
this pull request
Aug 24, 2023
🤖 I have created a release *beep* *boop* --- ## 0.0.1 (2023-08-24) ### Features * `io.cloudquery.scalar.Binary` implementation ([#20](#20)) ([b9b73d1](b9b73d1)) * `io.cloudquery.scalar.Bool` ([#27](#27)) ([2a91c92](2a91c92)), closes [#26](#26) * adding basic support for tables ([#19](#19)) ([22b2350](22b2350)) * adding JSON scalar ([#82](#82)) ([fc92542](fc92542)), closes [#63](#63) * adding Table filterDFS functionaility ([#21](#21)) ([02d8515](02d8515)) * Date scalars ([#36](#36)) ([adc6ba2](adc6ba2)), closes [#34](#34) * Duration scalar ([#42](#42)) ([7529438](7529438)), closes [#39](#39) * Encode resources with data ([#88](#88)) ([2c7060f](2c7060f)) * Generics in scalars ([#56](#56)) ([bc7d6e3](bc7d6e3)) * Implement `getTables` ([#71](#71)) ([085c51f](085c51f)) * Implement concurrency and relations resolving ([#91](#91)) ([0a470b7](0a470b7)) * Init logger, add initial MemDB plugin ([#70](#70)) ([20ebb42](20ebb42)) * int/uint/float/string scalars ([#59](#59)) ([39ec6e6](39ec6e6)), closes [#53](#53) [#54](#54) [#58](#58) [#60](#60) * Resolve CQId, add CQIds to MemDB plugin ([#95](#95)) ([9d7f1bd](9d7f1bd)) * Scalar Timestamp ([#46](#46)) ([4220e92](4220e92)), closes [#44](#44) * **sync:** Initial insert message support ([#81](#81)) ([bd729bb](bd729bb)) * **sync:** Send migrate messages ([#79](#79)) ([dd2c1a5](dd2c1a5)) ### Bug Fixes * Add `jackson-annotations` to `build.gradle` ([#83](#83)) ([ead7dd9](ead7dd9)) * **deps:** Update dependency com.google.guava:guava to v32 ([#15](#15)) ([ce8028b](ce8028b)) * **deps:** Update dependency io.grpc:grpc-protobuf to v1.57.1 ([#10](#10)) ([bcfa29c](bcfa29c)) * **deps:** Update dependency io.grpc:grpc-services to v1.57.1 ([#11](#11)) ([71c2ea1](71c2ea1)) * **deps:** Update dependency io.grpc:grpc-stub to v1.57.1 ([#12](#12)) ([c65e5d6](c65e5d6)) * **deps:** Update dependency io.grpc:grpc-testing to v1.57.1 ([#13](#13)) ([a7b1fa6](a7b1fa6)) * **deps:** Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.6.0 ([#14](#14)) ([443990c](443990c)) * Flatten tables in getTables gRPC call ([#80](#80)) ([8c9872a](8c9872a)) * Pass options to tables method ([#78](#78)) ([4b77a2f](4b77a2f)) ### Miscellaneous Chores * Release 0.0.1 ([e169dbc](e169dbc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot
pushed a commit
that referenced
this pull request
Apr 1, 2026
#437) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.apache.arrow:arrow-memory-core](https://arrow.apache.org/) ([source](https://github.com/apache/arrow-java)) | `18.3.0` → `19.0.0` |  |  | --- ### Release Notes <details> <summary>apache/arrow-java (org.apache.arrow:arrow-memory-core)</summary> ### [`v19.0.0`](https://github.com/apache/arrow-java/releases/tag/v19.0.0): Apache Arrow Java 19.0.0 <!-- Release notes generated using configuration in .github/release.yml at v19.0.0 --> #### What's Changed ##### Breaking Changes - [GH-774](https://github.com/apache/arrow-java/issues/774): Consoliate `BitVectorHelper.getValidityBufferSize` and `BaseValueVector.getValidityBufferSizeFromCount` by [@​rtadepalli](https://github.com/rtadepalli) in [#​775](https://github.com/apache/arrow-java/pull/775) - [GH-586](https://github.com/apache/arrow-java/issues/586): Override fixedSizeBinary method for UnionMapWriter by [@​axreldable](https://github.com/axreldable) in [#​885](https://github.com/apache/arrow-java/pull/885) - [GH-891](https://github.com/apache/arrow-java/issues/891): Add ExtensionTypeWriterFactory to TransferPair by [@​jhrotko](https://github.com/jhrotko) in [#​892](https://github.com/apache/arrow-java/pull/892) - [GH-948](https://github.com/apache/arrow-java/issues/948): Use buffer indexing for UUID vector by [@​jhrotko](https://github.com/jhrotko) in [#​949](https://github.com/apache/arrow-java/pull/949) - [GH-139](https://github.com/apache/arrow-java/issues/139): \[Flight] Stop return null from MetadataAdapter.getAll(String) and getAllByte(String) by [@​axreldable](https://github.com/axreldable) in [#​1016](https://github.com/apache/arrow-java/pull/1016) ##### New Features and Enhancements - [GH-52](https://github.com/apache/arrow-java/issues/52): Make RangeEqualsVisitor of RunEndEncodedVector more efficient by [@​ViggoC](https://github.com/ViggoC) in [#​761](https://github.com/apache/arrow-java/pull/761) - [GH-765](https://github.com/apache/arrow-java/issues/765): Do not close/free imported BaseStruct objects by [@​pepijnve](https://github.com/pepijnve) in [#​766](https://github.com/apache/arrow-java/pull/766) - [GH-79](https://github.com/apache/arrow-java/issues/79): Move `splitAndTransferValidityBuffer` to `BaseValueVector` by [@​rtadepalli](https://github.com/rtadepalli) in [#​777](https://github.com/apache/arrow-java/pull/777) - [GH-731](https://github.com/apache/arrow-java/issues/731): Avro adapter, output dictionary-encoded fields as enums by [@​martin-traverse](https://github.com/martin-traverse) in [#​779](https://github.com/apache/arrow-java/pull/779) - [GH-725](https://github.com/apache/arrow-java/issues/725): Added ExtensionReader by [@​xxlaykxx](https://github.com/xxlaykxx) in [#​726](https://github.com/apache/arrow-java/pull/726) - [GH-882](https://github.com/apache/arrow-java/issues/882): Add support for loading native library from a user specified location by [@​pepijnve](https://github.com/pepijnve) in [#​883](https://github.com/apache/arrow-java/pull/883) - [GH-109](https://github.com/apache/arrow-java/issues/109): Implement Vector Validators for StringView by [@​ViggoC](https://github.com/ViggoC) in [#​886](https://github.com/apache/arrow-java/pull/886) - [GH-900](https://github.com/apache/arrow-java/issues/900): Fix gandiva groupId in arrow-bom by [@​XN137](https://github.com/XN137) in [#​901](https://github.com/apache/arrow-java/pull/901) - [GH-762](https://github.com/apache/arrow-java/issues/762): Implement VectorAppender for RunEndEncodedVector by [@​ViggoC](https://github.com/ViggoC) in [#​884](https://github.com/apache/arrow-java/pull/884) - [GH-825](https://github.com/apache/arrow-java/issues/825): Add UUID canonical extension type by [@​jhrotko](https://github.com/jhrotko) in [#​903](https://github.com/apache/arrow-java/pull/903) - [GH-110](https://github.com/apache/arrow-java/issues/110): Flight SQL JDBC related StringView components implementation by [@​ViggoC](https://github.com/ViggoC) in [#​905](https://github.com/apache/arrow-java/pull/905) - [GH-863](https://github.com/apache/arrow-java/issues/863): \[JDBC] Suppress benign exceptions from gRPC layer on ArrowFlightSqlClientHandler#close by [@​ennuite](https://github.com/ennuite) in [#​910](https://github.com/apache/arrow-java/pull/910) - [GH-929](https://github.com/apache/arrow-java/issues/929): Add UUID support in JDBC driver by [@​xborder](https://github.com/xborder) in [#​930](https://github.com/apache/arrow-java/pull/930) - [GH-952](https://github.com/apache/arrow-java/issues/952): Add OAuth support by [@​xborder](https://github.com/xborder) in [#​953](https://github.com/apache/arrow-java/pull/953) - [GH-946](https://github.com/apache/arrow-java/issues/946): Add Variant extension type support by [@​tmater](https://github.com/tmater) in [#​947](https://github.com/apache/arrow-java/pull/947) - [GH-130](https://github.com/apache/arrow-java/issues/130): Fix AutoCloseables to work with [@​Nullable](https://github.com/Nullable) structures by [@​axreldable](https://github.com/axreldable) in [#​1017](https://github.com/apache/arrow-java/pull/1017) - [GH-1038](https://github.com/apache/arrow-java/issues/1038): Trim object memory for ArrowBuf by [@​lriggs](https://github.com/lriggs) in [#​1044](https://github.com/apache/arrow-java/pull/1044) - [GH-1061](https://github.com/apache/arrow-java/issues/1061): Add codegen classifier jar for arrow-vector. by [@​lriggs](https://github.com/lriggs) in [#​1062](https://github.com/apache/arrow-java/pull/1062) - [GH-301](https://github.com/apache/arrow-java/issues/301): \[Vector] Allow adding a vector at the end of VectorSchemaRoot by [@​axreldable](https://github.com/axreldable) in [#​1013](https://github.com/apache/arrow-java/pull/1013) - [GH-552](https://github.com/apache/arrow-java/issues/552): \[Vector] Add absent methods to the UnionFixedSizeListWriter by [@​axreldable](https://github.com/axreldable) in [#​1052](https://github.com/apache/arrow-java/pull/1052) ##### Bug Fixes - MINOR: add missing SOURCE\_DIR in dev/release/release.sh by [@​wgtmac](https://github.com/wgtmac) in [#​755](https://github.com/apache/arrow-java/pull/755) - MINOR: Empty stream double check by [@​adampolomski](https://github.com/adampolomski) in [#​742](https://github.com/apache/arrow-java/pull/742) - [GH-759](https://github.com/apache/arrow-java/issues/759): Get length of byte\[] in TryCopyLastError by [@​hnwyllmm](https://github.com/hnwyllmm) in [#​760](https://github.com/apache/arrow-java/pull/760) - [GH-899](https://github.com/apache/arrow-java/issues/899): \[Dataset] Initialize compute module by [@​lidavidm](https://github.com/lidavidm) in [#​893](https://github.com/apache/arrow-java/pull/893) - [GH-399](https://github.com/apache/arrow-java/issues/399): Check for null writers in DenseUnionWriter#setPosition by [@​Kaustav-Sarkar](https://github.com/Kaustav-Sarkar) in [#​938](https://github.com/apache/arrow-java/pull/938) - [GH-942](https://github.com/apache/arrow-java/issues/942): Fix JDBC Connection.setCatalog() by [@​eickler](https://github.com/eickler) in [#​943](https://github.com/apache/arrow-java/pull/943) - [GH-951](https://github.com/apache/arrow-java/issues/951): Fix CI completely, especially JNI on Windows 2022 and MacOS platforms by [@​jbonofre](https://github.com/jbonofre) in [#​925](https://github.com/apache/arrow-java/pull/925) - MINOR: Add private constructor to UuidType singleton by [@​tmater](https://github.com/tmater) in [#​945](https://github.com/apache/arrow-java/pull/945) - [GH-964](https://github.com/apache/arrow-java/issues/964): Fix IndexOutOfBoundsException in Array.getResultSet() for JDBC clients by [@​xborder](https://github.com/xborder) in [#​965](https://github.com/apache/arrow-java/pull/965) - [GH-932](https://github.com/apache/arrow-java/issues/932): \[JDBC] Fix memory leak on Connection#close due to unclosed Statement(s) by [@​ennuite](https://github.com/ennuite) in [#​933](https://github.com/apache/arrow-java/pull/933) - [GH-125](https://github.com/apache/arrow-java/issues/125): Allow null timestamp holder sans timezone by [@​Kaustav-Sarkar](https://github.com/Kaustav-Sarkar) in [#​941](https://github.com/apache/arrow-java/pull/941) - [GH-343](https://github.com/apache/arrow-java/issues/343): Fix ListVector offset buffer not properly serialized for nested empty arrays by [@​Yicong-Huang](https://github.com/Yicong-Huang) in [#​967](https://github.com/apache/arrow-java/pull/967) - [GH-990](https://github.com/apache/arrow-java/issues/990): \[JDBC] Fix memory leak on Connection#close due to unclosed ResultSet(s) by [@​ennuite](https://github.com/ennuite) in [#​991](https://github.com/apache/arrow-java/pull/991) - [GH-993](https://github.com/apache/arrow-java/issues/993): Fix missing pipe in milestone assignment script by [@​tmater](https://github.com/tmater) in [#​992](https://github.com/apache/arrow-java/pull/992) - [GH-470](https://github.com/apache/arrow-java/issues/470): \[Vector] Fix ListViewVector.getElementEndIndex(index) method by [@​axreldable](https://github.com/axreldable) in [#​1019](https://github.com/apache/arrow-java/pull/1019) - [GH-1007](https://github.com/apache/arrow-java/issues/1007): fix: does not break class loading if direct buffer allocator is not available by [@​torito](https://github.com/torito) in [#​1008](https://github.com/apache/arrow-java/pull/1008) - [GH-994](https://github.com/apache/arrow-java/issues/994): Fix DatabaseMetaData NPEs when SqlInfo is unavailable by [@​ennuite](https://github.com/ennuite) in [#​995](https://github.com/apache/arrow-java/pull/995) - [GH-1004](https://github.com/apache/arrow-java/issues/1004): \[JDBC] Fix NPE in ArrowFlightJdbcDriver#connect(final String url, final Properties info) by [@​ennuite](https://github.com/ennuite) in [#​1005](https://github.com/apache/arrow-java/pull/1005) - [GH-343](https://github.com/apache/arrow-java/issues/343): Fix BaseVariableWidthVector and BaseLargeVariableWidthVector offset buffer serialization by [@​Yicong-Huang](https://github.com/Yicong-Huang) in [#​989](https://github.com/apache/arrow-java/pull/989) ##### Other Changes - MINOR: Bump checker.framework.version from 3.49.2 to 3.49.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​752](https://github.com/apache/arrow-java/pull/752) - MINOR: Bump com.google.api.grpc:proto-google-common-protos from 2.54.1 to 2.56.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​750](https://github.com/apache/arrow-java/pull/750) - MINOR: Bump com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​747](https://github.com/apache/arrow-java/pull/747) - MINOR: Bump version to 19.0.0-SNAPSHOT by [@​wgtmac](https://github.com/wgtmac) in [#​754](https://github.com/apache/arrow-java/pull/754) - [GH-768](https://github.com/apache/arrow-java/issues/768): Use apache/arrow-js for JS in integration test by [@​kou](https://github.com/kou) in [#​769](https://github.com/apache/arrow-java/pull/769) - [GH-770](https://github.com/apache/arrow-java/issues/770): Ensure updating Homebrew Python on macos-13 by [@​kou](https://github.com/kou) in [#​771](https://github.com/apache/arrow-java/pull/771) - [GH-70](https://github.com/apache/arrow-java/issues/70): Move from `hamcrest` to `assertj` in `flight-sql` by [@​rtadepalli](https://github.com/rtadepalli) in [#​772](https://github.com/apache/arrow-java/pull/772) - MINOR: Add missing permission to milestone assignment bot by [@​lidavidm](https://github.com/lidavidm) in [#​673](https://github.com/apache/arrow-java/pull/673) - MINOR: Bump com.gradle:common-custom-user-data-maven-extension from 2.0.1 to 2.0.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​785](https://github.com/apache/arrow-java/pull/785) - MINOR: Bump io.grpc:grpc-bom from 1.71.0 to 1.73.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​781](https://github.com/apache/arrow-java/pull/781) - MINOR: Fix format by [@​lidavidm](https://github.com/lidavidm) in [#​809](https://github.com/apache/arrow-java/pull/809) - [GH-804](https://github.com/apache/arrow-java/issues/804): Prepend JDBC FlightSQL version to user agent by [@​xborder](https://github.com/xborder) in [#​806](https://github.com/apache/arrow-java/pull/806) - MINOR: \[CI] Bump actions/cache from 4.2.3 to 4.2.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​813](https://github.com/apache/arrow-java/pull/813) - MINOR: \[CI] Bump docker/login-action from 3.4.0 to 3.5.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​814](https://github.com/apache/arrow-java/pull/814) - MINOR: \[CI] Bump actions/download-artifact from 4.3.0 to 5.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​815](https://github.com/apache/arrow-java/pull/815) - [GH-816](https://github.com/apache/arrow-java/issues/816): Presize JsonStringArrayList vector results by [@​schlosna](https://github.com/schlosna) in [#​817](https://github.com/apache/arrow-java/pull/817) - [GH-797](https://github.com/apache/arrow-java/issues/797): \[JDBC] Fix PreparedStatement#execute for DML/DDL by [@​ennuite](https://github.com/ennuite) in [#​811](https://github.com/apache/arrow-java/pull/811) - [GH-841](https://github.com/apache/arrow-java/issues/841): Use apache/arrow-dotnet for integration test by [@​kou](https://github.com/kou) in [#​842](https://github.com/apache/arrow-java/pull/842) - MINOR: \[CI] Bump actions/setup-java from 4.6.0 to 5.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​847](https://github.com/apache/arrow-java/pull/847) - MINOR: \[CI] Bump actions/setup-python from 5 to 6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​843](https://github.com/apache/arrow-java/pull/843) - MINOR: \[CI] Bump actions/github-script from 7.0.1 to 8.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​844](https://github.com/apache/arrow-java/pull/844) - [GH-858](https://github.com/apache/arrow-java/issues/858): Fix error handling in CompositeJdbcConsumer by [@​aiguofer](https://github.com/aiguofer) in [#​857](https://github.com/apache/arrow-java/pull/857) - [GH-859](https://github.com/apache/arrow-java/issues/859): Fix ARROW\_STRUCT\_CONFLICT\_POLICY env var by [@​wForget](https://github.com/wForget) in [#​860](https://github.com/apache/arrow-java/pull/860) - [GH-836](https://github.com/apache/arrow-java/issues/836): Added support of ExtensionType for ComplexCopier by [@​xxlaykxx](https://github.com/xxlaykxx) in [#​837](https://github.com/apache/arrow-java/pull/837) - [GH-848](https://github.com/apache/arrow-java/issues/848): TypedValue should be treated as Nullable in bind function in AvaticaParameterBinder by [@​XenoAmess](https://github.com/XenoAmess) in [#​849](https://github.com/apache/arrow-java/pull/849) - fix: issue with class names in arrow-c jni calls by [@​milenkovicm](https://github.com/milenkovicm) in [#​867](https://github.com/apache/arrow-java/pull/867) - [GH-839](https://github.com/apache/arrow-java/issues/839): Fix support for ResultSet.getObject for TIMESTAMP\_WITH\_TIMEZONE by [@​aiguofer](https://github.com/aiguofer) in [#​840](https://github.com/apache/arrow-java/pull/840) - [GH-880](https://github.com/apache/arrow-java/issues/880): \[CI] Fix syntax error in `dev_pr.yml` by [@​kou](https://github.com/kou) in [#​881](https://github.com/apache/arrow-java/pull/881) - [GH-592](https://github.com/apache/arrow-java/issues/592): \[Release] Use relative path in .sha\* by [@​kou](https://github.com/kou) in [#​879](https://github.com/apache/arrow-java/pull/879) - MINOR: \[CI] Bump docker/login-action from 3.5.0 to 3.6.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​870](https://github.com/apache/arrow-java/pull/870) - [GH-898](https://github.com/apache/arrow-java/issues/898): Upgrade to Apache POM 35 and identify fixes needed to have CI happy by [@​jbonofre](https://github.com/jbonofre) in [#​865](https://github.com/apache/arrow-java/pull/865) - MINOR: Bump io.netty:netty-bom from 4.1.119.Final to 4.1.127.Final by [@​SirOibaf](https://github.com/SirOibaf) in [#​855](https://github.com/apache/arrow-java/pull/855) - MINOR: Bump logback.version from 1.5.18 to 1.5.20 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​897](https://github.com/apache/arrow-java/pull/897) - MINOR: Bump com.github.luben:zstd-jni from 1.5.7-2 to 1.5.7-6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​896](https://github.com/apache/arrow-java/pull/896) - MINOR: \[CI] Bump actions/download-artifact from 5.0.0 to 6.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​895](https://github.com/apache/arrow-java/pull/895) - MINOR: Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​871](https://github.com/apache/arrow-java/pull/871) - MINOR: \[CI] Bump actions/checkout from 4 to 5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​820](https://github.com/apache/arrow-java/pull/820) - MINOR: \[CI] Bump actions/upload-artifact from 4.6.2 to 5.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​894](https://github.com/apache/arrow-java/pull/894) - MINOR: Bump checker.framework.version from 3.49.3 to 3.49.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​800](https://github.com/apache/arrow-java/pull/800) - MINOR: Bump error\_prone\_core.version from 2.37.0 to 2.42.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​749](https://github.com/apache/arrow-java/pull/749) - MINOR: Bump org.apache.orc:orc-core from 2.1.1 to 2.2.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​874](https://github.com/apache/arrow-java/pull/874) - MINOR: Bump com.google.protobuf:protobuf-bom from 4.30.2 to 4.33.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​888](https://github.com/apache/arrow-java/pull/888) - MINOR: \[CI] Bump actions/checkout from 5 to 6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​911](https://github.com/apache/arrow-java/pull/911) - MINOR: Bump org.codehaus.mojo:versions-maven-plugin from 2.18.0 to 2.20.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​912](https://github.com/apache/arrow-java/pull/912) - MINOR: Bump org.bouncycastle:bcpkix-jdk18on from 1.80 to 1.82 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​919](https://github.com/apache/arrow-java/pull/919) - MINOR: Bump org.apache.drill.tools:drill-fmpp-maven-plugin from 1.21.2 to 1.22.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​918](https://github.com/apache/arrow-java/pull/918) - MINOR: Bump dep.hadoop.version from 3.4.1 to 3.4.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​915](https://github.com/apache/arrow-java/pull/915) - MINOR: \[CI] Bump actions/upload-artifact from 5.0.0 to 6.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​934](https://github.com/apache/arrow-java/pull/934) - MINOR: \[CI] Bump actions/download-artifact from 6.0.0 to 7.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​935](https://github.com/apache/arrow-java/pull/935) - MINOR: \[CI] Bump actions/cache from 4 to 5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​936](https://github.com/apache/arrow-java/pull/936) - MINOR: Update macos amd64 runner by [@​lidavidm](https://github.com/lidavidm) in [#​940](https://github.com/apache/arrow-java/pull/940) - MINOR: Bump checker.framework.version from 3.52.0 to 3.52.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​927](https://github.com/apache/arrow-java/pull/927) - MINOR: Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​924](https://github.com/apache/arrow-java/pull/924) - MINOR: Bump org.immutables:value from 2.10.1 to 2.11.7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​922](https://github.com/apache/arrow-java/pull/922) - MINOR: Bump com.google.api.grpc:proto-google-common-protos from 2.56.0 to 2.63.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​920](https://github.com/apache/arrow-java/pull/920) - MINOR: Bump io.netty:netty-bom from 4.1.119.Final to 4.2.7.Final by [@​dependabot](https://github.com/dependabot)\[bot] in [#​887](https://github.com/apache/arrow-java/pull/887) - MINOR: Bump parquet.version from 1.15.2 to 1.16.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​913](https://github.com/apache/arrow-java/pull/913) - MINOR: Bump org.immutables:value-annotations from 2.10.1 to 2.11.7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​917](https://github.com/apache/arrow-java/pull/917) - MINOR: Bump logback.version from 1.5.21 to 1.5.24 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​962](https://github.com/apache/arrow-java/pull/962) - MINOR: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.6.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​959](https://github.com/apache/arrow-java/pull/959) - MINOR: Bump org.apache.commons:commons-text from 1.13.1 to 1.15.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​956](https://github.com/apache/arrow-java/pull/956) - MINOR: Bump io.grpc:grpc-bom from 1.73.0 to 1.78.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​958](https://github.com/apache/arrow-java/pull/958) - MINOR: Bump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​960](https://github.com/apache/arrow-java/pull/960) - MINOR: Bump org.apache.avro:avro from 1.12.0 to 1.12.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​955](https://github.com/apache/arrow-java/pull/955) - MINOR: Bump org.bouncycastle:bcpkix-jdk18on from 1.82 to 1.83 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​969](https://github.com/apache/arrow-java/pull/969) - MINOR: Bump logback.version from 1.5.24 to 1.5.25 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​975](https://github.com/apache/arrow-java/pull/975) - MINOR: Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​973](https://github.com/apache/arrow-java/pull/973) - MINOR: Bump parquet.version from 1.16.0 to 1.17.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​968](https://github.com/apache/arrow-java/pull/968) - MINOR: Bump commons-io:commons-io from 2.19.0 to 2.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​974](https://github.com/apache/arrow-java/pull/974) - MINOR: Bump com.gradle:develocity-maven-extension from 2.0 to 2.3.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​976](https://github.com/apache/arrow-java/pull/976) - MINOR: Bump org.apache.orc:orc-core from 2.2.1 to 2.2.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​971](https://github.com/apache/arrow-java/pull/971) - MINOR: Bump org.apache.commons:commons-dbcp2 from 2.13.0 to 2.14.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​983](https://github.com/apache/arrow-java/pull/983) - MINOR: Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​985](https://github.com/apache/arrow-java/pull/985) - MINOR: Bump org.assertj:assertj-core from 3.27.3 to 3.27.7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​988](https://github.com/apache/arrow-java/pull/988) - MINOR: Bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​987](https://github.com/apache/arrow-java/pull/987) - MINOR: Bump logback.version from 1.5.25 to 1.5.26 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​981](https://github.com/apache/arrow-java/pull/981) - MINOR: Bump com.google.protobuf:protobuf-bom from 4.33.1 to 4.33.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​984](https://github.com/apache/arrow-java/pull/984) - [GH-1011](https://github.com/apache/arrow-java/issues/1011): \[Docs] Fix broken Java API reference links in documentation by [@​axreldable](https://github.com/axreldable) in [#​1012](https://github.com/apache/arrow-java/pull/1012) - [GH-141](https://github.com/apache/arrow-java/issues/141): Correct capacity behavior in BufferAllocator.buffer docstrings by [@​axreldable](https://github.com/axreldable) in [#​1010](https://github.com/apache/arrow-java/pull/1010) - [GH-1014](https://github.com/apache/arrow-java/issues/1014): \[Docs] Fix broken and obsolete links in the README.md by [@​axreldable](https://github.com/axreldable) in [#​1015](https://github.com/apache/arrow-java/pull/1015) - MINOR: \[Docs] Remove extra line in README.md (fix pre-commit) by [@​axreldable](https://github.com/axreldable) in [#​1018](https://github.com/apache/arrow-java/pull/1018) - [GH-1021](https://github.com/apache/arrow-java/issues/1021): Use released apache/arrow instead of main by [@​kou](https://github.com/kou) in [#​1022](https://github.com/apache/arrow-java/pull/1022) - MINOR: Bump org.mockito:mockito-bom from 5.17.0 to 5.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1000](https://github.com/apache/arrow-java/pull/1000) - MINOR: Bump com.gradle:develocity-maven-extension from 2.3.1 to 2.3.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1001](https://github.com/apache/arrow-java/pull/1001) - MINOR: Bump logback.version from 1.5.26 to 1.5.27 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​999](https://github.com/apache/arrow-java/pull/999) - MINOR: \[CI] Bump docker/login-action from 3.6.0 to 3.7.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​996](https://github.com/apache/arrow-java/pull/996) - MINOR: Bump commons-codec:commons-codec from 1.20.0 to 1.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​997](https://github.com/apache/arrow-java/pull/997) - MINOR: Fix minor issue with README by [@​paliwalashish](https://github.com/paliwalashish) in [#​1026](https://github.com/apache/arrow-java/pull/1026) - MINOR: Bump commons-cli:commons-cli from 1.9.0 to 1.11.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1028](https://github.com/apache/arrow-java/pull/1028) - MINOR: Bump org.codehaus.mojo:versions-maven-plugin from 2.20.0 to 2.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1029](https://github.com/apache/arrow-java/pull/1029) - MINOR: Bump com.google.api.grpc:proto-google-common-protos from 2.63.2 to 2.66.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1034](https://github.com/apache/arrow-java/pull/1034) - MINOR: \[CI] Bump actions/upload-artifact from 6.0.0 to 7.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1045](https://github.com/apache/arrow-java/pull/1045) - MINOR: Bump checker.framework.version from 3.53.0 to 3.53.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1046](https://github.com/apache/arrow-java/pull/1046) - MINOR: \[CI] Bump actions/download-artifact from 7.0.0 to 8.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1047](https://github.com/apache/arrow-java/pull/1047) - MINOR: Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1049](https://github.com/apache/arrow-java/pull/1049) - MINOR: Fix flaky TestBasicAuth memory leak by waiting for async buffer release by [@​jbonofre](https://github.com/jbonofre) in [#​1058](https://github.com/apache/arrow-java/pull/1058) - MINOR: Bump org.apache.orc:orc-core from 2.2.2 to 2.3.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1056](https://github.com/apache/arrow-java/pull/1056) - MINOR: \[CI] Increase JNI macOS job timeout from 45 to 60 minutes by [@​jbonofre](https://github.com/jbonofre) in [#​1060](https://github.com/apache/arrow-java/pull/1060) - MINOR: \[CI] Bump docker/login-action from 3.7.0 to 4.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1053](https://github.com/apache/arrow-java/pull/1053) - MINOR: Bump dep.hadoop.version from 3.4.2 to 3.4.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1055](https://github.com/apache/arrow-java/pull/1055) - MINOR: Bump io.grpc:grpc-bom from 1.78.0 to 1.79.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1048](https://github.com/apache/arrow-java/pull/1048) - MINOR: Bump com.gradle:common-custom-user-data-maven-extension from 2.0.3 to 2.1.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​998](https://github.com/apache/arrow-java/pull/998) - MINOR: Bump version to 19.0.0 by [@​jbonofre](https://github.com/jbonofre) in [#​1066](https://github.com/apache/arrow-java/pull/1066) #### New Contributors - [@​adampolomski](https://github.com/adampolomski) made their first contribution in [#​742](https://github.com/apache/arrow-java/pull/742) - [@​rtadepalli](https://github.com/rtadepalli) made their first contribution in [#​772](https://github.com/apache/arrow-java/pull/772) - [@​xborder](https://github.com/xborder) made their first contribution in [#​806](https://github.com/apache/arrow-java/pull/806) - [@​schlosna](https://github.com/schlosna) made their first contribution in [#​817](https://github.com/apache/arrow-java/pull/817) - [@​ennuite](https://github.com/ennuite) made their first contribution in [#​811](https://github.com/apache/arrow-java/pull/811) - [@​wForget](https://github.com/wForget) made their first contribution in [#​860](https://github.com/apache/arrow-java/pull/860) - [@​XenoAmess](https://github.com/XenoAmess) made their first contribution in [#​849](https://github.com/apache/arrow-java/pull/849) - [@​milenkovicm](https://github.com/milenkovicm) made their first contribution in [#​867](https://github.com/apache/arrow-java/pull/867) - [@​XN137](https://github.com/XN137) made their first contribution in [#​901](https://github.com/apache/arrow-java/pull/901) - [@​SirOibaf](https://github.com/SirOibaf) made their first contribution in [#​855](https://github.com/apache/arrow-java/pull/855) - [@​axreldable](https://github.com/axreldable) made their first contribution in [#​885](https://github.com/apache/arrow-java/pull/885) - [@​jhrotko](https://github.com/jhrotko) made their first contribution in [#​903](https://github.com/apache/arrow-java/pull/903) - [@​Kaustav-Sarkar](https://github.com/Kaustav-Sarkar) made their first contribution in [#​938](https://github.com/apache/arrow-java/pull/938) - [@​eickler](https://github.com/eickler) made their first contribution in [#​943](https://github.com/apache/arrow-java/pull/943) - [@​tmater](https://github.com/tmater) made their first contribution in [#​945](https://github.com/apache/arrow-java/pull/945) - [@​Yicong-Huang](https://github.com/Yicong-Huang) made their first contribution in [#​967](https://github.com/apache/arrow-java/pull/967) - [@​paliwalashish](https://github.com/paliwalashish) made their first contribution in [#​1026](https://github.com/apache/arrow-java/pull/1026) - [@​torito](https://github.com/torito) made their first contribution in [#​1008](https://github.com/apache/arrow-java/pull/1008) **Full Changelog**: <apache/arrow-java@v18.3.0...v19.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
kodiakhq bot
pushed a commit
that referenced
this pull request
Apr 1, 2026
…19 (#438) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.apache.arrow:arrow-memory-netty](https://arrow.apache.org/) ([source](https://github.com/apache/arrow-java)) | `18.3.0` → `19.0.0` |  |  | --- ### Release Notes <details> <summary>apache/arrow-java (org.apache.arrow:arrow-memory-netty)</summary> ### [`v19.0.0`](https://github.com/apache/arrow-java/releases/tag/v19.0.0): Apache Arrow Java 19.0.0 <!-- Release notes generated using configuration in .github/release.yml at v19.0.0 --> #### What's Changed ##### Breaking Changes - [GH-774](https://github.com/apache/arrow-java/issues/774): Consoliate `BitVectorHelper.getValidityBufferSize` and `BaseValueVector.getValidityBufferSizeFromCount` by [@​rtadepalli](https://github.com/rtadepalli) in [#​775](https://github.com/apache/arrow-java/pull/775) - [GH-586](https://github.com/apache/arrow-java/issues/586): Override fixedSizeBinary method for UnionMapWriter by [@​axreldable](https://github.com/axreldable) in [#​885](https://github.com/apache/arrow-java/pull/885) - [GH-891](https://github.com/apache/arrow-java/issues/891): Add ExtensionTypeWriterFactory to TransferPair by [@​jhrotko](https://github.com/jhrotko) in [#​892](https://github.com/apache/arrow-java/pull/892) - [GH-948](https://github.com/apache/arrow-java/issues/948): Use buffer indexing for UUID vector by [@​jhrotko](https://github.com/jhrotko) in [#​949](https://github.com/apache/arrow-java/pull/949) - [GH-139](https://github.com/apache/arrow-java/issues/139): \[Flight] Stop return null from MetadataAdapter.getAll(String) and getAllByte(String) by [@​axreldable](https://github.com/axreldable) in [#​1016](https://github.com/apache/arrow-java/pull/1016) ##### New Features and Enhancements - [GH-52](https://github.com/apache/arrow-java/issues/52): Make RangeEqualsVisitor of RunEndEncodedVector more efficient by [@​ViggoC](https://github.com/ViggoC) in [#​761](https://github.com/apache/arrow-java/pull/761) - [GH-765](https://github.com/apache/arrow-java/issues/765): Do not close/free imported BaseStruct objects by [@​pepijnve](https://github.com/pepijnve) in [#​766](https://github.com/apache/arrow-java/pull/766) - [GH-79](https://github.com/apache/arrow-java/issues/79): Move `splitAndTransferValidityBuffer` to `BaseValueVector` by [@​rtadepalli](https://github.com/rtadepalli) in [#​777](https://github.com/apache/arrow-java/pull/777) - [GH-731](https://github.com/apache/arrow-java/issues/731): Avro adapter, output dictionary-encoded fields as enums by [@​martin-traverse](https://github.com/martin-traverse) in [#​779](https://github.com/apache/arrow-java/pull/779) - [GH-725](https://github.com/apache/arrow-java/issues/725): Added ExtensionReader by [@​xxlaykxx](https://github.com/xxlaykxx) in [#​726](https://github.com/apache/arrow-java/pull/726) - [GH-882](https://github.com/apache/arrow-java/issues/882): Add support for loading native library from a user specified location by [@​pepijnve](https://github.com/pepijnve) in [#​883](https://github.com/apache/arrow-java/pull/883) - [GH-109](https://github.com/apache/arrow-java/issues/109): Implement Vector Validators for StringView by [@​ViggoC](https://github.com/ViggoC) in [#​886](https://github.com/apache/arrow-java/pull/886) - [GH-900](https://github.com/apache/arrow-java/issues/900): Fix gandiva groupId in arrow-bom by [@​XN137](https://github.com/XN137) in [#​901](https://github.com/apache/arrow-java/pull/901) - [GH-762](https://github.com/apache/arrow-java/issues/762): Implement VectorAppender for RunEndEncodedVector by [@​ViggoC](https://github.com/ViggoC) in [#​884](https://github.com/apache/arrow-java/pull/884) - [GH-825](https://github.com/apache/arrow-java/issues/825): Add UUID canonical extension type by [@​jhrotko](https://github.com/jhrotko) in [#​903](https://github.com/apache/arrow-java/pull/903) - [GH-110](https://github.com/apache/arrow-java/issues/110): Flight SQL JDBC related StringView components implementation by [@​ViggoC](https://github.com/ViggoC) in [#​905](https://github.com/apache/arrow-java/pull/905) - [GH-863](https://github.com/apache/arrow-java/issues/863): \[JDBC] Suppress benign exceptions from gRPC layer on ArrowFlightSqlClientHandler#close by [@​ennuite](https://github.com/ennuite) in [#​910](https://github.com/apache/arrow-java/pull/910) - [GH-929](https://github.com/apache/arrow-java/issues/929): Add UUID support in JDBC driver by [@​xborder](https://github.com/xborder) in [#​930](https://github.com/apache/arrow-java/pull/930) - [GH-952](https://github.com/apache/arrow-java/issues/952): Add OAuth support by [@​xborder](https://github.com/xborder) in [#​953](https://github.com/apache/arrow-java/pull/953) - [GH-946](https://github.com/apache/arrow-java/issues/946): Add Variant extension type support by [@​tmater](https://github.com/tmater) in [#​947](https://github.com/apache/arrow-java/pull/947) - [GH-130](https://github.com/apache/arrow-java/issues/130): Fix AutoCloseables to work with [@​Nullable](https://github.com/Nullable) structures by [@​axreldable](https://github.com/axreldable) in [#​1017](https://github.com/apache/arrow-java/pull/1017) - [GH-1038](https://github.com/apache/arrow-java/issues/1038): Trim object memory for ArrowBuf by [@​lriggs](https://github.com/lriggs) in [#​1044](https://github.com/apache/arrow-java/pull/1044) - [GH-1061](https://github.com/apache/arrow-java/issues/1061): Add codegen classifier jar for arrow-vector. by [@​lriggs](https://github.com/lriggs) in [#​1062](https://github.com/apache/arrow-java/pull/1062) - [GH-301](https://github.com/apache/arrow-java/issues/301): \[Vector] Allow adding a vector at the end of VectorSchemaRoot by [@​axreldable](https://github.com/axreldable) in [#​1013](https://github.com/apache/arrow-java/pull/1013) - [GH-552](https://github.com/apache/arrow-java/issues/552): \[Vector] Add absent methods to the UnionFixedSizeListWriter by [@​axreldable](https://github.com/axreldable) in [#​1052](https://github.com/apache/arrow-java/pull/1052) ##### Bug Fixes - MINOR: add missing SOURCE\_DIR in dev/release/release.sh by [@​wgtmac](https://github.com/wgtmac) in [#​755](https://github.com/apache/arrow-java/pull/755) - MINOR: Empty stream double check by [@​adampolomski](https://github.com/adampolomski) in [#​742](https://github.com/apache/arrow-java/pull/742) - [GH-759](https://github.com/apache/arrow-java/issues/759): Get length of byte\[] in TryCopyLastError by [@​hnwyllmm](https://github.com/hnwyllmm) in [#​760](https://github.com/apache/arrow-java/pull/760) - [GH-899](https://github.com/apache/arrow-java/issues/899): \[Dataset] Initialize compute module by [@​lidavidm](https://github.com/lidavidm) in [#​893](https://github.com/apache/arrow-java/pull/893) - [GH-399](https://github.com/apache/arrow-java/issues/399): Check for null writers in DenseUnionWriter#setPosition by [@​Kaustav-Sarkar](https://github.com/Kaustav-Sarkar) in [#​938](https://github.com/apache/arrow-java/pull/938) - [GH-942](https://github.com/apache/arrow-java/issues/942): Fix JDBC Connection.setCatalog() by [@​eickler](https://github.com/eickler) in [#​943](https://github.com/apache/arrow-java/pull/943) - [GH-951](https://github.com/apache/arrow-java/issues/951): Fix CI completely, especially JNI on Windows 2022 and MacOS platforms by [@​jbonofre](https://github.com/jbonofre) in [#​925](https://github.com/apache/arrow-java/pull/925) - MINOR: Add private constructor to UuidType singleton by [@​tmater](https://github.com/tmater) in [#​945](https://github.com/apache/arrow-java/pull/945) - [GH-964](https://github.com/apache/arrow-java/issues/964): Fix IndexOutOfBoundsException in Array.getResultSet() for JDBC clients by [@​xborder](https://github.com/xborder) in [#​965](https://github.com/apache/arrow-java/pull/965) - [GH-932](https://github.com/apache/arrow-java/issues/932): \[JDBC] Fix memory leak on Connection#close due to unclosed Statement(s) by [@​ennuite](https://github.com/ennuite) in [#​933](https://github.com/apache/arrow-java/pull/933) - [GH-125](https://github.com/apache/arrow-java/issues/125): Allow null timestamp holder sans timezone by [@​Kaustav-Sarkar](https://github.com/Kaustav-Sarkar) in [#​941](https://github.com/apache/arrow-java/pull/941) - [GH-343](https://github.com/apache/arrow-java/issues/343): Fix ListVector offset buffer not properly serialized for nested empty arrays by [@​Yicong-Huang](https://github.com/Yicong-Huang) in [#​967](https://github.com/apache/arrow-java/pull/967) - [GH-990](https://github.com/apache/arrow-java/issues/990): \[JDBC] Fix memory leak on Connection#close due to unclosed ResultSet(s) by [@​ennuite](https://github.com/ennuite) in [#​991](https://github.com/apache/arrow-java/pull/991) - [GH-993](https://github.com/apache/arrow-java/issues/993): Fix missing pipe in milestone assignment script by [@​tmater](https://github.com/tmater) in [#​992](https://github.com/apache/arrow-java/pull/992) - [GH-470](https://github.com/apache/arrow-java/issues/470): \[Vector] Fix ListViewVector.getElementEndIndex(index) method by [@​axreldable](https://github.com/axreldable) in [#​1019](https://github.com/apache/arrow-java/pull/1019) - [GH-1007](https://github.com/apache/arrow-java/issues/1007): fix: does not break class loading if direct buffer allocator is not available by [@​torito](https://github.com/torito) in [#​1008](https://github.com/apache/arrow-java/pull/1008) - [GH-994](https://github.com/apache/arrow-java/issues/994): Fix DatabaseMetaData NPEs when SqlInfo is unavailable by [@​ennuite](https://github.com/ennuite) in [#​995](https://github.com/apache/arrow-java/pull/995) - [GH-1004](https://github.com/apache/arrow-java/issues/1004): \[JDBC] Fix NPE in ArrowFlightJdbcDriver#connect(final String url, final Properties info) by [@​ennuite](https://github.com/ennuite) in [#​1005](https://github.com/apache/arrow-java/pull/1005) - [GH-343](https://github.com/apache/arrow-java/issues/343): Fix BaseVariableWidthVector and BaseLargeVariableWidthVector offset buffer serialization by [@​Yicong-Huang](https://github.com/Yicong-Huang) in [#​989](https://github.com/apache/arrow-java/pull/989) ##### Other Changes - MINOR: Bump checker.framework.version from 3.49.2 to 3.49.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​752](https://github.com/apache/arrow-java/pull/752) - MINOR: Bump com.google.api.grpc:proto-google-common-protos from 2.54.1 to 2.56.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​750](https://github.com/apache/arrow-java/pull/750) - MINOR: Bump com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​747](https://github.com/apache/arrow-java/pull/747) - MINOR: Bump version to 19.0.0-SNAPSHOT by [@​wgtmac](https://github.com/wgtmac) in [#​754](https://github.com/apache/arrow-java/pull/754) - [GH-768](https://github.com/apache/arrow-java/issues/768): Use apache/arrow-js for JS in integration test by [@​kou](https://github.com/kou) in [#​769](https://github.com/apache/arrow-java/pull/769) - [GH-770](https://github.com/apache/arrow-java/issues/770): Ensure updating Homebrew Python on macos-13 by [@​kou](https://github.com/kou) in [#​771](https://github.com/apache/arrow-java/pull/771) - [GH-70](https://github.com/apache/arrow-java/issues/70): Move from `hamcrest` to `assertj` in `flight-sql` by [@​rtadepalli](https://github.com/rtadepalli) in [#​772](https://github.com/apache/arrow-java/pull/772) - MINOR: Add missing permission to milestone assignment bot by [@​lidavidm](https://github.com/lidavidm) in [#​673](https://github.com/apache/arrow-java/pull/673) - MINOR: Bump com.gradle:common-custom-user-data-maven-extension from 2.0.1 to 2.0.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​785](https://github.com/apache/arrow-java/pull/785) - MINOR: Bump io.grpc:grpc-bom from 1.71.0 to 1.73.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​781](https://github.com/apache/arrow-java/pull/781) - MINOR: Fix format by [@​lidavidm](https://github.com/lidavidm) in [#​809](https://github.com/apache/arrow-java/pull/809) - [GH-804](https://github.com/apache/arrow-java/issues/804): Prepend JDBC FlightSQL version to user agent by [@​xborder](https://github.com/xborder) in [#​806](https://github.com/apache/arrow-java/pull/806) - MINOR: \[CI] Bump actions/cache from 4.2.3 to 4.2.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​813](https://github.com/apache/arrow-java/pull/813) - MINOR: \[CI] Bump docker/login-action from 3.4.0 to 3.5.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​814](https://github.com/apache/arrow-java/pull/814) - MINOR: \[CI] Bump actions/download-artifact from 4.3.0 to 5.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​815](https://github.com/apache/arrow-java/pull/815) - [GH-816](https://github.com/apache/arrow-java/issues/816): Presize JsonStringArrayList vector results by [@​schlosna](https://github.com/schlosna) in [#​817](https://github.com/apache/arrow-java/pull/817) - [GH-797](https://github.com/apache/arrow-java/issues/797): \[JDBC] Fix PreparedStatement#execute for DML/DDL by [@​ennuite](https://github.com/ennuite) in [#​811](https://github.com/apache/arrow-java/pull/811) - [GH-841](https://github.com/apache/arrow-java/issues/841): Use apache/arrow-dotnet for integration test by [@​kou](https://github.com/kou) in [#​842](https://github.com/apache/arrow-java/pull/842) - MINOR: \[CI] Bump actions/setup-java from 4.6.0 to 5.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​847](https://github.com/apache/arrow-java/pull/847) - MINOR: \[CI] Bump actions/setup-python from 5 to 6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​843](https://github.com/apache/arrow-java/pull/843) - MINOR: \[CI] Bump actions/github-script from 7.0.1 to 8.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​844](https://github.com/apache/arrow-java/pull/844) - [GH-858](https://github.com/apache/arrow-java/issues/858): Fix error handling in CompositeJdbcConsumer by [@​aiguofer](https://github.com/aiguofer) in [#​857](https://github.com/apache/arrow-java/pull/857) - [GH-859](https://github.com/apache/arrow-java/issues/859): Fix ARROW\_STRUCT\_CONFLICT\_POLICY env var by [@​wForget](https://github.com/wForget) in [#​860](https://github.com/apache/arrow-java/pull/860) - [GH-836](https://github.com/apache/arrow-java/issues/836): Added support of ExtensionType for ComplexCopier by [@​xxlaykxx](https://github.com/xxlaykxx) in [#​837](https://github.com/apache/arrow-java/pull/837) - [GH-848](https://github.com/apache/arrow-java/issues/848): TypedValue should be treated as Nullable in bind function in AvaticaParameterBinder by [@​XenoAmess](https://github.com/XenoAmess) in [#​849](https://github.com/apache/arrow-java/pull/849) - fix: issue with class names in arrow-c jni calls by [@​milenkovicm](https://github.com/milenkovicm) in [#​867](https://github.com/apache/arrow-java/pull/867) - [GH-839](https://github.com/apache/arrow-java/issues/839): Fix support for ResultSet.getObject for TIMESTAMP\_WITH\_TIMEZONE by [@​aiguofer](https://github.com/aiguofer) in [#​840](https://github.com/apache/arrow-java/pull/840) - [GH-880](https://github.com/apache/arrow-java/issues/880): \[CI] Fix syntax error in `dev_pr.yml` by [@​kou](https://github.com/kou) in [#​881](https://github.com/apache/arrow-java/pull/881) - [GH-592](https://github.com/apache/arrow-java/issues/592): \[Release] Use relative path in .sha\* by [@​kou](https://github.com/kou) in [#​879](https://github.com/apache/arrow-java/pull/879) - MINOR: \[CI] Bump docker/login-action from 3.5.0 to 3.6.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​870](https://github.com/apache/arrow-java/pull/870) - [GH-898](https://github.com/apache/arrow-java/issues/898): Upgrade to Apache POM 35 and identify fixes needed to have CI happy by [@​jbonofre](https://github.com/jbonofre) in [#​865](https://github.com/apache/arrow-java/pull/865) - MINOR: Bump io.netty:netty-bom from 4.1.119.Final to 4.1.127.Final by [@​SirOibaf](https://github.com/SirOibaf) in [#​855](https://github.com/apache/arrow-java/pull/855) - MINOR: Bump logback.version from 1.5.18 to 1.5.20 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​897](https://github.com/apache/arrow-java/pull/897) - MINOR: Bump com.github.luben:zstd-jni from 1.5.7-2 to 1.5.7-6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​896](https://github.com/apache/arrow-java/pull/896) - MINOR: \[CI] Bump actions/download-artifact from 5.0.0 to 6.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​895](https://github.com/apache/arrow-java/pull/895) - MINOR: Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​871](https://github.com/apache/arrow-java/pull/871) - MINOR: \[CI] Bump actions/checkout from 4 to 5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​820](https://github.com/apache/arrow-java/pull/820) - MINOR: \[CI] Bump actions/upload-artifact from 4.6.2 to 5.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​894](https://github.com/apache/arrow-java/pull/894) - MINOR: Bump checker.framework.version from 3.49.3 to 3.49.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​800](https://github.com/apache/arrow-java/pull/800) - MINOR: Bump error\_prone\_core.version from 2.37.0 to 2.42.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​749](https://github.com/apache/arrow-java/pull/749) - MINOR: Bump org.apache.orc:orc-core from 2.1.1 to 2.2.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​874](https://github.com/apache/arrow-java/pull/874) - MINOR: Bump com.google.protobuf:protobuf-bom from 4.30.2 to 4.33.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​888](https://github.com/apache/arrow-java/pull/888) - MINOR: \[CI] Bump actions/checkout from 5 to 6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​911](https://github.com/apache/arrow-java/pull/911) - MINOR: Bump org.codehaus.mojo:versions-maven-plugin from 2.18.0 to 2.20.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​912](https://github.com/apache/arrow-java/pull/912) - MINOR: Bump org.bouncycastle:bcpkix-jdk18on from 1.80 to 1.82 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​919](https://github.com/apache/arrow-java/pull/919) - MINOR: Bump org.apache.drill.tools:drill-fmpp-maven-plugin from 1.21.2 to 1.22.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​918](https://github.com/apache/arrow-java/pull/918) - MINOR: Bump dep.hadoop.version from 3.4.1 to 3.4.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​915](https://github.com/apache/arrow-java/pull/915) - MINOR: \[CI] Bump actions/upload-artifact from 5.0.0 to 6.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​934](https://github.com/apache/arrow-java/pull/934) - MINOR: \[CI] Bump actions/download-artifact from 6.0.0 to 7.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​935](https://github.com/apache/arrow-java/pull/935) - MINOR: \[CI] Bump actions/cache from 4 to 5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​936](https://github.com/apache/arrow-java/pull/936) - MINOR: Update macos amd64 runner by [@​lidavidm](https://github.com/lidavidm) in [#​940](https://github.com/apache/arrow-java/pull/940) - MINOR: Bump checker.framework.version from 3.52.0 to 3.52.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​927](https://github.com/apache/arrow-java/pull/927) - MINOR: Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​924](https://github.com/apache/arrow-java/pull/924) - MINOR: Bump org.immutables:value from 2.10.1 to 2.11.7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​922](https://github.com/apache/arrow-java/pull/922) - MINOR: Bump com.google.api.grpc:proto-google-common-protos from 2.56.0 to 2.63.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​920](https://github.com/apache/arrow-java/pull/920) - MINOR: Bump io.netty:netty-bom from 4.1.119.Final to 4.2.7.Final by [@​dependabot](https://github.com/dependabot)\[bot] in [#​887](https://github.com/apache/arrow-java/pull/887) - MINOR: Bump parquet.version from 1.15.2 to 1.16.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​913](https://github.com/apache/arrow-java/pull/913) - MINOR: Bump org.immutables:value-annotations from 2.10.1 to 2.11.7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​917](https://github.com/apache/arrow-java/pull/917) - MINOR: Bump logback.version from 1.5.21 to 1.5.24 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​962](https://github.com/apache/arrow-java/pull/962) - MINOR: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.6.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​959](https://github.com/apache/arrow-java/pull/959) - MINOR: Bump org.apache.commons:commons-text from 1.13.1 to 1.15.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​956](https://github.com/apache/arrow-java/pull/956) - MINOR: Bump io.grpc:grpc-bom from 1.73.0 to 1.78.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​958](https://github.com/apache/arrow-java/pull/958) - MINOR: Bump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​960](https://github.com/apache/arrow-java/pull/960) - MINOR: Bump org.apache.avro:avro from 1.12.0 to 1.12.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​955](https://github.com/apache/arrow-java/pull/955) - MINOR: Bump org.bouncycastle:bcpkix-jdk18on from 1.82 to 1.83 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​969](https://github.com/apache/arrow-java/pull/969) - MINOR: Bump logback.version from 1.5.24 to 1.5.25 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​975](https://github.com/apache/arrow-java/pull/975) - MINOR: Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​973](https://github.com/apache/arrow-java/pull/973) - MINOR: Bump parquet.version from 1.16.0 to 1.17.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​968](https://github.com/apache/arrow-java/pull/968) - MINOR: Bump commons-io:commons-io from 2.19.0 to 2.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​974](https://github.com/apache/arrow-java/pull/974) - MINOR: Bump com.gradle:develocity-maven-extension from 2.0 to 2.3.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​976](https://github.com/apache/arrow-java/pull/976) - MINOR: Bump org.apache.orc:orc-core from 2.2.1 to 2.2.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​971](https://github.com/apache/arrow-java/pull/971) - MINOR: Bump org.apache.commons:commons-dbcp2 from 2.13.0 to 2.14.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​983](https://github.com/apache/arrow-java/pull/983) - MINOR: Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​985](https://github.com/apache/arrow-java/pull/985) - MINOR: Bump org.assertj:assertj-core from 3.27.3 to 3.27.7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​988](https://github.com/apache/arrow-java/pull/988) - MINOR: Bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​987](https://github.com/apache/arrow-java/pull/987) - MINOR: Bump logback.version from 1.5.25 to 1.5.26 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​981](https://github.com/apache/arrow-java/pull/981) - MINOR: Bump com.google.protobuf:protobuf-bom from 4.33.1 to 4.33.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​984](https://github.com/apache/arrow-java/pull/984) - [GH-1011](https://github.com/apache/arrow-java/issues/1011): \[Docs] Fix broken Java API reference links in documentation by [@​axreldable](https://github.com/axreldable) in [#​1012](https://github.com/apache/arrow-java/pull/1012) - [GH-141](https://github.com/apache/arrow-java/issues/141): Correct capacity behavior in BufferAllocator.buffer docstrings by [@​axreldable](https://github.com/axreldable) in [#​1010](https://github.com/apache/arrow-java/pull/1010) - [GH-1014](https://github.com/apache/arrow-java/issues/1014): \[Docs] Fix broken and obsolete links in the README.md by [@​axreldable](https://github.com/axreldable) in [#​1015](https://github.com/apache/arrow-java/pull/1015) - MINOR: \[Docs] Remove extra line in README.md (fix pre-commit) by [@​axreldable](https://github.com/axreldable) in [#​1018](https://github.com/apache/arrow-java/pull/1018) - [GH-1021](https://github.com/apache/arrow-java/issues/1021): Use released apache/arrow instead of main by [@​kou](https://github.com/kou) in [#​1022](https://github.com/apache/arrow-java/pull/1022) - MINOR: Bump org.mockito:mockito-bom from 5.17.0 to 5.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1000](https://github.com/apache/arrow-java/pull/1000) - MINOR: Bump com.gradle:develocity-maven-extension from 2.3.1 to 2.3.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1001](https://github.com/apache/arrow-java/pull/1001) - MINOR: Bump logback.version from 1.5.26 to 1.5.27 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​999](https://github.com/apache/arrow-java/pull/999) - MINOR: \[CI] Bump docker/login-action from 3.6.0 to 3.7.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​996](https://github.com/apache/arrow-java/pull/996) - MINOR: Bump commons-codec:commons-codec from 1.20.0 to 1.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​997](https://github.com/apache/arrow-java/pull/997) - MINOR: Fix minor issue with README by [@​paliwalashish](https://github.com/paliwalashish) in [#​1026](https://github.com/apache/arrow-java/pull/1026) - MINOR: Bump commons-cli:commons-cli from 1.9.0 to 1.11.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1028](https://github.com/apache/arrow-java/pull/1028) - MINOR: Bump org.codehaus.mojo:versions-maven-plugin from 2.20.0 to 2.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1029](https://github.com/apache/arrow-java/pull/1029) - MINOR: Bump com.google.api.grpc:proto-google-common-protos from 2.63.2 to 2.66.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1034](https://github.com/apache/arrow-java/pull/1034) - MINOR: \[CI] Bump actions/upload-artifact from 6.0.0 to 7.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1045](https://github.com/apache/arrow-java/pull/1045) - MINOR: Bump checker.framework.version from 3.53.0 to 3.53.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1046](https://github.com/apache/arrow-java/pull/1046) - MINOR: \[CI] Bump actions/download-artifact from 7.0.0 to 8.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1047](https://github.com/apache/arrow-java/pull/1047) - MINOR: Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1049](https://github.com/apache/arrow-java/pull/1049) - MINOR: Fix flaky TestBasicAuth memory leak by waiting for async buffer release by [@​jbonofre](https://github.com/jbonofre) in [#​1058](https://github.com/apache/arrow-java/pull/1058) - MINOR: Bump org.apache.orc:orc-core from 2.2.2 to 2.3.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1056](https://github.com/apache/arrow-java/pull/1056) - MINOR: \[CI] Increase JNI macOS job timeout from 45 to 60 minutes by [@​jbonofre](https://github.com/jbonofre) in [#​1060](https://github.com/apache/arrow-java/pull/1060) - MINOR: \[CI] Bump docker/login-action from 3.7.0 to 4.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1053](https://github.com/apache/arrow-java/pull/1053) - MINOR: Bump dep.hadoop.version from 3.4.2 to 3.4.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1055](https://github.com/apache/arrow-java/pull/1055) - MINOR: Bump io.grpc:grpc-bom from 1.78.0 to 1.79.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1048](https://github.com/apache/arrow-java/pull/1048) - MINOR: Bump com.gradle:common-custom-user-data-maven-extension from 2.0.3 to 2.1.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​998](https://github.com/apache/arrow-java/pull/998) - MINOR: Bump version to 19.0.0 by [@​jbonofre](https://github.com/jbonofre) in [#​1066](https://github.com/apache/arrow-java/pull/1066) #### New Contributors - [@​adampolomski](https://github.com/adampolomski) made their first contribution in [#​742](https://github.com/apache/arrow-java/pull/742) - [@​rtadepalli](https://github.com/rtadepalli) made their first contribution in [#​772](https://github.com/apache/arrow-java/pull/772) - [@​xborder](https://github.com/xborder) made their first contribution in [#​806](https://github.com/apache/arrow-java/pull/806) - [@​schlosna](https://github.com/schlosna) made their first contribution in [#​817](https://github.com/apache/arrow-java/pull/817) - [@​ennuite](https://github.com/ennuite) made their first contribution in [#​811](https://github.com/apache/arrow-java/pull/811) - [@​wForget](https://github.com/wForget) made their first contribution in [#​860](https://github.com/apache/arrow-java/pull/860) - [@​XenoAmess](https://github.com/XenoAmess) made their first contribution in [#​849](https://github.com/apache/arrow-java/pull/849) - [@​milenkovicm](https://github.com/milenkovicm) made their first contribution in [#​867](https://github.com/apache/arrow-java/pull/867) - [@​XN137](https://github.com/XN137) made their first contribution in [#​901](https://github.com/apache/arrow-java/pull/901) - [@​SirOibaf](https://github.com/SirOibaf) made their first contribution in [#​855](https://github.com/apache/arrow-java/pull/855) - [@​axreldable](https://github.com/axreldable) made their first contribution in [#​885](https://github.com/apache/arrow-java/pull/885) - [@​jhrotko](https://github.com/jhrotko) made their first contribution in [#​903](https://github.com/apache/arrow-java/pull/903) - [@​Kaustav-Sarkar](https://github.com/Kaustav-Sarkar) made their first contribution in [#​938](https://github.com/apache/arrow-java/pull/938) - [@​eickler](https://github.com/eickler) made their first contribution in [#​943](https://github.com/apache/arrow-java/pull/943) - [@​tmater](https://github.com/tmater) made their first contribution in [#​945](https://github.com/apache/arrow-java/pull/945) - [@​Yicong-Huang](https://github.com/Yicong-Huang) made their first contribution in [#​967](https://github.com/apache/arrow-java/pull/967) - [@​paliwalashish](https://github.com/paliwalashish) made their first contribution in [#​1026](https://github.com/apache/arrow-java/pull/1026) - [@​torito](https://github.com/torito) made their first contribution in [#​1008](https://github.com/apache/arrow-java/pull/1008) **Full Changelog**: <apache/arrow-java@v18.3.0...v19.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
kodiakhq bot
pushed a commit
that referenced
this pull request
Apr 1, 2026
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.apache.arrow:arrow-vector](https://arrow.apache.org/) ([source](https://github.com/apache/arrow-java)) | `18.3.0` → `19.0.0` |  |  | --- ### Release Notes <details> <summary>apache/arrow-java (org.apache.arrow:arrow-vector)</summary> ### [`v19.0.0`](https://github.com/apache/arrow-java/releases/tag/v19.0.0): Apache Arrow Java 19.0.0 <!-- Release notes generated using configuration in .github/release.yml at v19.0.0 --> #### What's Changed ##### Breaking Changes - [GH-774](https://github.com/apache/arrow-java/issues/774): Consoliate `BitVectorHelper.getValidityBufferSize` and `BaseValueVector.getValidityBufferSizeFromCount` by [@​rtadepalli](https://github.com/rtadepalli) in [#​775](https://github.com/apache/arrow-java/pull/775) - [GH-586](https://github.com/apache/arrow-java/issues/586): Override fixedSizeBinary method for UnionMapWriter by [@​axreldable](https://github.com/axreldable) in [#​885](https://github.com/apache/arrow-java/pull/885) - [GH-891](https://github.com/apache/arrow-java/issues/891): Add ExtensionTypeWriterFactory to TransferPair by [@​jhrotko](https://github.com/jhrotko) in [#​892](https://github.com/apache/arrow-java/pull/892) - [GH-948](https://github.com/apache/arrow-java/issues/948): Use buffer indexing for UUID vector by [@​jhrotko](https://github.com/jhrotko) in [#​949](https://github.com/apache/arrow-java/pull/949) - [GH-139](https://github.com/apache/arrow-java/issues/139): \[Flight] Stop return null from MetadataAdapter.getAll(String) and getAllByte(String) by [@​axreldable](https://github.com/axreldable) in [#​1016](https://github.com/apache/arrow-java/pull/1016) ##### New Features and Enhancements - [GH-52](https://github.com/apache/arrow-java/issues/52): Make RangeEqualsVisitor of RunEndEncodedVector more efficient by [@​ViggoC](https://github.com/ViggoC) in [#​761](https://github.com/apache/arrow-java/pull/761) - [GH-765](https://github.com/apache/arrow-java/issues/765): Do not close/free imported BaseStruct objects by [@​pepijnve](https://github.com/pepijnve) in [#​766](https://github.com/apache/arrow-java/pull/766) - [GH-79](https://github.com/apache/arrow-java/issues/79): Move `splitAndTransferValidityBuffer` to `BaseValueVector` by [@​rtadepalli](https://github.com/rtadepalli) in [#​777](https://github.com/apache/arrow-java/pull/777) - [GH-731](https://github.com/apache/arrow-java/issues/731): Avro adapter, output dictionary-encoded fields as enums by [@​martin-traverse](https://github.com/martin-traverse) in [#​779](https://github.com/apache/arrow-java/pull/779) - [GH-725](https://github.com/apache/arrow-java/issues/725): Added ExtensionReader by [@​xxlaykxx](https://github.com/xxlaykxx) in [#​726](https://github.com/apache/arrow-java/pull/726) - [GH-882](https://github.com/apache/arrow-java/issues/882): Add support for loading native library from a user specified location by [@​pepijnve](https://github.com/pepijnve) in [#​883](https://github.com/apache/arrow-java/pull/883) - [GH-109](https://github.com/apache/arrow-java/issues/109): Implement Vector Validators for StringView by [@​ViggoC](https://github.com/ViggoC) in [#​886](https://github.com/apache/arrow-java/pull/886) - [GH-900](https://github.com/apache/arrow-java/issues/900): Fix gandiva groupId in arrow-bom by [@​XN137](https://github.com/XN137) in [#​901](https://github.com/apache/arrow-java/pull/901) - [GH-762](https://github.com/apache/arrow-java/issues/762): Implement VectorAppender for RunEndEncodedVector by [@​ViggoC](https://github.com/ViggoC) in [#​884](https://github.com/apache/arrow-java/pull/884) - [GH-825](https://github.com/apache/arrow-java/issues/825): Add UUID canonical extension type by [@​jhrotko](https://github.com/jhrotko) in [#​903](https://github.com/apache/arrow-java/pull/903) - [GH-110](https://github.com/apache/arrow-java/issues/110): Flight SQL JDBC related StringView components implementation by [@​ViggoC](https://github.com/ViggoC) in [#​905](https://github.com/apache/arrow-java/pull/905) - [GH-863](https://github.com/apache/arrow-java/issues/863): \[JDBC] Suppress benign exceptions from gRPC layer on ArrowFlightSqlClientHandler#close by [@​ennuite](https://github.com/ennuite) in [#​910](https://github.com/apache/arrow-java/pull/910) - [GH-929](https://github.com/apache/arrow-java/issues/929): Add UUID support in JDBC driver by [@​xborder](https://github.com/xborder) in [#​930](https://github.com/apache/arrow-java/pull/930) - [GH-952](https://github.com/apache/arrow-java/issues/952): Add OAuth support by [@​xborder](https://github.com/xborder) in [#​953](https://github.com/apache/arrow-java/pull/953) - [GH-946](https://github.com/apache/arrow-java/issues/946): Add Variant extension type support by [@​tmater](https://github.com/tmater) in [#​947](https://github.com/apache/arrow-java/pull/947) - [GH-130](https://github.com/apache/arrow-java/issues/130): Fix AutoCloseables to work with [@​Nullable](https://github.com/Nullable) structures by [@​axreldable](https://github.com/axreldable) in [#​1017](https://github.com/apache/arrow-java/pull/1017) - [GH-1038](https://github.com/apache/arrow-java/issues/1038): Trim object memory for ArrowBuf by [@​lriggs](https://github.com/lriggs) in [#​1044](https://github.com/apache/arrow-java/pull/1044) - [GH-1061](https://github.com/apache/arrow-java/issues/1061): Add codegen classifier jar for arrow-vector. by [@​lriggs](https://github.com/lriggs) in [#​1062](https://github.com/apache/arrow-java/pull/1062) - [GH-301](https://github.com/apache/arrow-java/issues/301): \[Vector] Allow adding a vector at the end of VectorSchemaRoot by [@​axreldable](https://github.com/axreldable) in [#​1013](https://github.com/apache/arrow-java/pull/1013) - [GH-552](https://github.com/apache/arrow-java/issues/552): \[Vector] Add absent methods to the UnionFixedSizeListWriter by [@​axreldable](https://github.com/axreldable) in [#​1052](https://github.com/apache/arrow-java/pull/1052) ##### Bug Fixes - MINOR: add missing SOURCE\_DIR in dev/release/release.sh by [@​wgtmac](https://github.com/wgtmac) in [#​755](https://github.com/apache/arrow-java/pull/755) - MINOR: Empty stream double check by [@​adampolomski](https://github.com/adampolomski) in [#​742](https://github.com/apache/arrow-java/pull/742) - [GH-759](https://github.com/apache/arrow-java/issues/759): Get length of byte\[] in TryCopyLastError by [@​hnwyllmm](https://github.com/hnwyllmm) in [#​760](https://github.com/apache/arrow-java/pull/760) - [GH-899](https://github.com/apache/arrow-java/issues/899): \[Dataset] Initialize compute module by [@​lidavidm](https://github.com/lidavidm) in [#​893](https://github.com/apache/arrow-java/pull/893) - [GH-399](https://github.com/apache/arrow-java/issues/399): Check for null writers in DenseUnionWriter#setPosition by [@​Kaustav-Sarkar](https://github.com/Kaustav-Sarkar) in [#​938](https://github.com/apache/arrow-java/pull/938) - [GH-942](https://github.com/apache/arrow-java/issues/942): Fix JDBC Connection.setCatalog() by [@​eickler](https://github.com/eickler) in [#​943](https://github.com/apache/arrow-java/pull/943) - [GH-951](https://github.com/apache/arrow-java/issues/951): Fix CI completely, especially JNI on Windows 2022 and MacOS platforms by [@​jbonofre](https://github.com/jbonofre) in [#​925](https://github.com/apache/arrow-java/pull/925) - MINOR: Add private constructor to UuidType singleton by [@​tmater](https://github.com/tmater) in [#​945](https://github.com/apache/arrow-java/pull/945) - [GH-964](https://github.com/apache/arrow-java/issues/964): Fix IndexOutOfBoundsException in Array.getResultSet() for JDBC clients by [@​xborder](https://github.com/xborder) in [#​965](https://github.com/apache/arrow-java/pull/965) - [GH-932](https://github.com/apache/arrow-java/issues/932): \[JDBC] Fix memory leak on Connection#close due to unclosed Statement(s) by [@​ennuite](https://github.com/ennuite) in [#​933](https://github.com/apache/arrow-java/pull/933) - [GH-125](https://github.com/apache/arrow-java/issues/125): Allow null timestamp holder sans timezone by [@​Kaustav-Sarkar](https://github.com/Kaustav-Sarkar) in [#​941](https://github.com/apache/arrow-java/pull/941) - [GH-343](https://github.com/apache/arrow-java/issues/343): Fix ListVector offset buffer not properly serialized for nested empty arrays by [@​Yicong-Huang](https://github.com/Yicong-Huang) in [#​967](https://github.com/apache/arrow-java/pull/967) - [GH-990](https://github.com/apache/arrow-java/issues/990): \[JDBC] Fix memory leak on Connection#close due to unclosed ResultSet(s) by [@​ennuite](https://github.com/ennuite) in [#​991](https://github.com/apache/arrow-java/pull/991) - [GH-993](https://github.com/apache/arrow-java/issues/993): Fix missing pipe in milestone assignment script by [@​tmater](https://github.com/tmater) in [#​992](https://github.com/apache/arrow-java/pull/992) - [GH-470](https://github.com/apache/arrow-java/issues/470): \[Vector] Fix ListViewVector.getElementEndIndex(index) method by [@​axreldable](https://github.com/axreldable) in [#​1019](https://github.com/apache/arrow-java/pull/1019) - [GH-1007](https://github.com/apache/arrow-java/issues/1007): fix: does not break class loading if direct buffer allocator is not available by [@​torito](https://github.com/torito) in [#​1008](https://github.com/apache/arrow-java/pull/1008) - [GH-994](https://github.com/apache/arrow-java/issues/994): Fix DatabaseMetaData NPEs when SqlInfo is unavailable by [@​ennuite](https://github.com/ennuite) in [#​995](https://github.com/apache/arrow-java/pull/995) - [GH-1004](https://github.com/apache/arrow-java/issues/1004): \[JDBC] Fix NPE in ArrowFlightJdbcDriver#connect(final String url, final Properties info) by [@​ennuite](https://github.com/ennuite) in [#​1005](https://github.com/apache/arrow-java/pull/1005) - [GH-343](https://github.com/apache/arrow-java/issues/343): Fix BaseVariableWidthVector and BaseLargeVariableWidthVector offset buffer serialization by [@​Yicong-Huang](https://github.com/Yicong-Huang) in [#​989](https://github.com/apache/arrow-java/pull/989) ##### Other Changes - MINOR: Bump checker.framework.version from 3.49.2 to 3.49.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​752](https://github.com/apache/arrow-java/pull/752) - MINOR: Bump com.google.api.grpc:proto-google-common-protos from 2.54.1 to 2.56.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​750](https://github.com/apache/arrow-java/pull/750) - MINOR: Bump com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​747](https://github.com/apache/arrow-java/pull/747) - MINOR: Bump version to 19.0.0-SNAPSHOT by [@​wgtmac](https://github.com/wgtmac) in [#​754](https://github.com/apache/arrow-java/pull/754) - [GH-768](https://github.com/apache/arrow-java/issues/768): Use apache/arrow-js for JS in integration test by [@​kou](https://github.com/kou) in [#​769](https://github.com/apache/arrow-java/pull/769) - [GH-770](https://github.com/apache/arrow-java/issues/770): Ensure updating Homebrew Python on macos-13 by [@​kou](https://github.com/kou) in [#​771](https://github.com/apache/arrow-java/pull/771) - [GH-70](https://github.com/apache/arrow-java/issues/70): Move from `hamcrest` to `assertj` in `flight-sql` by [@​rtadepalli](https://github.com/rtadepalli) in [#​772](https://github.com/apache/arrow-java/pull/772) - MINOR: Add missing permission to milestone assignment bot by [@​lidavidm](https://github.com/lidavidm) in [#​673](https://github.com/apache/arrow-java/pull/673) - MINOR: Bump com.gradle:common-custom-user-data-maven-extension from 2.0.1 to 2.0.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​785](https://github.com/apache/arrow-java/pull/785) - MINOR: Bump io.grpc:grpc-bom from 1.71.0 to 1.73.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​781](https://github.com/apache/arrow-java/pull/781) - MINOR: Fix format by [@​lidavidm](https://github.com/lidavidm) in [#​809](https://github.com/apache/arrow-java/pull/809) - [GH-804](https://github.com/apache/arrow-java/issues/804): Prepend JDBC FlightSQL version to user agent by [@​xborder](https://github.com/xborder) in [#​806](https://github.com/apache/arrow-java/pull/806) - MINOR: \[CI] Bump actions/cache from 4.2.3 to 4.2.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​813](https://github.com/apache/arrow-java/pull/813) - MINOR: \[CI] Bump docker/login-action from 3.4.0 to 3.5.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​814](https://github.com/apache/arrow-java/pull/814) - MINOR: \[CI] Bump actions/download-artifact from 4.3.0 to 5.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​815](https://github.com/apache/arrow-java/pull/815) - [GH-816](https://github.com/apache/arrow-java/issues/816): Presize JsonStringArrayList vector results by [@​schlosna](https://github.com/schlosna) in [#​817](https://github.com/apache/arrow-java/pull/817) - [GH-797](https://github.com/apache/arrow-java/issues/797): \[JDBC] Fix PreparedStatement#execute for DML/DDL by [@​ennuite](https://github.com/ennuite) in [#​811](https://github.com/apache/arrow-java/pull/811) - [GH-841](https://github.com/apache/arrow-java/issues/841): Use apache/arrow-dotnet for integration test by [@​kou](https://github.com/kou) in [#​842](https://github.com/apache/arrow-java/pull/842) - MINOR: \[CI] Bump actions/setup-java from 4.6.0 to 5.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​847](https://github.com/apache/arrow-java/pull/847) - MINOR: \[CI] Bump actions/setup-python from 5 to 6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​843](https://github.com/apache/arrow-java/pull/843) - MINOR: \[CI] Bump actions/github-script from 7.0.1 to 8.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​844](https://github.com/apache/arrow-java/pull/844) - [GH-858](https://github.com/apache/arrow-java/issues/858): Fix error handling in CompositeJdbcConsumer by [@​aiguofer](https://github.com/aiguofer) in [#​857](https://github.com/apache/arrow-java/pull/857) - [GH-859](https://github.com/apache/arrow-java/issues/859): Fix ARROW\_STRUCT\_CONFLICT\_POLICY env var by [@​wForget](https://github.com/wForget) in [#​860](https://github.com/apache/arrow-java/pull/860) - [GH-836](https://github.com/apache/arrow-java/issues/836): Added support of ExtensionType for ComplexCopier by [@​xxlaykxx](https://github.com/xxlaykxx) in [#​837](https://github.com/apache/arrow-java/pull/837) - [GH-848](https://github.com/apache/arrow-java/issues/848): TypedValue should be treated as Nullable in bind function in AvaticaParameterBinder by [@​XenoAmess](https://github.com/XenoAmess) in [#​849](https://github.com/apache/arrow-java/pull/849) - fix: issue with class names in arrow-c jni calls by [@​milenkovicm](https://github.com/milenkovicm) in [#​867](https://github.com/apache/arrow-java/pull/867) - [GH-839](https://github.com/apache/arrow-java/issues/839): Fix support for ResultSet.getObject for TIMESTAMP\_WITH\_TIMEZONE by [@​aiguofer](https://github.com/aiguofer) in [#​840](https://github.com/apache/arrow-java/pull/840) - [GH-880](https://github.com/apache/arrow-java/issues/880): \[CI] Fix syntax error in `dev_pr.yml` by [@​kou](https://github.com/kou) in [#​881](https://github.com/apache/arrow-java/pull/881) - [GH-592](https://github.com/apache/arrow-java/issues/592): \[Release] Use relative path in .sha\* by [@​kou](https://github.com/kou) in [#​879](https://github.com/apache/arrow-java/pull/879) - MINOR: \[CI] Bump docker/login-action from 3.5.0 to 3.6.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​870](https://github.com/apache/arrow-java/pull/870) - [GH-898](https://github.com/apache/arrow-java/issues/898): Upgrade to Apache POM 35 and identify fixes needed to have CI happy by [@​jbonofre](https://github.com/jbonofre) in [#​865](https://github.com/apache/arrow-java/pull/865) - MINOR: Bump io.netty:netty-bom from 4.1.119.Final to 4.1.127.Final by [@​SirOibaf](https://github.com/SirOibaf) in [#​855](https://github.com/apache/arrow-java/pull/855) - MINOR: Bump logback.version from 1.5.18 to 1.5.20 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​897](https://github.com/apache/arrow-java/pull/897) - MINOR: Bump com.github.luben:zstd-jni from 1.5.7-2 to 1.5.7-6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​896](https://github.com/apache/arrow-java/pull/896) - MINOR: \[CI] Bump actions/download-artifact from 5.0.0 to 6.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​895](https://github.com/apache/arrow-java/pull/895) - MINOR: Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​871](https://github.com/apache/arrow-java/pull/871) - MINOR: \[CI] Bump actions/checkout from 4 to 5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​820](https://github.com/apache/arrow-java/pull/820) - MINOR: \[CI] Bump actions/upload-artifact from 4.6.2 to 5.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​894](https://github.com/apache/arrow-java/pull/894) - MINOR: Bump checker.framework.version from 3.49.3 to 3.49.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​800](https://github.com/apache/arrow-java/pull/800) - MINOR: Bump error\_prone\_core.version from 2.37.0 to 2.42.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​749](https://github.com/apache/arrow-java/pull/749) - MINOR: Bump org.apache.orc:orc-core from 2.1.1 to 2.2.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​874](https://github.com/apache/arrow-java/pull/874) - MINOR: Bump com.google.protobuf:protobuf-bom from 4.30.2 to 4.33.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​888](https://github.com/apache/arrow-java/pull/888) - MINOR: \[CI] Bump actions/checkout from 5 to 6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​911](https://github.com/apache/arrow-java/pull/911) - MINOR: Bump org.codehaus.mojo:versions-maven-plugin from 2.18.0 to 2.20.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​912](https://github.com/apache/arrow-java/pull/912) - MINOR: Bump org.bouncycastle:bcpkix-jdk18on from 1.80 to 1.82 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​919](https://github.com/apache/arrow-java/pull/919) - MINOR: Bump org.apache.drill.tools:drill-fmpp-maven-plugin from 1.21.2 to 1.22.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​918](https://github.com/apache/arrow-java/pull/918) - MINOR: Bump dep.hadoop.version from 3.4.1 to 3.4.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​915](https://github.com/apache/arrow-java/pull/915) - MINOR: \[CI] Bump actions/upload-artifact from 5.0.0 to 6.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​934](https://github.com/apache/arrow-java/pull/934) - MINOR: \[CI] Bump actions/download-artifact from 6.0.0 to 7.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​935](https://github.com/apache/arrow-java/pull/935) - MINOR: \[CI] Bump actions/cache from 4 to 5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​936](https://github.com/apache/arrow-java/pull/936) - MINOR: Update macos amd64 runner by [@​lidavidm](https://github.com/lidavidm) in [#​940](https://github.com/apache/arrow-java/pull/940) - MINOR: Bump checker.framework.version from 3.52.0 to 3.52.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​927](https://github.com/apache/arrow-java/pull/927) - MINOR: Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​924](https://github.com/apache/arrow-java/pull/924) - MINOR: Bump org.immutables:value from 2.10.1 to 2.11.7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​922](https://github.com/apache/arrow-java/pull/922) - MINOR: Bump com.google.api.grpc:proto-google-common-protos from 2.56.0 to 2.63.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​920](https://github.com/apache/arrow-java/pull/920) - MINOR: Bump io.netty:netty-bom from 4.1.119.Final to 4.2.7.Final by [@​dependabot](https://github.com/dependabot)\[bot] in [#​887](https://github.com/apache/arrow-java/pull/887) - MINOR: Bump parquet.version from 1.15.2 to 1.16.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​913](https://github.com/apache/arrow-java/pull/913) - MINOR: Bump org.immutables:value-annotations from 2.10.1 to 2.11.7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​917](https://github.com/apache/arrow-java/pull/917) - MINOR: Bump logback.version from 1.5.21 to 1.5.24 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​962](https://github.com/apache/arrow-java/pull/962) - MINOR: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.6.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​959](https://github.com/apache/arrow-java/pull/959) - MINOR: Bump org.apache.commons:commons-text from 1.13.1 to 1.15.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​956](https://github.com/apache/arrow-java/pull/956) - MINOR: Bump io.grpc:grpc-bom from 1.73.0 to 1.78.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​958](https://github.com/apache/arrow-java/pull/958) - MINOR: Bump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​960](https://github.com/apache/arrow-java/pull/960) - MINOR: Bump org.apache.avro:avro from 1.12.0 to 1.12.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​955](https://github.com/apache/arrow-java/pull/955) - MINOR: Bump org.bouncycastle:bcpkix-jdk18on from 1.82 to 1.83 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​969](https://github.com/apache/arrow-java/pull/969) - MINOR: Bump logback.version from 1.5.24 to 1.5.25 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​975](https://github.com/apache/arrow-java/pull/975) - MINOR: Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​973](https://github.com/apache/arrow-java/pull/973) - MINOR: Bump parquet.version from 1.16.0 to 1.17.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​968](https://github.com/apache/arrow-java/pull/968) - MINOR: Bump commons-io:commons-io from 2.19.0 to 2.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​974](https://github.com/apache/arrow-java/pull/974) - MINOR: Bump com.gradle:develocity-maven-extension from 2.0 to 2.3.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​976](https://github.com/apache/arrow-java/pull/976) - MINOR: Bump org.apache.orc:orc-core from 2.2.1 to 2.2.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​971](https://github.com/apache/arrow-java/pull/971) - MINOR: Bump org.apache.commons:commons-dbcp2 from 2.13.0 to 2.14.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​983](https://github.com/apache/arrow-java/pull/983) - MINOR: Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​985](https://github.com/apache/arrow-java/pull/985) - MINOR: Bump org.assertj:assertj-core from 3.27.3 to 3.27.7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​988](https://github.com/apache/arrow-java/pull/988) - MINOR: Bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​987](https://github.com/apache/arrow-java/pull/987) - MINOR: Bump logback.version from 1.5.25 to 1.5.26 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​981](https://github.com/apache/arrow-java/pull/981) - MINOR: Bump com.google.protobuf:protobuf-bom from 4.33.1 to 4.33.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​984](https://github.com/apache/arrow-java/pull/984) - [GH-1011](https://github.com/apache/arrow-java/issues/1011): \[Docs] Fix broken Java API reference links in documentation by [@​axreldable](https://github.com/axreldable) in [#​1012](https://github.com/apache/arrow-java/pull/1012) - [GH-141](https://github.com/apache/arrow-java/issues/141): Correct capacity behavior in BufferAllocator.buffer docstrings by [@​axreldable](https://github.com/axreldable) in [#​1010](https://github.com/apache/arrow-java/pull/1010) - [GH-1014](https://github.com/apache/arrow-java/issues/1014): \[Docs] Fix broken and obsolete links in the README.md by [@​axreldable](https://github.com/axreldable) in [#​1015](https://github.com/apache/arrow-java/pull/1015) - MINOR: \[Docs] Remove extra line in README.md (fix pre-commit) by [@​axreldable](https://github.com/axreldable) in [#​1018](https://github.com/apache/arrow-java/pull/1018) - [GH-1021](https://github.com/apache/arrow-java/issues/1021): Use released apache/arrow instead of main by [@​kou](https://github.com/kou) in [#​1022](https://github.com/apache/arrow-java/pull/1022) - MINOR: Bump org.mockito:mockito-bom from 5.17.0 to 5.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1000](https://github.com/apache/arrow-java/pull/1000) - MINOR: Bump com.gradle:develocity-maven-extension from 2.3.1 to 2.3.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1001](https://github.com/apache/arrow-java/pull/1001) - MINOR: Bump logback.version from 1.5.26 to 1.5.27 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​999](https://github.com/apache/arrow-java/pull/999) - MINOR: \[CI] Bump docker/login-action from 3.6.0 to 3.7.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​996](https://github.com/apache/arrow-java/pull/996) - MINOR: Bump commons-codec:commons-codec from 1.20.0 to 1.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​997](https://github.com/apache/arrow-java/pull/997) - MINOR: Fix minor issue with README by [@​paliwalashish](https://github.com/paliwalashish) in [#​1026](https://github.com/apache/arrow-java/pull/1026) - MINOR: Bump commons-cli:commons-cli from 1.9.0 to 1.11.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1028](https://github.com/apache/arrow-java/pull/1028) - MINOR: Bump org.codehaus.mojo:versions-maven-plugin from 2.20.0 to 2.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1029](https://github.com/apache/arrow-java/pull/1029) - MINOR: Bump com.google.api.grpc:proto-google-common-protos from 2.63.2 to 2.66.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1034](https://github.com/apache/arrow-java/pull/1034) - MINOR: \[CI] Bump actions/upload-artifact from 6.0.0 to 7.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1045](https://github.com/apache/arrow-java/pull/1045) - MINOR: Bump checker.framework.version from 3.53.0 to 3.53.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1046](https://github.com/apache/arrow-java/pull/1046) - MINOR: \[CI] Bump actions/download-artifact from 7.0.0 to 8.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1047](https://github.com/apache/arrow-java/pull/1047) - MINOR: Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1049](https://github.com/apache/arrow-java/pull/1049) - MINOR: Fix flaky TestBasicAuth memory leak by waiting for async buffer release by [@​jbonofre](https://github.com/jbonofre) in [#​1058](https://github.com/apache/arrow-java/pull/1058) - MINOR: Bump org.apache.orc:orc-core from 2.2.2 to 2.3.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1056](https://github.com/apache/arrow-java/pull/1056) - MINOR: \[CI] Increase JNI macOS job timeout from 45 to 60 minutes by [@​jbonofre](https://github.com/jbonofre) in [#​1060](https://github.com/apache/arrow-java/pull/1060) - MINOR: \[CI] Bump docker/login-action from 3.7.0 to 4.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1053](https://github.com/apache/arrow-java/pull/1053) - MINOR: Bump dep.hadoop.version from 3.4.2 to 3.4.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1055](https://github.com/apache/arrow-java/pull/1055) - MINOR: Bump io.grpc:grpc-bom from 1.78.0 to 1.79.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1048](https://github.com/apache/arrow-java/pull/1048) - MINOR: Bump com.gradle:common-custom-user-data-maven-extension from 2.0.3 to 2.1.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​998](https://github.com/apache/arrow-java/pull/998) - MINOR: Bump version to 19.0.0 by [@​jbonofre](https://github.com/jbonofre) in [#​1066](https://github.com/apache/arrow-java/pull/1066) #### New Contributors - [@​adampolomski](https://github.com/adampolomski) made their first contribution in [#​742](https://github.com/apache/arrow-java/pull/742) - [@​rtadepalli](https://github.com/rtadepalli) made their first contribution in [#​772](https://github.com/apache/arrow-java/pull/772) - [@​xborder](https://github.com/xborder) made their first contribution in [#​806](https://github.com/apache/arrow-java/pull/806) - [@​schlosna](https://github.com/schlosna) made their first contribution in [#​817](https://github.com/apache/arrow-java/pull/817) - [@​ennuite](https://github.com/ennuite) made their first contribution in [#​811](https://github.com/apache/arrow-java/pull/811) - [@​wForget](https://github.com/wForget) made their first contribution in [#​860](https://github.com/apache/arrow-java/pull/860) - [@​XenoAmess](https://github.com/XenoAmess) made their first contribution in [#​849](https://github.com/apache/arrow-java/pull/849) - [@​milenkovicm](https://github.com/milenkovicm) made their first contribution in [#​867](https://github.com/apache/arrow-java/pull/867) - [@​XN137](https://github.com/XN137) made their first contribution in [#​901](https://github.com/apache/arrow-java/pull/901) - [@​SirOibaf](https://github.com/SirOibaf) made their first contribution in [#​855](https://github.com/apache/arrow-java/pull/855) - [@​axreldable](https://github.com/axreldable) made their first contribution in [#​885](https://github.com/apache/arrow-java/pull/885) - [@​jhrotko](https://github.com/jhrotko) made their first contribution in [#​903](https://github.com/apache/arrow-java/pull/903) - [@​Kaustav-Sarkar](https://github.com/Kaustav-Sarkar) made their first contribution in [#​938](https://github.com/apache/arrow-java/pull/938) - [@​eickler](https://github.com/eickler) made their first contribution in [#​943](https://github.com/apache/arrow-java/pull/943) - [@​tmater](https://github.com/tmater) made their first contribution in [#​945](https://github.com/apache/arrow-java/pull/945) - [@​Yicong-Huang](https://github.com/Yicong-Huang) made their first contribution in [#​967](https://github.com/apache/arrow-java/pull/967) - [@​paliwalashish](https://github.com/paliwalashish) made their first contribution in [#​1026](https://github.com/apache/arrow-java/pull/1026) - [@​torito](https://github.com/torito) made their first contribution in [#​1008](https://github.com/apache/arrow-java/pull/1008) **Full Changelog**: <apache/arrow-java@v18.3.0...v19.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Beginning of #5.
Started implementing a MemDB plugin, but other things got in the way:
System.exit(exitCode)log4j2(couldn't find an easier way to support JSON logging)