logstash-integration-kafka 12.1.2-java → 12.1.3-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/README.md +1 -1
- data/lib/logstash-integration-kafka_jars.rb +7 -7
- data/vendor/jar-dependencies/io/confluent/common-utils/{8.2.0/common-utils-8.2.0.jar → 8.2.1/common-utils-8.2.1.jar} +0 -0
- data/vendor/jar-dependencies/io/confluent/kafka-avro-serializer/{8.2.0/kafka-avro-serializer-8.2.0.jar → 8.2.1/kafka-avro-serializer-8.2.1.jar} +0 -0
- data/vendor/jar-dependencies/io/confluent/kafka-schema-registry-client/{8.2.0/kafka-schema-registry-client-8.2.0.jar → 8.2.1/kafka-schema-registry-client-8.2.1.jar} +0 -0
- data/vendor/jar-dependencies/io/confluent/kafka-schema-serializer/{8.2.0/kafka-schema-serializer-8.2.0.jar → 8.2.1/kafka-schema-serializer-8.2.1.jar} +0 -0
- data/vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5/{5.3.4/httpcore5-5.3.4.jar → 5.3.6/httpcore5-5.3.6.jar} +0 -0
- data/vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5-h2/{5.3.4/httpcore5-h2-5.3.4.jar → 5.3.6/httpcore5-h2-5.3.6.jar} +0 -0
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d771c3fdefad5b3c1ddaa0c833bd3933ec38c3b4882e5c3f1d9c3b9273eb25f4
|
|
4
|
+
data.tar.gz: e33dc41102566fe3957bf44a8f2250300bf1f363d44ebf4f97f6c8f4bd79eb91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e78dbf7b25fcf1642484241fa3d10c6b1486f659ab94d5ed5b019787c9630035606ccbdae6a329b1cebdce1f91efb1403f3b36fc119c5dbb0b4d2f3239befd11
|
|
7
|
+
data.tar.gz: 9e38c07386ef9eba02f1f22a2fac4e5693b11c28f5faed53ae83b014106e5d79f1581dc4be5f2e20e48474866b279abbebccab7369c3efdd8eb6021cda31206e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 12.1.3
|
|
2
|
+
- Upgrades `httpcore5` dependency to v5.3.6 [#262](https://github.com/logstash-plugins/logstash-integration-kafka/pull/262)
|
|
3
|
+
|
|
1
4
|
## 12.1.2
|
|
2
5
|
- Upgrade `com.fasterxml.jackson` dependencies to 2.21.2 [#254](https://github.com/logstash-plugins/logstash-integration-kafka/pull/254)
|
|
3
6
|
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Logstash Plugin
|
|
2
2
|
|
|
3
|
-
[](https://github.com/logstash-plugins/logstash-integration-kafka/actions/workflows/unit-tests.yml)
|
|
4
4
|
|
|
5
5
|
This is a plugin for [Logstash](https://github.com/elastic/logstash).
|
|
6
6
|
|
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
require 'jar_dependencies'
|
|
4
|
-
require_jar('io.confluent', 'kafka-avro-serializer', '8.2.
|
|
5
|
-
require_jar('io.confluent', 'kafka-schema-serializer', '8.2.
|
|
6
|
-
require_jar('io.confluent', 'kafka-schema-registry-client', '8.2.
|
|
4
|
+
require_jar('io.confluent', 'kafka-avro-serializer', '8.2.1')
|
|
5
|
+
require_jar('io.confluent', 'kafka-schema-serializer', '8.2.1')
|
|
6
|
+
require_jar('io.confluent', 'kafka-schema-registry-client', '8.2.1')
|
|
7
7
|
require_jar('org.apache.avro', 'avro', '1.12.1')
|
|
8
8
|
require_jar('com.fasterxml.jackson.dataformat', 'jackson-dataformat-csv', '2.21.2')
|
|
9
9
|
require_jar('com.fasterxml.jackson.datatype', 'jackson-datatype-jdk8', '2.21.2')
|
|
10
10
|
require_jar('com.fasterxml.jackson.core', 'jackson-databind', '2.21.2')
|
|
11
11
|
require_jar('com.fasterxml.jackson.core', 'jackson-core', '2.21.2')
|
|
12
12
|
require_jar('org.apache.kafka', 'kafka-clients', '4.2.0')
|
|
13
|
+
require_jar('org.apache.httpcomponents.client5', 'httpclient5', '5.5')
|
|
14
|
+
require_jar('org.apache.httpcomponents.core5', 'httpcore5-h2', '5.3.6')
|
|
15
|
+
require_jar('org.apache.httpcomponents.core5', 'httpcore5', '5.3.6')
|
|
13
16
|
require_jar('com.fasterxml.jackson.core', 'jackson-annotations', '2.21')
|
|
14
17
|
require_jar('org.apache.commons', 'commons-compress', '1.28.0')
|
|
15
18
|
require_jar('com.google.guava', 'guava', '32.0.1-jre')
|
|
16
19
|
require_jar('io.confluent', 'logredactor', '1.0.17')
|
|
17
|
-
require_jar('io.confluent', 'common-utils', '8.2.
|
|
20
|
+
require_jar('io.confluent', 'common-utils', '8.2.1')
|
|
18
21
|
require_jar('com.github.luben', 'zstd-jni', '1.5.6-10')
|
|
19
22
|
require_jar('at.yawk.lz4', 'lz4-java', '1.10.1')
|
|
20
23
|
require_jar('org.xerial.snappy', 'snappy-java', '1.1.10.7')
|
|
21
|
-
require_jar('org.apache.httpcomponents.client5', 'httpclient5', '5.5')
|
|
22
24
|
require_jar('org.slf4j', 'slf4j-api', '2.0.17')
|
|
23
25
|
require_jar('org.yaml', 'snakeyaml', '2.0')
|
|
24
26
|
require_jar('io.swagger.core.v3', 'swagger-annotations', '2.2.29')
|
|
@@ -34,5 +36,3 @@ require_jar('com.eclipsesource.minimal-json', 'minimal-json', '0.9.5')
|
|
|
34
36
|
require_jar('commons-codec', 'commons-codec', '1.19.0')
|
|
35
37
|
require_jar('commons-io', 'commons-io', '2.20.0')
|
|
36
38
|
require_jar('org.apache.commons', 'commons-lang3', '3.18.0')
|
|
37
|
-
require_jar('org.apache.httpcomponents.core5', 'httpcore5-h2', '5.3.4')
|
|
38
|
-
require_jar('org.apache.httpcomponents.core5', 'httpcore5', '5.3.4')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-integration-kafka
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.1.
|
|
4
|
+
version: 12.1.3
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
@@ -261,10 +261,10 @@ files:
|
|
|
261
261
|
- vendor/jar-dependencies/com/google/re2j/re2j/1.6/re2j-1.6.jar
|
|
262
262
|
- vendor/jar-dependencies/commons-codec/commons-codec/1.19.0/commons-codec-1.19.0.jar
|
|
263
263
|
- vendor/jar-dependencies/commons-io/commons-io/2.20.0/commons-io-2.20.0.jar
|
|
264
|
-
- vendor/jar-dependencies/io/confluent/common-utils/8.2.
|
|
265
|
-
- vendor/jar-dependencies/io/confluent/kafka-avro-serializer/8.2.
|
|
266
|
-
- vendor/jar-dependencies/io/confluent/kafka-schema-registry-client/8.2.
|
|
267
|
-
- vendor/jar-dependencies/io/confluent/kafka-schema-serializer/8.2.
|
|
264
|
+
- vendor/jar-dependencies/io/confluent/common-utils/8.2.1/common-utils-8.2.1.jar
|
|
265
|
+
- vendor/jar-dependencies/io/confluent/kafka-avro-serializer/8.2.1/kafka-avro-serializer-8.2.1.jar
|
|
266
|
+
- vendor/jar-dependencies/io/confluent/kafka-schema-registry-client/8.2.1/kafka-schema-registry-client-8.2.1.jar
|
|
267
|
+
- vendor/jar-dependencies/io/confluent/kafka-schema-serializer/8.2.1/kafka-schema-serializer-8.2.1.jar
|
|
268
268
|
- vendor/jar-dependencies/io/confluent/logredactor-metrics/1.0.17/logredactor-metrics-1.0.17.jar
|
|
269
269
|
- vendor/jar-dependencies/io/confluent/logredactor/1.0.17/logredactor-1.0.17.jar
|
|
270
270
|
- vendor/jar-dependencies/io/swagger/core/v3/swagger-annotations/2.2.29/swagger-annotations-2.2.29.jar
|
|
@@ -272,8 +272,8 @@ files:
|
|
|
272
272
|
- vendor/jar-dependencies/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar
|
|
273
273
|
- vendor/jar-dependencies/org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar
|
|
274
274
|
- vendor/jar-dependencies/org/apache/httpcomponents/client5/httpclient5/5.5/httpclient5-5.5.jar
|
|
275
|
-
- vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5-h2/5.3.
|
|
276
|
-
- vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5/5.3.
|
|
275
|
+
- vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5-h2/5.3.6/httpcore5-h2-5.3.6.jar
|
|
276
|
+
- vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5/5.3.6/httpcore5-5.3.6.jar
|
|
277
277
|
- vendor/jar-dependencies/org/apache/kafka/kafka-clients/4.2.0/kafka-clients-4.2.0.jar
|
|
278
278
|
- vendor/jar-dependencies/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar
|
|
279
279
|
- vendor/jar-dependencies/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar
|