Skip to content
New issue

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

Library Compatibility with Protobuf-Java 4.26.x+ #2505

Open
lqiu96 opened this issue May 17, 2024 · 0 comments
Open

Library Compatibility with Protobuf-Java 4.26.x+ #2505

lqiu96 opened this issue May 17, 2024 · 0 comments
Labels
api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API.

Comments

@lqiu96
Copy link
Contributor

lqiu96 commented May 17, 2024

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:

  1. TextFormat.shortDebugString in . This functionality was removed in via this commit: protocolbuffers/protobuf@dfb8a4c
  2. TextFormat.shortDebugString in . This functionality was removed in via this commit: protocolbuffers/protobuf@dfb8a4c

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.

@product-auto-label product-auto-label bot added the api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API.
Projects
None yet
Development

No branches or pull requests

1 participant