| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
* build: include arrow dependency suggested compiler flags This follows https://arrow.apache.org/docs/java/install.html, where we add the indicated `--add-opens` flag. This is meant to follow from googleapis/java-bigquery#3811 (comment) * fix: only activate on JDK 9+
* build: include arrow dependency suggested compiler flags This follows https://arrow.apache.org/docs/java/install.html, where we add the indicated `--add-opens` flag. This is meant to follow from googleapis/java-bigquery#3811 (comment) * fix: only activate on JDK 9+
🤖 I have created a release *beep* *boop* --- <details><summary>2.60.0</summary> ## [2.60.0](googleapis/sdk-platform-java@v2.59.2...v2.60.0) (2025-06-23) ### Features * handle auto pagination for BigQuery v2 ([#3829](googleapis/sdk-platform-java#3829)) ([ec00199](googleapis/sdk-platform-java@ec00199)) ### Dependencies * update google auth library dependencies to v1.37.1 ([#3846](googleapis/sdk-platform-java#3846)) ([f3f9385](googleapis/sdk-platform-java@f3f9385)) * update google http client dependencies to v1.47.1 ([#3848](googleapis/sdk-platform-java#3848)) ([420322f](googleapis/sdk-platform-java@420322f)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: rahul2393 <irahul@google.com>
| Back | FazBrowse Home | New Git URL |
Set default maxInboundMessageSize to 20MB, the amount recommended by the pubsub team.