Fix JDK issue with backports. Bump version

This commit is contained in:
Karl Southern 2017-04-09 09:40:49 +01:00
parent cdd88fe322
commit 51a04faca3
2 changed files with 3 additions and 2 deletions

3
Vagrantfile vendored
View File

@ -12,7 +12,8 @@ Vagrant.configure(2) do |config|
sed -i 's/main/main contrib non-free/g' /etc/apt/sources.list sed -i 's/main/main contrib non-free/g' /etc/apt/sources.list
apt-get update apt-get update
apt-get remove openjdk-7-jre-headless -y -q apt-get remove openjdk-7-jre-headless -y -q
apt-get install git openjdk-8-jre curl -y -q apt-get install -t jessie-backports openjdk-8-jre ca-certificates-java
apt-get install git curl -y -q
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable --ruby=jruby-1.7 curl -sSL https://get.rvm.io | bash -s stable --ruby=jruby-1.7
usermod -a -G rvm vagrant usermod -a -G rvm vagrant

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'logstash-output-jdbc' s.name = 'logstash-output-jdbc'
s.version = '5.2.0' s.version = '5.2.1'
s.licenses = ['Apache License (2.0)'] s.licenses = ['Apache License (2.0)']
s.summary = 'This plugin allows you to output to SQL, via JDBC' s.summary = 'This plugin allows you to output to SQL, via JDBC'
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 'logstash-output-jdbc'. This gem is not a stand-alone program" 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 'logstash-output-jdbc'. This gem is not a stand-alone program"