logstash-core 6.7.2-java → 6.8.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,15 @@
1
+ require 'spec_helper'
2
+
3
+
4
+ describe "JRuby Version" do
5
+ it "should break on JRuby version change" do
6
+ # This spec will break upon JRuby version change to make sure we
7
+ # verify if resolv.rb has been fixed in Jruby so we can get rid of
8
+ # lib/logstash/patches/resolv.rb.
9
+ # ref:
10
+ # https://github.com/logstash-plugins/logstash-filter-dns/issues/51
11
+ # https://github.com/jruby/jruby/pull/5722
12
+ expect(JRUBY_VERSION).to eq("9.2.7.0")
13
+ end
14
+ end
15
+
@@ -1,6 +1,6 @@
1
1
  ---
2
- logstash: 6.7.2
3
- logstash-core: 6.7.2
2
+ logstash: 6.8.0
3
+ logstash-core: 6.8.0
4
4
  logstash-core-plugin-api: 2.1.16
5
5
 
6
6
  # jruby must reference a *released* version of jruby which can be downloaded from the official download url
@@ -20,7 +20,7 @@ jruby:
20
20
  # Note: this file is copied to the root of logstash-core because its gemspec needs it when
21
21
  # bundler evaluates the gemspec via bin/logstash
22
22
  # Ensure Jackson version here is kept in sync with version used by jrjackson gem
23
- jrjackson: 0.4.7
23
+ jrjackson: 0.4.8
24
24
  jackson: 2.9.8
25
25
 
26
26
  # This is a copy the project level versions.yml into this gem's root and it is created when the gemspec is evaluated.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.2
4
+ version: 6.8.0
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-29 00:00:00.000000000 Z
11
+ date: 2019-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -257,7 +257,7 @@ dependencies:
257
257
  requirements:
258
258
  - - '='
259
259
  - !ruby/object:Gem::Version
260
- version: 0.4.7
260
+ version: 0.4.8
261
261
  name: jrjackson
262
262
  type: :runtime
263
263
  prerelease: false
@@ -265,7 +265,7 @@ dependencies:
265
265
  requirements:
266
266
  - - '='
267
267
  - !ruby/object:Gem::Version
268
- version: 0.4.7
268
+ version: 0.4.8
269
269
  - !ruby/object:Gem::Dependency
270
270
  requirement: !ruby/object:Gem::Requirement
271
271
  requirements:
@@ -420,6 +420,7 @@ files:
420
420
  - lib/logstash/patches/profile_require_calls.rb
421
421
  - lib/logstash/patches/puma.rb
422
422
  - lib/logstash/patches/resolv.rb
423
+ - lib/logstash/patches/resolv_9270.rb
423
424
  - lib/logstash/patches/stronger_openssl_defaults.rb
424
425
  - lib/logstash/pipeline.rb
425
426
  - lib/logstash/pipeline_action.rb
@@ -526,6 +527,7 @@ files:
526
527
  - spec/logstash/java_filter_delegator_spec.rb
527
528
  - spec/logstash/java_integration_spec.rb
528
529
  - spec/logstash/java_pipeline_spec.rb
530
+ - spec/logstash/jruby_version_spec.rb
529
531
  - spec/logstash/json_spec.rb
530
532
  - spec/logstash/legacy_ruby_event_spec.rb
531
533
  - spec/logstash/legacy_ruby_timestamp_spec.rb
@@ -666,6 +668,7 @@ test_files:
666
668
  - spec/logstash/java_filter_delegator_spec.rb
667
669
  - spec/logstash/java_integration_spec.rb
668
670
  - spec/logstash/java_pipeline_spec.rb
671
+ - spec/logstash/jruby_version_spec.rb
669
672
  - spec/logstash/json_spec.rb
670
673
  - spec/logstash/legacy_ruby_event_spec.rb
671
674
  - spec/logstash/legacy_ruby_timestamp_spec.rb