xolstice / protobuf-maven-plugin

Maven Plugin that executes the Protocol Buffers (protoc) compiler
https://www.xolstice.org/protobuf-maven-plugin/
Other
232 stars 76 forks source link

adding support for experimental_allow_proto3_optional #78

Open melocotton opened 3 years ago

melocotton commented 3 years ago

cf. https://github.com/xolstice/protobuf-maven-plugin/issues/77

clehene commented 3 years ago

@sergei-ivanov this would be useful as it enables field presence An option to allow arbitrary flags would be even better

vntzy commented 3 years ago

Hello! Is this planned to get merged and released any time soon? Thanks.

melocotton commented 3 years ago

Only the owner of this repository is allowed to merge this PR ?

omardelarosa commented 5 months ago

Has there been any movement on this PR? I'd also love to see this get merged, or broader support for feature flags like this one since this maven plugin is quite useful but seems to be incompatible with newer features of protobufs.