logstash-input-http 4.1.3-java → 4.1.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/{4.1.3/logstash-input-http-4.1.3.jar → 4.1.5/logstash-input-http-4.1.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: c0a49017c5c2aef42506a5bc65f785dc661c3bd711d89b037df1440ef279971c
|
|
4
|
+
data.tar.gz: 4d15a0c10a8c5032b6bc6e2d5d942c90821843c9c887dc30e16743a6187a22c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fca46239613479d4f03de1eb987c2805cb374127b99048fd6374dedbfe6133c2dae9610f092f55767ec147451f052c1c920a861221fea0565543cc33f009fa0c
|
|
7
|
+
data.tar.gz: 20aa9f135f8c19c1b75435e655ae44fc0a97480fcde2041283bb3e6b5c1e277c82d27500eaa579c7b7897e7eef2f5aa198ea23181c0491ecca32c0103561e557
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 4.1.5
|
|
2
|
+
- Re-packaging the plugin [#206](https://github.com/logstash-plugins/logstash-input-http/pull/206)
|
|
3
|
+
|
|
4
|
+
## 4.1.4
|
|
5
|
+
- Upgrade netty to 4.1.129 [#203](https://github.com/logstash-plugins/logstash-input-http/pull/203)
|
|
6
|
+
|
|
1
7
|
## 4.1.3
|
|
2
8
|
- Upgrade netty to 4.1.126 [#198](https://github.com/logstash-plugins/logstash-input-http/pull/198)
|
|
3
9
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.1.
|
|
1
|
+
4.1.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', '4.1.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,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.5
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 2026-02-03 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: logstash-core-plugin-api
|
|
@@ -168,14 +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-
|
|
177
|
-
- vendor/jar-dependencies/io/netty/netty-transport/4.1.
|
|
178
|
-
- vendor/jar-dependencies/
|
|
171
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.129.Final/netty-buffer-4.1.129.Final.jar
|
|
172
|
+
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.129.Final/netty-codec-http-4.1.129.Final.jar
|
|
173
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.129.Final/netty-codec-4.1.129.Final.jar
|
|
174
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.129.Final/netty-common-4.1.129.Final.jar
|
|
175
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.129.Final/netty-handler-4.1.129.Final.jar
|
|
176
|
+
- vendor/jar-dependencies/io/netty/netty-resolver/4.1.129.Final/netty-resolver-4.1.129.Final.jar
|
|
177
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.129.Final/netty-transport-native-unix-common-4.1.129.Final.jar
|
|
178
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.129.Final/netty-transport-4.1.129.Final.jar
|
|
179
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/4.1.5/logstash-input-http-4.1.5.jar
|
|
179
180
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
180
181
|
licenses:
|
|
181
182
|
- Apache License (2.0)
|