We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protobuf has released v26.x+ which introduces a bunch of breaking changes for Protobuf-Java. Release notes for the version can be found at https://github.com/protocolbuffers/protobuf/releases/tag/v26.0
We have confirmed a few spots that must be updated:
TextFormat.shortDebugString
java-bigquerystorage/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta1/it/ITBigQueryStorageTest.java
Line 210 in 05ebe17
java-bigquerystorage/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta1/it/ITBigQueryStorageLongRunningTest.java
Line 105 in 05ebe17
A few other areas/ files need to be investigated regarding proto2 syntax:
See this doc for the full list of possible code to be migrated/ updated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Protobuf has released v26.x+ which introduces a bunch of breaking changes for Protobuf-Java. Release notes for the version can be found at https://github.com/protocolbuffers/protobuf/releases/tag/v26.0
We have confirmed a few spots that must be updated:
TextFormat.shortDebugString
injava-bigquerystorage/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta1/it/ITBigQueryStorageTest.java
Line 210 in 05ebe17
TextFormat.shortDebugString
injava-bigquerystorage/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta1/it/ITBigQueryStorageLongRunningTest.java
Line 105 in 05ebe17
A few other areas/ files need to be investigated regarding proto2 syntax:
See this doc for the full list of possible code to be migrated/ updated.
The text was updated successfully, but these errors were encountered: