logstash-input-http 3.10.3-java → 3.10.5-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 -8
- data/vendor/jar-dependencies/io/netty/netty-buffer/{4.1.126.Final/netty-buffer-4.1.126.Final.jar → 4.1.129.Final/netty-buffer-4.1.129.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec/{4.1.126.Final/netty-codec-4.1.126.Final.jar → 4.1.129.Final/netty-codec-4.1.129.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec-http/{4.1.126.Final/netty-codec-http-4.1.126.Final.jar → 4.1.129.Final/netty-codec-http-4.1.129.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-common/{4.1.126.Final/netty-common-4.1.126.Final.jar → 4.1.129.Final/netty-common-4.1.129.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-handler/{4.1.126.Final/netty-handler-4.1.126.Final.jar → 4.1.129.Final/netty-handler-4.1.129.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-resolver/4.1.129.Final/netty-resolver-4.1.129.Final.jar +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport/{4.1.126.Final/netty-transport-4.1.126.Final.jar → 4.1.129.Final/netty-transport-4.1.129.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/{4.1.126.Final/netty-transport-native-unix-common-4.1.126.Final.jar → 4.1.129.Final/netty-transport-native-unix-common-4.1.129.Final.jar} +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/{3.10.3/logstash-input-http-3.10.3.jar → 3.10.5/logstash-input-http-3.10.5.jar} +0 -0
- metadata +11 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ba6a90eb3a401a3e3c952281c1c2de281aa200d03d5b953d082a80f197501ac
|
|
4
|
+
data.tar.gz: 7062a3203d401b22f1e29c941c8b04a2611764311240ff52adb7086abf35bcbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e01f4f64f7f72700b541098b8f919d023cb358c89bfcefb20ffe1f9e22471323f648ea5e7f4d91880db670df0144d2f8aa6cde5c6d5a8ffdfc4d2cfb56946660
|
|
7
|
+
data.tar.gz: 83ce2a38f6568f6b41b4f77713346d667508d20835776ba324e4cb20e8875aaf943906bcb1b3fecb814d52207265f055ae79a6a40d579ad7a4d78420780ad43d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 3.10.5
|
|
2
|
+
- Re-packaging the plugin [#209](https://github.com/logstash-plugins/logstash-input-http/pull/209)
|
|
3
|
+
|
|
4
|
+
## 3.10.4
|
|
5
|
+
- Upgrade netty to 4.1.129 [#204](https://github.com/logstash-plugins/logstash-input-http/pull/204)
|
|
6
|
+
|
|
1
7
|
## 3.10.3
|
|
2
8
|
- Upgrade netty to 4.1.126 [#199](https://github.com/logstash-plugins/logstash-input-http/pull/199)
|
|
3
9
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.10.
|
|
1
|
+
3.10.5
|
|
@@ -1,11 +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-
|
|
5
|
-
require_jar('io.netty', 'netty-
|
|
6
|
-
require_jar('io.netty', 'netty-codec
|
|
7
|
-
require_jar('io.netty', 'netty-common', '4.1.
|
|
8
|
-
require_jar('io.netty', 'netty-transport', '4.1.
|
|
9
|
-
require_jar('io.netty', 'netty-
|
|
10
|
-
require_jar('io.netty', 'netty-
|
|
11
|
-
require_jar('
|
|
4
|
+
require_jar('io.netty', 'netty-codec-http', '4.1.129.Final')
|
|
5
|
+
require_jar('io.netty', 'netty-handler', '4.1.129.Final')
|
|
6
|
+
require_jar('io.netty', 'netty-codec', '4.1.129.Final')
|
|
7
|
+
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.129.Final')
|
|
8
|
+
require_jar('io.netty', 'netty-transport', '4.1.129.Final')
|
|
9
|
+
require_jar('io.netty', 'netty-buffer', '4.1.129.Final')
|
|
10
|
+
require_jar('io.netty', 'netty-resolver', '4.1.129.Final')
|
|
11
|
+
require_jar('io.netty', 'netty-common', '4.1.129.Final')
|
|
12
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.10.5')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/vendor/jar-dependencies/io/netty/netty-resolver/4.1.129.Final/netty-resolver-4.1.129.Final.jar
ADDED
|
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.10.
|
|
4
|
+
version: 3.10.5
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -169,14 +169,15 @@ files:
|
|
|
169
169
|
- spec/fixtures/certs/openssl.cnf
|
|
170
170
|
- spec/inputs/helpers.rb
|
|
171
171
|
- spec/inputs/http_spec.rb
|
|
172
|
-
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.
|
|
173
|
-
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.
|
|
174
|
-
- vendor/jar-dependencies/io/netty/netty-codec/4.1.
|
|
175
|
-
- vendor/jar-dependencies/io/netty/netty-common/4.1.
|
|
176
|
-
- vendor/jar-dependencies/io/netty/netty-handler/4.1.
|
|
177
|
-
- vendor/jar-dependencies/io/netty/netty-
|
|
178
|
-
- vendor/jar-dependencies/io/netty/netty-transport/4.1.
|
|
179
|
-
- vendor/jar-dependencies/
|
|
172
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.129.Final/netty-buffer-4.1.129.Final.jar
|
|
173
|
+
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.129.Final/netty-codec-http-4.1.129.Final.jar
|
|
174
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.129.Final/netty-codec-4.1.129.Final.jar
|
|
175
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.129.Final/netty-common-4.1.129.Final.jar
|
|
176
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.129.Final/netty-handler-4.1.129.Final.jar
|
|
177
|
+
- vendor/jar-dependencies/io/netty/netty-resolver/4.1.129.Final/netty-resolver-4.1.129.Final.jar
|
|
178
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.129.Final/netty-transport-native-unix-common-4.1.129.Final.jar
|
|
179
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.129.Final/netty-transport-4.1.129.Final.jar
|
|
180
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.10.5/logstash-input-http-3.10.5.jar
|
|
180
181
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
181
182
|
licenses:
|
|
182
183
|
- Apache License (2.0)
|