[protobuf] Re: Issue 298 in protobuf: protobuf jar's manifest should include OSGi metadata

2011-05-31 Thread protobuf
Comment #6 on issue 298 by compuwar...@gmail.com: protobuf jar's manifest should include OSGi metadata http://code.google.com/p/protobuf/issues/detail?id=298 As a check against what other are doing... we use the following data in meta-inf Manifest-Version: 1.0 Bundle-ManifestVersion: 2

Re: [protobuf] Re: Message.getField(FieldDescriptor) and enum values.

2011-05-31 Thread Jim Mayer
Are there any other thoughts on this? We would like to write some methods that operate generically on fields. Solutions such as the one Ben points out force the code for enums differ from the code for all other field types. We can fake it when assigning fields from a value (the