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

fix: Migrate off GeneratedMessageV3 #1692

Merged
merged 2 commits into from
May 21, 2024
Merged

fix: Migrate off GeneratedMessageV3 #1692

merged 2 commits into from
May 21, 2024

Conversation

lqiu96
Copy link
Contributor

@lqiu96 lqiu96 commented May 20, 2024

Fixes: #1690

@product-auto-label product-auto-label bot added size: s Pull request size is small. api: firestore Issues related to the googleapis/java-firestore API. labels May 20, 2024
@lqiu96 lqiu96 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
@lqiu96 lqiu96 marked this pull request as ready for review May 20, 2024 19:10
@lqiu96 lqiu96 requested a review from a team as a code owner May 20, 2024 19:10
@tom-andersen tom-andersen merged commit 44c26e9 into main May 21, 2024
24 checks passed
@tom-andersen tom-andersen deleted the pbj426-compatibility branch May 21, 2024 14:27
@@ -42,7 +42,7 @@
import com.google.firestore.v1.BatchWriteResponse;
import com.google.firestore.v1.Value;
import com.google.firestore.v1.Write;
import com.google.protobuf.GeneratedMessageV3;
import com.google.protobuf.AbstractMessage;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use the Message interface instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in #1709

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the googleapis/java-firestore API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Library Compatibility with Protobuf-Java 4.26.x+
3 participants