[protobuf] Re: 2.5.0 released.

2013-03-04 Thread Joshua Foster
The release looks really good. When can see the release on Maven Central? Joshua On Wednesday, February 27, 2013 3:02:19 AM UTC-5, Feng Xiao wrote: The final release of Protobuf 2.5.0 is now available: http://code.google.com/p/protobuf/downloads/list Documentation will be updated soon.

[protobuf] Re: ProtoBuf in the way of [multiple] inheritance

2011-07-16 Thread Joshua Foster
You may want to look into using protostuff. It already has its own implementation of the proto compiler and it may be a little easier for you to extend for creating customized code. Joshua -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To

[protobuf] Re: Is there a pure c protocol buffers port?

2011-07-16 Thread Joshua Foster
http://code.google.com/p/protobuf-c/ from http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns Joshua -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To view this discussion on the web visit

[protobuf] Re: Unstable Java -- C++

2011-05-16 Thread Joshua Foster
I use Protobufs and ZeroMQ all the time and I have not noticed any stability issues. The ZeroMQ Java bindings use JNI.I would suggest generating data on both sides and comparing the bytes. Joshua -- You received this message because you are subscribed to the Google Groups Protocol Buffers

[protobuf] Re: Modern Java RPC implementations

2011-04-23 Thread Joshua Foster
I have been using ZeroMQ with ProtoBufs. It should be easy to connect your C and Java implementations. Joshua -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To post to this group, send email to protobuf@googlegroups.com. To unsubscribe

[protobuf] Re: Get Field Names

2011-04-23 Thread Joshua Foster
Look at the following code to look at https://github.com/sijuv/protobuf-codec/blob/master/protobuf-codec-xml/src/main/java/protobuf/codec/xml/XmlWriter.java -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To post to this group, send email to

[protobuf] Re: ProtoBuf 2.4.0(a)

2011-03-29 Thread Joshua Foster
I believe that the a was appended after they needed to fix the 2.4.0 release. Joshua -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To post to this group, send email to protobuf@googlegroups.com. To unsubscribe from this group, send email

[protobuf] Re: Unresolved dependencies in the protocol buffer java source code.

2011-03-15 Thread Joshua Foster
You can either build the jar using maven (see the readme) or you can download the jar from a maven repository. The maven repositories are just HTTP servers, so you don't really need Maven if you just want the specific jar. Here is a link: