Re: [protobuf] Need help with compilation of protobuf with a large enum for java

2017-07-11 Thread 'Feng Xiao' via Protocol Buffers
On Tue, Jul 11, 2017 at 5:05 PM, Minimol Thomas wrote: > Thank you Feng for replying. Are there any plans to back port these > changes to 2.6.1 ? Could you please point me to a commit id ? > There isn't any plan to port things back to 2.6.1 at the moment. The change was

Re: [protobuf] Need help with compilation of protobuf with a large enum for java

2017-07-11 Thread Minimol Thomas
Thank you Feng for replying. Are there any plans to back port these changes to 2.6.1 ? Could you please point me to a commit id ? On Tuesday, July 11, 2017 at 1:58:38 PM UTC-7, Feng Xiao wrote: > > > > On Tue, Jul 11, 2017 at 1:06 PM, Minimol Thomas > wrote: > >>

Re: [protobuf] Need help with compilation of protobuf with a large enum for java

2017-07-11 Thread 'Feng Xiao' via Protocol Buffers
On Tue, Jul 11, 2017 at 1:06 PM, Minimol Thomas wrote: > Compilation of java code generated using protobuf compiler fails giving > the error, "code too large". > We have an enumeration with 6000 values. And the code generated for this > enum is causing the problem. > I

[protobuf] Need help with compilation of protobuf with a large enum for java

2017-07-11 Thread Minimol Thomas
Compilation of java code generated using protobuf compiler fails giving the error, "code too large". We have an enumeration with 6000 values. And the code generated for this enum is causing the problem. I would not be able to make any changes to the enumeration as the protofile is