logstash-input-tcp 7.0.3-java → 7.0.4-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 +3 -0
- data/lib/logstash-input-tcp_jars.rb +7 -7
- 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-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-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/inputs/logstash-input-tcp/{7.0.3/logstash-input-tcp-7.0.3.jar → 7.0.4/logstash-input-tcp-7.0.4.jar} +0 -0
- data/version +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23705fa6fa351b116c36f4f8a2f68389d1b85e95f140e983325d5d6a81deff72
|
|
4
|
+
data.tar.gz: 997d28dd2ecbd7f2fa9566ffdf6d257017b72f95f0fef8a6b6803bba17999c2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e23260dfab212d1e8ff591bc382025022aebfb33197d9566785c5814521686c749e8446483e845f2938b51ccb07079800af7da8081dccfe6c7a0c91dcb41395
|
|
7
|
+
data.tar.gz: 407c14996af905f891f27b2bd835f3c173ee9f460958886c2d90de93d04e7119e098d0aeaa5f99d25d15069d986206f28802ce5c2a60a3441a4475ce0ae7186d
|
data/CHANGELOG.md
CHANGED
|
@@ -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-buffer', '4.1.
|
|
5
|
-
require_jar('io.netty', 'netty-codec', '4.1.
|
|
6
|
-
require_jar('io.netty', 'netty-common', '4.1.
|
|
7
|
-
require_jar('io.netty', 'netty-transport', '4.1.
|
|
8
|
-
require_jar('io.netty', 'netty-handler', '4.1.
|
|
9
|
-
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.
|
|
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-common', '4.1.129.Final')
|
|
7
|
+
require_jar('io.netty', 'netty-transport', '4.1.129.Final')
|
|
8
|
+
require_jar('io.netty', 'netty-handler', '4.1.129.Final')
|
|
9
|
+
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.129.Final')
|
|
10
10
|
require_jar('commons-io', 'commons-io', '2.17.0')
|
|
11
11
|
|
|
12
|
-
require_jar('org.logstash.inputs', 'logstash-input-tcp', '7.0.
|
|
12
|
+
require_jar('org.logstash.inputs', 'logstash-input-tcp', '7.0.4')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.0.
|
|
1
|
+
7.0.4
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-tcp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0.
|
|
4
|
+
version: 7.0.4
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2025-
|
|
10
|
+
date: 2025-12-17 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: logstash-core-plugin-api
|
|
@@ -231,13 +231,13 @@ files:
|
|
|
231
231
|
- spec/inputs/tcp_spec.rb
|
|
232
232
|
- spec/spec_helper.rb
|
|
233
233
|
- vendor/jar-dependencies/commons-io/commons-io/2.17.0/commons-io-2.17.0.jar
|
|
234
|
-
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.
|
|
235
|
-
- vendor/jar-dependencies/io/netty/netty-codec/4.1.
|
|
236
|
-
- vendor/jar-dependencies/io/netty/netty-common/4.1.
|
|
237
|
-
- vendor/jar-dependencies/io/netty/netty-handler/4.1.
|
|
238
|
-
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.
|
|
239
|
-
- vendor/jar-dependencies/io/netty/netty-transport/4.1.
|
|
240
|
-
- vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/7.0.
|
|
234
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.129.Final/netty-buffer-4.1.129.Final.jar
|
|
235
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.129.Final/netty-codec-4.1.129.Final.jar
|
|
236
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.129.Final/netty-common-4.1.129.Final.jar
|
|
237
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.129.Final/netty-handler-4.1.129.Final.jar
|
|
238
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.129.Final/netty-transport-native-unix-common-4.1.129.Final.jar
|
|
239
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.129.Final/netty-transport-4.1.129.Final.jar
|
|
240
|
+
- vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/7.0.4/logstash-input-tcp-7.0.4.jar
|
|
241
241
|
- version
|
|
242
242
|
homepage: https://elastic.co/logstash
|
|
243
243
|
licenses:
|