[protobuf] Protobuf imports in Java

2021-10-11 Thread Venkat Duddu
This section https://developers.google.com/protocol-buffers/docs/proto3#importing_definitions says Note that this feature is not available in Java. I tried generating java classes for proto files that have imports and protoc worked fine without any issues. Can I get clarification on what tha

Re: [protobuf] Protobuf imports in Java

2021-10-11 Thread 'Adam Cozzette' via Protocol Buffers
This is supposed to refer to the "import public" feature a little bit further down the page, but it looks like the warning is in the wrong place. Thank you for letting us know. I'm working on a fix for this. On Mon, Oct 11, 2021 at 3:01 PM Venkat Duddu wrote: > This section > https://developers.