logstash-input-http 4.1.4-java → 4.1.6-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.
Files changed (14) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/VERSION +1 -1
  4. data/lib/logstash-input-http_jars.rb +9 -8
  5. data/vendor/jar-dependencies/io/netty/netty-buffer/{4.1.129.Final/netty-buffer-4.1.129.Final.jar → 4.1.131.Final/netty-buffer-4.1.131.Final.jar} +0 -0
  6. data/vendor/jar-dependencies/io/netty/netty-codec/{4.1.129.Final/netty-codec-4.1.129.Final.jar → 4.1.131.Final/netty-codec-4.1.131.Final.jar} +0 -0
  7. data/vendor/jar-dependencies/io/netty/netty-codec-http/{4.1.129.Final/netty-codec-http-4.1.129.Final.jar → 4.1.131.Final/netty-codec-http-4.1.131.Final.jar} +0 -0
  8. data/vendor/jar-dependencies/io/netty/netty-common/{4.1.129.Final/netty-common-4.1.129.Final.jar → 4.1.131.Final/netty-common-4.1.131.Final.jar} +0 -0
  9. data/vendor/jar-dependencies/io/netty/netty-handler/{4.1.129.Final/netty-handler-4.1.129.Final.jar → 4.1.131.Final/netty-handler-4.1.131.Final.jar} +0 -0
  10. data/vendor/jar-dependencies/io/netty/netty-resolver/4.1.131.Final/netty-resolver-4.1.131.Final.jar +0 -0
  11. data/vendor/jar-dependencies/io/netty/netty-transport/{4.1.129.Final/netty-transport-4.1.129.Final.jar → 4.1.131.Final/netty-transport-4.1.131.Final.jar} +0 -0
  12. 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.131.Final/netty-transport-native-unix-common-4.1.131.Final.jar} +0 -0
  13. data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/{4.1.4/logstash-input-http-4.1.4.jar → 4.1.6/logstash-input-http-4.1.6.jar} +0 -0
  14. metadata +11 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2bb62927eee4049330bfb02acb08d16af0d38c736f3c7f92eb421af0cd04b163
4
- data.tar.gz: ffba3b2f2e4b70ad6d158f472f34386cc6934fc9d2ccb93a5e7ab13c667ec82b
3
+ metadata.gz: fbad4d671c995d314eb3c9680e493dd7809e8352e83724abaeddf9a6a072afd9
4
+ data.tar.gz: 28eb1c03073264c8acebea396c456b10e3c6e8a24b14057eba3ad7a1c1dc11a5
5
5
  SHA512:
6
- metadata.gz: e844a82945aa1a70dc2f902fcff04211e11de0949fecb81f32ebae87bd2b96dea3baa0da991b6bccbe05ffd410d95a6f192e72cbcf77778c0d3309bb46b3ee7f
7
- data.tar.gz: 13279468b9649ccf952b129daba0d3489ddf9d3334220867551fb24770a4aa860b6391eb3ebcbe5b27439185dda3f96caa972f760511f615b45e165fe54a6389
6
+ metadata.gz: 1a7f96e1bf7e3251f38114e1042380df3c0bead679623f668b690e40266dc3dd21d8c0affdcc460691329d39f02f1c7cd4c4abae6c2b17e12725f4701100111d
7
+ data.tar.gz: 27cb28bdc946735bfa2eb6cf0028d5fcd5aab460fc2b76482458d8929c4a0ac38eb5b847e43e85c267d21774cf58c56ff50c4c469fe523ba8f28d402982305a0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 4.1.6
2
+ - Upgrade netty to 4.1.131 [#207](https://github.com/logstash-plugins/logstash-input-http/pull/207)
3
+
4
+ ## 4.1.5
5
+ - Re-packaging the plugin [#206](https://github.com/logstash-plugins/logstash-input-http/pull/206)
6
+
1
7
  ## 4.1.4
2
8
  - Upgrade netty to 4.1.129 [#203](https://github.com/logstash-plugins/logstash-input-http/pull/203)
3
9
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.1.4
1
+ 4.1.6
@@ -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-buffer', '4.1.129.Final')
5
- require_jar('io.netty', 'netty-codec', '4.1.129.Final')
6
- require_jar('io.netty', 'netty-codec-http', '4.1.129.Final')
7
- require_jar('io.netty', 'netty-common', '4.1.129.Final')
8
- require_jar('io.netty', 'netty-transport', '4.1.129.Final')
9
- require_jar('io.netty', 'netty-handler', '4.1.129.Final')
10
- require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.129.Final')
11
- require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '4.1.4')
4
+ require_jar('io.netty', 'netty-codec-http', '4.1.131.Final')
5
+ require_jar('io.netty', 'netty-handler', '4.1.131.Final')
6
+ require_jar('io.netty', 'netty-codec', '4.1.131.Final')
7
+ require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.131.Final')
8
+ require_jar('io.netty', 'netty-transport', '4.1.131.Final')
9
+ require_jar('io.netty', 'netty-buffer', '4.1.131.Final')
10
+ require_jar('io.netty', 'netty-resolver', '4.1.131.Final')
11
+ require_jar('io.netty', 'netty-common', '4.1.131.Final')
12
+ require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '4.1.6')
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
4
+ version: 4.1.6
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-12-16 00:00:00.000000000 Z
10
+ date: 2026-02-10 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.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-transport-native-unix-common/4.1.129.Final/netty-transport-native-unix-common-4.1.129.Final.jar
177
- - vendor/jar-dependencies/io/netty/netty-transport/4.1.129.Final/netty-transport-4.1.129.Final.jar
178
- - vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/4.1.4/logstash-input-http-4.1.4.jar
171
+ - vendor/jar-dependencies/io/netty/netty-buffer/4.1.131.Final/netty-buffer-4.1.131.Final.jar
172
+ - vendor/jar-dependencies/io/netty/netty-codec-http/4.1.131.Final/netty-codec-http-4.1.131.Final.jar
173
+ - vendor/jar-dependencies/io/netty/netty-codec/4.1.131.Final/netty-codec-4.1.131.Final.jar
174
+ - vendor/jar-dependencies/io/netty/netty-common/4.1.131.Final/netty-common-4.1.131.Final.jar
175
+ - vendor/jar-dependencies/io/netty/netty-handler/4.1.131.Final/netty-handler-4.1.131.Final.jar
176
+ - vendor/jar-dependencies/io/netty/netty-resolver/4.1.131.Final/netty-resolver-4.1.131.Final.jar
177
+ - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.131.Final/netty-transport-native-unix-common-4.1.131.Final.jar
178
+ - vendor/jar-dependencies/io/netty/netty-transport/4.1.131.Final/netty-transport-4.1.131.Final.jar
179
+ - vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/4.1.6/logstash-input-http-4.1.6.jar
179
180
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
180
181
  licenses:
181
182
  - Apache License (2.0)