logstash-plugins / logstash-codec-protobuf

Codec plugin for parsing Protobuf messages
Apache License 2.0
26 stars 16 forks source link

The google-protobuf.gem is outdated - add support for a newer version #62

Closed IngaFeick closed 3 years ago

IngaFeick commented 3 years ago

The google protobuf gem has not been updated for jruby in a while and is currently only available in version 3.0.5pre whereas the official protobuf version is 3.18+. There were a handful of interesting feature changes in between those versions. The codec should be tested with a newer version of the library and should provide instructions on how to build and use a manually built jruby version of the google-protobuf gem, until the aforementioned issue is resolved in favour of a proper build process.

IngaFeick commented 3 years ago

Edited to move (updated) instructions into the new google-protobuf-lib-update.md in PR https://github.com/logstash-plugins/logstash-codec-protobuf/pull/63/