Skip to content

Commit

Permalink
Mass update for 2.0 plugin api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed May 6, 2016
1 parent 558eaed commit 32c56e7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -6,5 +6,4 @@ rvm:
- jruby-1.7.25
script: bundle exec rspec spec && bundle exec rspec spec --tag integration
jdk: oraclejdk8
before_install:
- git clone -b feature/event_interface https://github.com/elastic/logstash
before_install: []
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
## 3.0.0
- 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
# 2.0.5
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
# 2.0.4
Expand Down
10 changes: 2 additions & 8 deletions Gemfile
@@ -1,10 +1,4 @@
source 'https://rubygems.org'
gemspec

gem "logstash-core", :path => "./logstash/logstash-core"
gem "logstash-core-plugin-api", :path => "./logstash/logstash-core-plugin-api"
gem "logstash-core-event-java", :path => "./logstash/logstash-core-event-java"
gem "logstash-devutils", :github => "elastic/logstash-devutils", :branch => "feature/plugin-api-2_0"
gem "logstash-codec-plain", :github => "logstash-plugins/logstash-codec-plain", :branch => "feature/plugin-api-2_0"
gem "logstash-codec-json", :github => "logstash-plugins/logstash-codec-json", :branch => "feature/plugin-api-2_0"
gem "logstash-mixin-http_client", :github => "logstash-plugins/logstash-mixin-http_client", :branch => "feature/plugin-api-2_0"
# Specify your gem's dependencies in logstash-mass_effect.gemspec
gemspec
2 changes: 1 addition & 1 deletion logstash-input-http_poller.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-input-http_poller'
s.version = '2.0.6'
s.version = '3.0.0'
s.licenses = ['Apache License (2.0)']
s.summary = "Poll HTTP endpoints with Logstash."
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"
Expand Down

0 comments on commit 32c56e7

Please sign in to comment.