Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 723 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 723 Bytes

TL;DR

Raising an issue is great, raising a PR is better, raising a PR with tests is bestest.

Developing

You'll need Git LFS to properly clone this repo.

Ensure you have JRuby 9.1.x installed. rvm is your friend :)

rvm use --install .
gem install bundler && bundle install
bundle exec rake

Running tests

rake

Building gem

gem build logstash-output-kinesis

Testing locally built gem

bin/logstash-plugin install --local /path/to/logstash-output-kinesis-5.1.1-java.gem

Updating KPL

Change the dependency version in build.gradle, and then run gradle copylibs. Make sure to check in all the updated JARs!