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 identified a removed method that should be updated: - `TextFormat.printToString()`: https://github.com/googleapis/java-datastore/blob/13d9af1c3eba37fcad70ce55f69ab4fea9a62627/google-cloud-datastore/src/main/java/com/google/cloud/datastore/Key.java#L148. This functionality was removed in via this commit: https://github.com/protocolbuffers/protobuf/commit/dfb8a4c3f75910d37095a990706c0ae2c2e26b0f See [this doc](https://docs.google.com/document/d/1x_uShOwjGhkNlTq0rAqHP4Ai62elIB7aZ9_Nvr4d1u0/edit?resourcekey=0-TtFMqq_NRSnW7fzzxnpIyw&tab=t.0#bookmark=id.19q4jtt3x8yz) for more information.
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 identified a removed method that should be updated:
TextFormat.printToString():java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/Key.java
Line 148 in 13d9af1
See this doc for more information.