logstash-plugins / logstash-codec-collectd

Apache License 2.0
6 stars 11 forks source link

Update in prep for Jruby 9000, replace Digest::HMAC with OpenSSL::HMAC etc. #24

Open guyboertje opened 7 years ago

guyboertje commented 7 years ago

the code is easy to replace but in the specs there is some hand encoded payloads that are not compatible with the OpenSSL impl, i.e. two specs fail.

ph commented 7 years ago

I moved to the new jruby 9k classes, but like @guyboertje said the test are failling. I am treating this a as regression for now since the payload seems to be a dump of an actual collectd communication or frame.