chore: migrate java-bigquerystorage to monorepo#11954
Conversation
#2873) * chore: Update generation configuration at Sat Feb 22 02:22:00 UTC 2025 * chore: Update generation configuration at Sun Feb 23 02:26:41 UTC 2025 * chore: generate libraries at Sun Feb 23 02:27:13 UTC 2025 * chore: Update generation configuration at Mon Feb 24 02:26:46 UTC 2025
#2875) * chore: Update generation configuration at Tue Feb 25 02:25:50 UTC 2025 * chore: generate libraries at Tue Feb 25 02:26:22 UTC 2025
…v3.44.0 (#2879) Co-authored-by: Phong Chuong <147636638+PhongChuong@users.noreply.github.com>
Co-authored-by: Phong Chuong <147636638+PhongChuong@users.noreply.github.com>
* chore(main): release 3.11.4 * chore: generate libraries at Wed Feb 26 15:08:39 UTC 2025 --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
…-info-reports-plugin to v3.9.0 (#2884) Co-authored-by: Phong Chuong <147636638+PhongChuong@users.noreply.github.com>
…plugin to v3.1.4 (#2883) Co-authored-by: Phong Chuong <147636638+PhongChuong@users.noreply.github.com>
…storage to v3.11.4 (#2882) Co-authored-by: Phong Chuong <147636638+PhongChuong@users.noreply.github.com>
#2888) * chore: Update generation configuration at Fri Feb 28 02:26:17 UTC 2025 * chore: generate libraries at Fri Feb 28 02:26:47 UTC 2025
* chore(main): release 3.11.5-SNAPSHOT * chore: generate libraries at Fri Feb 28 15:01:06 UTC 2025 --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
…#2891) * chore: Update generation configuration at Sat Mar 1 02:28:14 UTC 2025 * chore: generate libraries at Sat Mar 1 02:28:43 UTC 2025 * chore: Update generation configuration at Mon Mar 3 02:26:59 UTC 2025
…#2893) * chore: Update generation configuration at Tue Mar 4 02:26:54 UTC 2025 * chore: generate libraries at Tue Mar 4 02:27:27 UTC 2025
…56.0 (#2892) Co-authored-by: Phong Chuong <147636638+PhongChuong@users.noreply.github.com>
…#2894) * chore: Update generation configuration at Wed Mar 5 02:26:33 UTC 2025 * chore: generate libraries at Wed Mar 5 02:27:08 UTC 2025
#2898) * chore: Update generation configuration at Sat Mar 8 02:13:04 UTC 2025 * chore: Update generation configuration at Tue Mar 11 02:27:12 UTC 2025
#2902) * chore: Update generation configuration at Wed Mar 12 02:26:51 UTC 2025 * chore: generate libraries at Wed Mar 12 02:27:25 UTC 2025
* chore: update workflow github token * chore: generate libraries at Thu Jan 22 20:22:02 UTC 2026 --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
#3181) * chore: Update generation configuration at Sat Jan 24 21:34:33 UTC 2026 * chore: generate libraries at Sat Jan 24 21:35:04 UTC 2026
* chore(main): release 3.19.2 * chore: generate libraries at Mon Jan 26 14:10:31 UTC 2026 --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore(main): release 3.20.0 * chore: generate libraries at Mon Jan 26 18:45:05 UTC 2026 --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…v3.56.1 (#3190) Co-authored-by: Jin Seop Kim <jinseop@google.com>
Merge pull request #3194 from googleapis/java-bigquerystorage
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
81da93b to
f053bad
Compare
1852bc2 to
0fff1f7
Compare
|
|
||
| env_vars: { | ||
| key: "INTEGRATION_TEST_ARGS" | ||
| value: "-Dit.test=!ITBigQueryWrite*RetryTest -Dsurefire.failIfNoSpecifiedTests=false -Dfailsafe.failIfNoSpecifiedTests=false" |
There was a problem hiding this comment.
This was explicitly written into the integration tests in java-bigquerystorage in build.sh
| <properties> | ||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | ||
| <project.protobuf-java.version>3.25.4</project.protobuf-java.version> |
There was a problem hiding this comment.
I think this can be removed. There is a separate protobuf version for samples module but we don't manage protobuf version for the bigquery storage client. Not in scope for this PR though. cc: @lqiu96
There was a problem hiding this comment.
IIRC, this version is used to generate some proto test files: https://github.com/googleapis/java-bigquerystorage/tree/c7d1a6a184425feea4db58fcbd8832944b9a4aca/google-cloud-bigquerystorage/src/test/proto and these are used in unit tests.
I believe some of them are with proto2 syntax. I don't recall the compatibility of latest protoc 4.x with proto2 syntax. I think we may will need to upgrade to proto3 syntax or editions to migrate this test protobuf version.
No description provided.