logstash-input-http 3.7.0-java → 3.7.1-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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/lib/logstash-input-http_jars.rb +8 -8
- data/vendor/jar-dependencies/io/netty/netty-buffer/{4.1.87.Final/netty-buffer-4.1.87.Final.jar → 4.1.93.Final/netty-buffer-4.1.93.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec/{4.1.87.Final/netty-codec-4.1.87.Final.jar → 4.1.93.Final/netty-codec-4.1.93.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec-http/{4.1.87.Final/netty-codec-http-4.1.87.Final.jar → 4.1.93.Final/netty-codec-http-4.1.93.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-common/{4.1.87.Final/netty-common-4.1.87.Final.jar → 4.1.93.Final/netty-common-4.1.93.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-handler/{4.1.87.Final/netty-handler-4.1.87.Final.jar → 4.1.93.Final/netty-handler-4.1.93.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport/{4.1.87.Final/netty-transport-4.1.87.Final.jar → 4.1.93.Final/netty-transport-4.1.93.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/{4.1.87.Final/netty-transport-native-unix-common-4.1.87.Final.jar → 4.1.93.Final/netty-transport-native-unix-common-4.1.93.Final.jar} +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.7.1/logstash-input-http-3.7.1.jar +0 -0
- metadata +11 -11
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.7.0/logstash-input-http-3.7.0.jar +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5051fcab4f259ed1622bbc4e7e9d75fd8eb182d5cbae5feb15a369580a41df8
|
|
4
|
+
data.tar.gz: 454bd2d2668c6139c5a2deb0328414a2feaa40c59f93861b18c14657d3016edf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33d7a0d63c69215e0f8739041620a2db88adb25573d73341045c35aa931757cc0b2339ab94d3b783a72ac584eeb7b7957af01308c8947194d35547e671524cb5
|
|
7
|
+
data.tar.gz: 0eef68812f2e12544ad291cf9daa4f3b2222876a5efa31354c4a23ac5623c802019fc636aa1ef3209248ff3b8670b983a61382003b54ba029939bc1c6f1b1f6c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 3.7.1
|
|
2
|
+
- bump netty to 4.1.93 [#166](https://github.com/logstash-plugins/logstash-input-http/pull/166)
|
|
3
|
+
|
|
1
4
|
## 3.7.0
|
|
2
5
|
- Reviewed and deprecated SSL settings to comply with Logstash's naming convention [#165](https://github.com/logstash-plugins/logstash-input-http/pull/165)
|
|
3
6
|
- Deprecated `ssl` in favor of `ssl_enabled`
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.7.
|
|
1
|
+
3.7.1
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
require 'jar_dependencies'
|
|
4
|
-
require_jar('io.netty', 'netty-buffer', '4.1.
|
|
5
|
-
require_jar('io.netty', 'netty-codec', '4.1.
|
|
6
|
-
require_jar('io.netty', 'netty-codec-http', '4.1.
|
|
7
|
-
require_jar('io.netty', 'netty-common', '4.1.
|
|
8
|
-
require_jar('io.netty', 'netty-transport', '4.1.
|
|
9
|
-
require_jar('io.netty', 'netty-handler', '4.1.
|
|
10
|
-
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.
|
|
11
|
-
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.7.
|
|
4
|
+
require_jar('io.netty', 'netty-buffer', '4.1.93.Final')
|
|
5
|
+
require_jar('io.netty', 'netty-codec', '4.1.93.Final')
|
|
6
|
+
require_jar('io.netty', 'netty-codec-http', '4.1.93.Final')
|
|
7
|
+
require_jar('io.netty', 'netty-common', '4.1.93.Final')
|
|
8
|
+
require_jar('io.netty', 'netty-transport', '4.1.93.Final')
|
|
9
|
+
require_jar('io.netty', 'netty-handler', '4.1.93.Final')
|
|
10
|
+
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.93.Final')
|
|
11
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.7.1')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-http
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.7.
|
|
4
|
+
version: 3.7.1
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -187,14 +187,14 @@ files:
|
|
|
187
187
|
- spec/fixtures/certs/openssl.cnf
|
|
188
188
|
- spec/inputs/helpers.rb
|
|
189
189
|
- spec/inputs/http_spec.rb
|
|
190
|
-
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.
|
|
191
|
-
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.
|
|
192
|
-
- vendor/jar-dependencies/io/netty/netty-codec/4.1.
|
|
193
|
-
- vendor/jar-dependencies/io/netty/netty-common/4.1.
|
|
194
|
-
- vendor/jar-dependencies/io/netty/netty-handler/4.1.
|
|
195
|
-
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.
|
|
196
|
-
- vendor/jar-dependencies/io/netty/netty-transport/4.1.
|
|
197
|
-
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.7.
|
|
190
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.jar
|
|
191
|
+
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.93.Final/netty-codec-http-4.1.93.Final.jar
|
|
192
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.jar
|
|
193
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.jar
|
|
194
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.jar
|
|
195
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.93.Final/netty-transport-native-unix-common-4.1.93.Final.jar
|
|
196
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.jar
|
|
197
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.7.1/logstash-input-http-3.7.1.jar
|
|
198
198
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
199
199
|
licenses:
|
|
200
200
|
- Apache License (2.0)
|
|
@@ -217,7 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
217
217
|
- !ruby/object:Gem::Version
|
|
218
218
|
version: '0'
|
|
219
219
|
requirements: []
|
|
220
|
-
rubygems_version: 3.
|
|
220
|
+
rubygems_version: 3.2.33
|
|
221
221
|
signing_key:
|
|
222
222
|
specification_version: 4
|
|
223
223
|
summary: Receives events over HTTP or HTTPS
|