logstash-input-http 4.1.5-java → 4.1.7-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 +6 -0
- data/VERSION +1 -1
- data/lib/logstash-input-http_jars.rb +9 -9
- data/vendor/jar-dependencies/io/netty/netty-buffer/{4.1.129.Final/netty-buffer-4.1.129.Final.jar → 4.1.132.Final/netty-buffer-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec/{4.1.129.Final/netty-codec-4.1.129.Final.jar → 4.1.132.Final/netty-codec-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec-http/{4.1.129.Final/netty-codec-http-4.1.129.Final.jar → 4.1.132.Final/netty-codec-http-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-common/{4.1.129.Final/netty-common-4.1.129.Final.jar → 4.1.132.Final/netty-common-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-handler/{4.1.129.Final/netty-handler-4.1.129.Final.jar → 4.1.132.Final/netty-handler-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-resolver/{4.1.129.Final/netty-resolver-4.1.129.Final.jar → 4.1.132.Final/netty-resolver-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport/{4.1.129.Final/netty-transport-4.1.129.Final.jar → 4.1.132.Final/netty-transport-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/{4.1.129.Final/netty-transport-native-unix-common-4.1.129.Final.jar → 4.1.132.Final/netty-transport-native-unix-common-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/{4.1.5/logstash-input-http-4.1.5.jar → 4.1.7/logstash-input-http-4.1.7.jar} +0 -0
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0aa6c21e6defebdaf59cc3695b710a78fe35ef240babb575c9575be088bd1c02
|
|
4
|
+
data.tar.gz: 1b2fa44d8036f298ca95931cddf6ec075261ec7de41765bd88e31da2ad69ea08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efdf2325d4f0534fabd97bf2977f662e075bd998846e4cabe51bbc1b8bf820040e3cb562685c405def4601197c72d67cc65d792fa8493e5137836d2c02d708c2
|
|
7
|
+
data.tar.gz: 915cadace8385cde2421cbd1fe54bfe88f2f68513c780b76c2c88f7110978215b7f6cead7e84c7c5ab59fbe349f53153420e6ea66a10d9eaa2ac9fe725375224
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 4.1.7
|
|
2
|
+
- Update Netty dependency to 4.1.132.Final [#214](https://github.com/logstash-plugins/logstash-input-http/pull/214)
|
|
3
|
+
|
|
4
|
+
## 4.1.6
|
|
5
|
+
- Upgrade netty to 4.1.131 [#207](https://github.com/logstash-plugins/logstash-input-http/pull/207)
|
|
6
|
+
|
|
1
7
|
## 4.1.5
|
|
2
8
|
- Re-packaging the plugin [#206](https://github.com/logstash-plugins/logstash-input-http/pull/206)
|
|
3
9
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.1.
|
|
1
|
+
4.1.7
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
require 'jar_dependencies'
|
|
4
|
-
require_jar('io.netty', 'netty-codec-http', '4.1.
|
|
5
|
-
require_jar('io.netty', 'netty-handler', '4.1.
|
|
6
|
-
require_jar('io.netty', 'netty-codec', '4.1.
|
|
7
|
-
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.
|
|
8
|
-
require_jar('io.netty', 'netty-transport', '4.1.
|
|
9
|
-
require_jar('io.netty', 'netty-buffer', '4.1.
|
|
10
|
-
require_jar('io.netty', 'netty-resolver', '4.1.
|
|
11
|
-
require_jar('io.netty', 'netty-common', '4.1.
|
|
12
|
-
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '4.1.
|
|
4
|
+
require_jar('io.netty', 'netty-codec-http', '4.1.132.Final')
|
|
5
|
+
require_jar('io.netty', 'netty-handler', '4.1.132.Final')
|
|
6
|
+
require_jar('io.netty', 'netty-codec', '4.1.132.Final')
|
|
7
|
+
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.132.Final')
|
|
8
|
+
require_jar('io.netty', 'netty-transport', '4.1.132.Final')
|
|
9
|
+
require_jar('io.netty', 'netty-buffer', '4.1.132.Final')
|
|
10
|
+
require_jar('io.netty', 'netty-resolver', '4.1.132.Final')
|
|
11
|
+
require_jar('io.netty', 'netty-common', '4.1.132.Final')
|
|
12
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '4.1.7')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-http
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.7
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-03-31 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: logstash-core-plugin-api
|
|
@@ -168,15 +168,15 @@ files:
|
|
|
168
168
|
- spec/fixtures/certs/openssl.cnf
|
|
169
169
|
- spec/inputs/helpers.rb
|
|
170
170
|
- spec/inputs/http_spec.rb
|
|
171
|
-
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.
|
|
172
|
-
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.
|
|
173
|
-
- vendor/jar-dependencies/io/netty/netty-codec/4.1.
|
|
174
|
-
- vendor/jar-dependencies/io/netty/netty-common/4.1.
|
|
175
|
-
- vendor/jar-dependencies/io/netty/netty-handler/4.1.
|
|
176
|
-
- vendor/jar-dependencies/io/netty/netty-resolver/4.1.
|
|
177
|
-
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.
|
|
178
|
-
- vendor/jar-dependencies/io/netty/netty-transport/4.1.
|
|
179
|
-
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/4.1.
|
|
171
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.132.Final/netty-buffer-4.1.132.Final.jar
|
|
172
|
+
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.132.Final/netty-codec-http-4.1.132.Final.jar
|
|
173
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.132.Final/netty-codec-4.1.132.Final.jar
|
|
174
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.132.Final/netty-common-4.1.132.Final.jar
|
|
175
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.132.Final/netty-handler-4.1.132.Final.jar
|
|
176
|
+
- vendor/jar-dependencies/io/netty/netty-resolver/4.1.132.Final/netty-resolver-4.1.132.Final.jar
|
|
177
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.132.Final/netty-transport-native-unix-common-4.1.132.Final.jar
|
|
178
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.132.Final/netty-transport-4.1.132.Final.jar
|
|
179
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/4.1.7/logstash-input-http-4.1.7.jar
|
|
180
180
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
181
181
|
licenses:
|
|
182
182
|
- Apache License (2.0)
|