Comment #13 on issue 493 by [email protected]: protobuf-java (2.5.0)
GeneratedMessage#getUnknownFields() not implemented
http://code.google.com/p/protobuf/issues/detail?id=493
The "can only use one version" issue is not a problem specific to protobuf;
it's a general problem with common libraries. In cases where the common
library objects are externally used, you're pretty much stuck with picking
a version and making sure everything is OK with that. For cases where the
dependencies are purely implementation dependencies, you can either isolate
the libraries in separate classloaders, or use something like "jarjar" so
the dependencies don't collide.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.