logstash-integration-rabbitmq 7.1.1-java → 7.2.0-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3d2d391069d509cbbfc1be1a7fc4cf46bb2738f9955fe89d4a058fdf566a8b8
4
- data.tar.gz: 84836fc3352e4db58aff484dc568c2913e8c86614f98784e561f2d362541aff5
3
+ metadata.gz: 7901c2c7a657f948fa4b0babcfba746e84d15effeacaf98e410b59e774bb015c
4
+ data.tar.gz: 447c27c4a03355df0d307017f88a31c830281f10a80c0a8c6e6b68be80b2d334
5
5
  SHA512:
6
- metadata.gz: d66b88866a2910cd8410aed61de3be225a3adf57537ec686fa514c25106129e4036f345af66a1382fe6461af97dbf84fda2f9287407d05a441753dbaa6e2610d
7
- data.tar.gz: be0cc16060e0bc4663f1d4c935fb1a21fc3ae6246894379df0d8f4e3a548e5ad8116ccdc37b173fbf8d60f27ec1e6dda221b6fa78d29d567877db50768d021c1
6
+ metadata.gz: 459a95ef169e4b25ebe32ab9e72d6925ba987c2dccfd7fc27b68b789668b342ba21bf9e66aa0942ef6e8418cb855b3561731ae4b7cfd9300c45b1f60a2e1b0e0
7
+ data.tar.gz: 3254e80a9990bd0b50bbdda4e4959eb04619006b29b61a1ffcb4fb0bbd037e876aecae4bf208999a4294fb8482c302b9875249cb06525fb35c14e45a98d44909
@@ -1,3 +1,6 @@
1
+ ## 7.2.0
2
+ - Remove ruby pipeline dependency. Starting from Logstash 8, Ruby execution engine is not available. All pipelines should use Java pipeline [#39](https://github.com/logstash-plugins/logstash-integration-rabbitmq/pull/39)
3
+
1
4
  ## 7.1.1
2
5
  - DOC:Replaced plugin_header file with plugin_header-integration file. ([#34](https://github.com/logstash-plugins/logstash-integration-rabbitmq/issues/34))
3
6
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Logstash Plugin
2
2
 
3
- [![Travis Build Status](https://travis-ci.org/logstash-plugins/logstash-integration-rabbitmq.svg)](https://travis-ci.org/logstash-plugins/logstash-integration-rabbitmq)
3
+ [![Travis Build Status](https://travis-ci.com/logstash-plugins/logstash-integration-rabbitmq.svg)](https://travis-ci.com/logstash-plugins/logstash-integration-rabbitmq)
4
4
 
5
5
  This is a plugin for [Logstash](https://github.com/elastic/logstash).
6
6
 
@@ -2,6 +2,7 @@
2
2
  require "logstash/namespace"
3
3
  require "march_hare"
4
4
  require "java"
5
+ require "stud/interval"
5
6
 
6
7
  # Common functionality for the rabbitmq input/output
7
8
  module LogStash
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-integration-rabbitmq'
3
- s.version = '7.1.1'
3
+ s.version = '7.2.0'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Integration with RabbitMQ - input and output plugins"
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+
@@ -1,6 +1,5 @@
1
1
  # encoding: UTF-8
2
2
  require "logstash/devutils/rspec/spec_helper"
3
- require "logstash/pipeline"
4
3
  require "logstash/outputs/rabbitmq"
5
4
 
6
5
  describe LogStash::Outputs::RabbitMQ do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-integration-rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.1
4
+ version: 7.2.0
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-20 00:00:00.000000000 Z
11
+ date: 2021-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement