[protobuf] Re: beta-3: missing pom for protobuf-parent in maven central?

2016-05-23 Thread Sverre Moe
I had the same problem. Building protobuf-java before it was published to Maven Central. Edited the pom.xml similar to the beta2 worked. com.google google 1 com.google.protobuf protobuf-java

Re: [protobuf] proto3 java zero copy

2016-05-23 Thread 'Nathan Mittler' via Protocol Buffers
On Sun, May 22, 2016 at 9:55 PM, Feng Xiao wrote: > > > On Sat, May 21, 2016 at 11:47 PM, Noam Schachter > wrote: > >> Hi, >> >> I saw in the release notes that the proto-3 beta3 adds a zero copy >> serialization to the java API. >> Does zero copy mean it will be possible to pool and reuse gener

[protobuf] Import of one proto file into another proto file gives FileNotFound exception

2016-05-23 Thread Techie suk
I am trying to import one proto file into another. Both are in the same package. Receive EmbeddedEventMsg: File not found.error This is "EmbeddedEventMsg.proto" option java_package="us.abb"; option java_outer_classname = "EmbeddedEventMsgProto"; message EmbeddedEventMsg{ optional int32 EXEC_INST

[protobuf] Re: using proto3 for receiving proto2 messages ("group", C#)

2016-05-23 Thread Scobe S.
I have a .proto file from a third-party, developed for Protobuf 2.6.1, to deserialize their data. I want to code my application to consume their data in C#. So I was trying to use proto3 to compile their .proto file into C#. But they have used some proto features that are not supported in proto3