Skip to content

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

@lqiu96

Description

@lqiu96

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: bigquerystorageIssues related to the googleapis/java-bigquerystorage API.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions