logstash-input-http 3.10.5-java → 3.10.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/{3.10.5/logstash-input-http-3.10.5.jar → 3.10.7/logstash-input-http-3.10.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: 82e1cba2296890c15391abd7862396fafa799d1a8419f9c149047629f3dac20c
|
|
4
|
+
data.tar.gz: d7e35f5366b7a8b6d022f3bbb1e055fa2be7d57335edb7b64ce7ba368ada8407
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5218e3c089becb34bf68996e07919de539713c3eb091f94e9a8ffe5f93d771409a98fc5fc753d9322e3bed64e0efee9c34550a04eafa7fd9609c595b4730f764
|
|
7
|
+
data.tar.gz: 744fca4db706a44d73b3dbb252eebb5017232101f37dde235d667f57b8360af00249ab5cd2d6c2fcfdf625d4e7f033b14b215f6f8d75efdd889a191c1b101649
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 3.10.7
|
|
2
|
+
- Update Netty dependency to 4.1.132.Final [#213](https://github.com/logstash-plugins/logstash-input-http/pull/213)
|
|
3
|
+
|
|
4
|
+
## 3.10.6
|
|
5
|
+
- Upgrade netty to 4.1.131 [#211](https://github.com/logstash-plugins/logstash-input-http/pull/211)
|
|
6
|
+
|
|
1
7
|
## 3.10.5
|
|
2
8
|
- Re-packaging the plugin [#209](https://github.com/logstash-plugins/logstash-input-http/pull/209)
|
|
3
9
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.10.
|
|
1
|
+
3.10.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', '3.10.
|
|
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', '3.10.7')
|
|
Binary file
|
|
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.10.
|
|
4
|
+
version: 3.10.7
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -169,15 +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-resolver/4.1.
|
|
178
|
-
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.
|
|
179
|
-
- vendor/jar-dependencies/io/netty/netty-transport/4.1.
|
|
180
|
-
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.10.
|
|
172
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.132.Final/netty-buffer-4.1.132.Final.jar
|
|
173
|
+
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.132.Final/netty-codec-http-4.1.132.Final.jar
|
|
174
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.132.Final/netty-codec-4.1.132.Final.jar
|
|
175
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.132.Final/netty-common-4.1.132.Final.jar
|
|
176
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.132.Final/netty-handler-4.1.132.Final.jar
|
|
177
|
+
- vendor/jar-dependencies/io/netty/netty-resolver/4.1.132.Final/netty-resolver-4.1.132.Final.jar
|
|
178
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.132.Final/netty-transport-native-unix-common-4.1.132.Final.jar
|
|
179
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.132.Final/netty-transport-4.1.132.Final.jar
|
|
180
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.10.7/logstash-input-http-3.10.7.jar
|
|
181
181
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
182
182
|
licenses:
|
|
183
183
|
- Apache License (2.0)
|