Skip to content

Commit 30653ae

Browse files
committed
Mass update for 2.0 plugin api changes
1 parent f1d1fa6 commit 30653ae

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ rvm:
99
script:
1010
- bundle exec rspec spec && bundle exec rspec spec --tag integration
1111
jdk: oraclejdk8
12-
before_install:
13-
- git clone -b feature/event_interface https://github.com/elastic/logstash
12+
before_install: []

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 3.0.0
2+
- Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141
13
# 2.0.5
24
- Fix LocalJumpError exception see https://github.com/logstash-plugins/logstash-output-redis/pull/27
35
# 2.0.4

Gemfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
source 'https://rubygems.org'
2+
3+
# Specify your gem's dependencies in logstash-mass_effect.gemspec
24
gemspec
3-
gem "logstash-core", :path => "./logstash/logstash-core"
4-
gem "logstash-core-plugin-api", :path => "./logstash/logstash-core-plugin-api"
5-
gem "logstash-core-event-java", :path => "./logstash/logstash-core-event-java"
6-
gem "logstash-devutils", :github => "elastic/logstash-devutils", :branch => "feature/plugin-api-2_0"
7-
gem "logstash-input-generator", :github => "logstash-plugins/logstash-input-generator", :branch => "feature/plugin-api-2_0"
8-
gem "logstash-codec-json", :github => "logstash-plugins/logstash-codec-json", :branch => "feature/plugin-api-2_0"
9-
gem "logstash-codec-plain", :github => "logstash-plugins/logstash-codec-plain", :branch => "feature/plugin-api-2_0"

logstash-output-redis.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-output-redis'
4-
s.version = '2.0.5'
4+
s.version = '3.0.0'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "This output will send events to a Redis queue using RPUSH"
77
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)