-
Notifications
You must be signed in to change notification settings - Fork 303
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
Support for messages without fields (empty messages) #32
Comments
We have this need. For now my workaround is plopping in an optional boolean |
Let's fix it :) |
This problem also affects
|
kshchepanovskyi
changed the title
Empty message support in ProtoToJavaBeanCompiler
Empty message support
Dec 14, 2014
kshchepanovskyi
changed the title
Empty message support
Support for messages without fields (empty messages)
Dec 14, 2014
Merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ProtoToJavaBeanCompiler
ignores messages without any fields for some reason. The comment looks like it's related to RPC services somehow, but it's possible to have an empty message in a proto schema without services (for future extensibility) andprotoc
compiles such schemas just fine.The text was updated successfully, but these errors were encountered: