Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

chore(spanner): proto columns files regenerate and test refactor#3115

Merged
harshachinta merged 3 commits intogoogleapis:mainfrom
harshachinta:proto-files-regeneration-protoc
May 20, 2024
Merged

chore(spanner): proto columns files regenerate and test refactor#3115
harshachinta merged 3 commits intogoogleapis:mainfrom
harshachinta:proto-files-regeneration-protoc

Conversation

@harshachinta
Copy link
Copy Markdown
Contributor

@harshachinta harshachinta commented May 20, 2024

This PR updates the following,

  1. Regenerate SingerProto.java file from singer.proto. This fixes Library Compatibility with Protobuf-Java 4.26.x+ #3113 since the previous files were generated with protoc version of 3.12.x and with this PR it is regenerated with protoc version 3.25.1. Also the .proto is updated to use proto3 syntax.
  2. Remove project level allowlisting on running tests.
  3. Update package name to avoid reserved package error due to name starting with spanner.*

@harshachinta harshachinta requested review from a team May 20, 2024 10:09
@product-auto-label product-auto-label Bot added size: xl Pull request size is extra large. api: spanner Issues related to the googleapis/java-spanner API. labels May 20, 2024
@harshachinta harshachinta requested a review from rahul2393 May 20, 2024 10:09
@product-auto-label product-auto-label Bot added size: l Pull request size is large. and removed size: xl Pull request size is extra large. labels May 20, 2024
@harshachinta harshachinta changed the title chore(spanner): proto columns files refactoring chore(spanner): proto columns files regenerate and test refactor May 20, 2024
@harshachinta harshachinta added the owlbot:run Add this label to trigger the Owlbot post processor. label May 20, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 20, 2024
@harshachinta harshachinta merged commit 44abfe1 into googleapis:main May 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spanner Issues related to the googleapis/java-spanner API. size: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Library Compatibility with Protobuf-Java 4.26.x+

2 participants