logstash-core 2.4.0.snapshot3-java → 2.4.0.snapshot4-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.

Potentially problematic release.


This version of logstash-core might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a37670ab48a4252d54e9c194921777cbe87cf35
4
- data.tar.gz: 4dafd2f9739083b1c1ff30375f959d7b8f52e913
3
+ metadata.gz: 7a74012049fcf4b3dddb6c53a08260b66ffc4168
4
+ data.tar.gz: 4b5a8b745ad6598a5193010d1ad02e654155d60a
5
5
  SHA512:
6
- metadata.gz: 597d20ae18e94859fafcad875abda641bc0a8c6abeba3cabad1906b91ba565b86e79beec9936fe8f290b9ced1bde70b9fcfe44f5da585e0b48b7a86dddd097d0
7
- data.tar.gz: 1116c81d4b15123774c0153dc3f1f5b926a7e458e89b25c87b585dd875c5fddbf34c9f68307b7ba12ecbd27922e7e82cc7f852add606b17e9938287ec2b4e32a
6
+ metadata.gz: 8baed4eb51af44a073a8c77b721d99f10ff6e068bbde8bcb4df891bfca2650dadf2b35f29ae1b82f9c7fb836297fd2171cfb4a2c8283ca9e3dd533658e80e4e7
7
+ data.tar.gz: f9de834fa43127b8758137bf55cc530a3603e53f357a2c6959035e0d0149621b928ca905c30411f650ac97f2d3980f1e07898b97aa3c795b7b12bc3112cdd9c0
@@ -5,4 +5,4 @@
5
5
  # Note to authors: this should not include dashes because 'gem' barfs if
6
6
  # you include a dash in the version string.
7
7
 
8
- LOGSTASH_CORE_VERSION = "2.4.0.snapshot3"
8
+ LOGSTASH_CORE_VERSION = "2.4.0.snapshot4"
@@ -202,6 +202,8 @@ class LogStash::Agent < Clamp::Command
202
202
  :allow_env => allow_env?
203
203
  }))
204
204
 
205
+ @thread = Thread.current # this var is implicilty used by Stud.stop?
206
+
205
207
  sigint_id = trap_sigint()
206
208
  sigterm_id = trap_sigterm()
207
209
  sighup_id = trap_sighup()
@@ -214,8 +216,6 @@ class LogStash::Agent < Clamp::Command
214
216
 
215
217
  return 1 if clean_state?
216
218
 
217
- @thread = Thread.current # this var is implicilty used by Stud.stop?
218
-
219
219
  Stud.stoppable_sleep(reload_interval) # sleep before looping
220
220
 
221
221
  if auto_reload?
@@ -11,4 +11,4 @@
11
11
  # eventually this file should be in the root logstash lib fir and dependencies in logstash-core should be
12
12
  # fixed.
13
13
 
14
- LOGSTASH_VERSION = "2.4.0.snapshot2"
14
+ LOGSTASH_VERSION = "2.4.0.snapshot4"
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
17
17
  gem.require_paths = ["lib"]
18
18
  gem.version = LOGSTASH_CORE_VERSION
19
19
 
20
- gem.add_runtime_dependency "logstash-core-event", "2.4.0.snapshot3"
20
+ gem.add_runtime_dependency "logstash-core-event", "2.4.0.snapshot4"
21
21
  # gem.add_runtime_dependency "logstash-core-event-java", "2.4.0.dev"
22
22
 
23
23
  gem.add_runtime_dependency "cabin", "~> 0.8.0" #(Apache 2.0 license)
metadata CHANGED
@@ -1,21 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0.snapshot3
4
+ version: 2.4.0.snapshot4
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-22 00:00:00.000000000 Z
11
+ date: 2016-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 2.4.0.snapshot3
18
+ version: 2.4.0.snapshot4
19
19
  name: logstash-core-event
20
20
  prerelease: false
21
21
  type: :runtime
@@ -23,7 +23,7 @@ dependencies:
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 2.4.0.snapshot3
26
+ version: 2.4.0.snapshot4
27
27
  - !ruby/object:Gem::Dependency
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements: