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

Protobuf V4 compatiblity #1996

Open
bjoernmayer opened this issue Apr 18, 2024 · 0 comments
Open

Protobuf V4 compatiblity #1996

bjoernmayer opened this issue Apr 18, 2024 · 0 comments
Assignees
Labels
api: pubsub Issues related to the googleapis/java-pubsub API.

Comments

@bjoernmayer
Copy link

Is your feature request related to a problem? Please describe.
protobuf-java had a major release: See here.
In this release GeneratedMessageV3 was renamed to GeneratedMessage.

It is therefore impossible to use the generated java classes like PubsubMessage in projects with protobuf v4 as GeneratedMessageV3 cannot be found.

Describe the solution you'd like
Update your protobuf-java version to v4 and recompile the .proto files.

Describe alternatives you've considered
None

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

No branches or pull requests

2 participants