logstash-input-azure_event_hubs 1.5.3 → 1.5.4
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 +4 -0
- data/VERSION +1 -1
- data/lib/logstash-input-azure_event_hubs.rb +26 -22
- data/vendor/jar-dependencies/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar +0 -0
- data/vendor/jar-dependencies/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar +0 -0
- data/vendor/jar-dependencies/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar +0 -0
- data/vendor/jar-dependencies/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar +0 -0
- data/vendor/jar-dependencies/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar +0 -0
- data/vendor/jar-dependencies/com/squareup/okhttp3/logging-interceptor/3.12.2/logging-interceptor-3.12.2.jar +0 -0
- data/vendor/jar-dependencies/com/squareup/okhttp3/okhttp-urlconnection/3.12.2/okhttp-urlconnection-3.12.2.jar +0 -0
- data/vendor/jar-dependencies/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar +0 -0
- data/vendor/jar-dependencies/joda-time/joda-time/2.10.14/joda-time-2.10.14.jar +0 -0
- data/vendor/jar-dependencies/org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar +0 -0
- data/vendor/jar-dependencies/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar +0 -0
- data/vendor/jar-dependencies/org/jetbrains/annotations/13.0/annotations-13.0.jar +0 -0
- data/vendor/jar-dependencies/org/jetbrains/kotlin/kotlin-stdlib/2.1.0/kotlin-stdlib-2.1.0.jar +0 -0
- data/vendor/jar-dependencies/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.10/kotlin-stdlib-jdk7-1.9.10.jar +0 -0
- data/vendor/jar-dependencies/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.10/kotlin-stdlib-jdk8-1.9.10.jar +0 -0
- data/vendor/jar-dependencies/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar +0 -0
- metadata +18 -14
- data/vendor/jar-dependencies/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar +0 -0
- data/vendor/jar-dependencies/com/microsoft/azure/adal4j/1.6.4/adal4j-1.6.4.jar +0 -0
- data/vendor/jar-dependencies/com/nimbusds/lang-tag/1.7/lang-tag-1.7.jar +0 -0
- data/vendor/jar-dependencies/com/nimbusds/oauth2-oidc-sdk/8.36.2/oauth2-oidc-sdk-8.36.2.jar +0 -0
- data/vendor/jar-dependencies/com/squareup/okhttp3/logging-interceptor/4.12.0/logging-interceptor-4.12.0.jar +0 -0
- data/vendor/jar-dependencies/com/squareup/okhttp3/okhttp-urlconnection/4.12.0/okhttp-urlconnection-4.12.0.jar +0 -0
- data/vendor/jar-dependencies/com/sun/mail/javax.mail/1.6.1/javax.mail-1.6.1.jar +0 -0
- data/vendor/jar-dependencies/javax/activation/activation/1.1/activation-1.1.jar +0 -0
- data/vendor/jar-dependencies/net/minidev/json-smart/2.4.9/json-smart-2.4.9.jar +0 -0
- data/vendor/jar-dependencies/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar +0 -0
- data/vendor/jar-dependencies/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar +0 -0
- data/vendor/jar-dependencies/org/jetbrains/kotlin/kotlin-stdlib-jdk8/2.1.0/kotlin-stdlib-jdk8-2.1.0.jar +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3ed54d0aa0e98d074604c3f721a744a143f50cc2db0e6d220afa0307d6b68c5
|
|
4
|
+
data.tar.gz: 24d56cc39fb8d0b84b821e2d718c1b72dedc27a4983ab9d9226a64a94a4fd617
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6fd88ed864d7ccba9dcff6f873782f337e289d353be2c1417afe10984a447573bf313f45316178ba6c280a1bbf29df7daf31dab1b79835c9115da3a71976e34d
|
|
7
|
+
data.tar.gz: 82d9aeee2e665fc3c1dccf7952726560ff823fb9de74a743423e0b695c8b649dfa2a18ea2768cb6d91e7c96adb678336b5aac68ff31eb419b9daebd0183b7741
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 1.5.4
|
|
2
|
+
- Ensure full jar-dependency tree is shipped with gem artifact [#110](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/110)
|
|
3
|
+
- Remove unused `adal4j` dependency [#107](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/107)
|
|
4
|
+
|
|
1
5
|
## 1.5.3
|
|
2
6
|
- Fix: With `config_mode => 'advanced'`, event hub-specific settings (`initial_position`, `max_batch_size`, `prefetch_count`, `receive_timeout`, `initial_position_look_back`) were being ignored and replaced with global defaults. These settings are now correctly applied per event hub [#104](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/104)
|
|
3
7
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.5.
|
|
1
|
+
1.5.4
|
|
@@ -1,38 +1,42 @@
|
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
require 'jar_dependencies'
|
|
4
|
+
require_jar('com.microsoft.azure', 'azure-eventhubs-eph', '3.3.0')
|
|
4
5
|
require_jar('com.microsoft.azure', 'azure-eventhubs', '3.3.0')
|
|
5
6
|
require_jar('com.microsoft.azure', 'qpid-proton-j-extensions', '1.2.4')
|
|
6
|
-
require_jar('com.microsoft.azure', 'azure-eventhubs-eph', '3.3.0')
|
|
7
7
|
require_jar('com.microsoft.azure', 'azure-storage', '8.6.6')
|
|
8
|
-
require_jar('com.google.code.gson', 'gson', '2.8.9')
|
|
9
|
-
require_jar('org.apache.qpid', 'proton-j', '0.33.8')
|
|
10
|
-
require_jar('com.microsoft.azure', 'azure-keyvault-core', '1.2.4')
|
|
11
|
-
require_jar('com.microsoft.azure', 'adal4j', '1.6.4')
|
|
12
|
-
require_jar('com.microsoft.azure', 'azure-annotations', '1.10.0')
|
|
13
8
|
require_jar('com.microsoft.azure', 'azure-client-authentication', '1.7.3')
|
|
14
9
|
require_jar('com.microsoft.azure', 'azure-client-runtime', '1.7.3')
|
|
15
10
|
require_jar('com.microsoft.rest', 'client-runtime', '1.7.3')
|
|
11
|
+
require_jar('com.fasterxml.jackson.datatype', 'jackson-datatype-joda', '2.16.2')
|
|
12
|
+
require_jar('com.squareup.retrofit2', 'converter-jackson', '2.7.2')
|
|
13
|
+
require_jar('com.fasterxml.jackson.core', 'jackson-databind', '2.16.2')
|
|
16
14
|
require_jar('com.fasterxml.jackson.core', 'jackson-annotations', '2.16.2')
|
|
17
15
|
require_jar('com.fasterxml.jackson.core', 'jackson-core', '2.16.2')
|
|
18
|
-
require_jar('com.
|
|
19
|
-
require_jar('com.
|
|
20
|
-
require_jar('com.github.stephenc.jcip', 'jcip-annotations', '1.0-1')
|
|
16
|
+
require_jar('com.google.code.gson', 'gson', '2.8.9')
|
|
17
|
+
require_jar('com.microsoft.azure', 'azure-keyvault-core', '1.2.4')
|
|
21
18
|
require_jar('com.google.guava', 'guava', '32.0.1-jre')
|
|
22
|
-
require_jar('
|
|
19
|
+
require_jar('commons-codec', 'commons-codec', '1.14')
|
|
23
20
|
require_jar('com.nimbusds', 'nimbus-jose-jwt', '10.0.2')
|
|
24
|
-
require_jar('com.nimbusds', 'oauth2-oidc-sdk', '8.36.2')
|
|
25
|
-
require_jar('com.squareup.okhttp3', 'logging-interceptor', '4.12.0')
|
|
26
|
-
require_jar('com.squareup.okhttp3', 'okhttp-urlconnection', '4.12.0')
|
|
27
|
-
require_jar('com.squareup.okhttp3', 'okhttp', '4.12.0')
|
|
28
|
-
require_jar('org.jetbrains.kotlin', 'kotlin-stdlib-jdk8', '2.1.0')
|
|
29
21
|
require_jar('com.squareup.retrofit2', 'adapter-rxjava', '2.7.2')
|
|
30
|
-
require_jar('com.squareup.retrofit2', 'converter-jackson', '2.7.2')
|
|
31
22
|
require_jar('com.squareup.retrofit2', 'retrofit', '2.7.2')
|
|
32
|
-
require_jar('com.
|
|
33
|
-
require_jar('
|
|
23
|
+
require_jar('com.squareup.okhttp3', 'logging-interceptor', '3.12.2')
|
|
24
|
+
require_jar('com.squareup.okhttp3', 'okhttp-urlconnection', '3.12.2')
|
|
25
|
+
require_jar('com.squareup.okhttp3', 'okhttp', '4.12.0')
|
|
26
|
+
require_jar('org.apache.commons', 'commons-lang3', '3.18.0')
|
|
27
|
+
require_jar('com.squareup.okio', 'okio-jvm', '3.6.0')
|
|
28
|
+
require_jar('org.jetbrains.kotlin', 'kotlin-stdlib-jdk8', '1.9.10')
|
|
29
|
+
require_jar('org.jetbrains.kotlin', 'kotlin-stdlib-jdk7', '1.9.10')
|
|
30
|
+
require_jar('org.jetbrains.kotlin', 'kotlin-stdlib', '2.1.0')
|
|
31
|
+
require_jar('org.apache.qpid', 'proton-j', '0.33.8')
|
|
32
|
+
require_jar('org.slf4j', 'slf4j-api', '1.7.30')
|
|
33
|
+
require_jar('com.microsoft.azure', 'azure-annotations', '1.10.0')
|
|
34
|
+
require_jar('com.google.guava', 'failureaccess', '1.0.1')
|
|
35
|
+
require_jar('com.google.guava', 'listenablefuture', '9999.0-empty-to-avoid-conflict-with-guava')
|
|
36
|
+
require_jar('com.google.code.findbugs', 'jsr305', '3.0.2')
|
|
37
|
+
require_jar('org.checkerframework', 'checker-qual', '3.33.0')
|
|
38
|
+
require_jar('com.google.errorprone', 'error_prone_annotations', '2.18.0')
|
|
39
|
+
require_jar('com.google.j2objc', 'j2objc-annotations', '2.8')
|
|
34
40
|
require_jar('io.reactivex', 'rxjava', '1.3.8')
|
|
35
|
-
require_jar('
|
|
36
|
-
require_jar('
|
|
37
|
-
require_jar('org.checkerframework', 'checker-compat-qual', '2.0.0')
|
|
38
|
-
require_jar('org.codehaus.mojo', 'animal-sniffer-annotations', '1.14')
|
|
41
|
+
require_jar('joda-time', 'joda-time', '2.10.14')
|
|
42
|
+
require_jar('org.jetbrains', 'annotations', '13.0')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/vendor/jar-dependencies/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-azure_event_hubs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 2026-01-21 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: logstash-core-plugin-api
|
|
@@ -106,10 +106,13 @@ files:
|
|
|
106
106
|
- vendor/jar-dependencies/com/fasterxml/jackson/core/jackson-core/2.16.2/jackson-core-2.16.2.jar
|
|
107
107
|
- vendor/jar-dependencies/com/fasterxml/jackson/core/jackson-databind/2.16.2/jackson-databind-2.16.2.jar
|
|
108
108
|
- vendor/jar-dependencies/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.16.2/jackson-datatype-joda-2.16.2.jar
|
|
109
|
-
- vendor/jar-dependencies/com/
|
|
109
|
+
- vendor/jar-dependencies/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
|
|
110
110
|
- vendor/jar-dependencies/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
|
|
111
|
+
- vendor/jar-dependencies/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar
|
|
112
|
+
- vendor/jar-dependencies/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
|
|
111
113
|
- vendor/jar-dependencies/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar
|
|
112
|
-
- vendor/jar-dependencies/com/
|
|
114
|
+
- vendor/jar-dependencies/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
|
|
115
|
+
- vendor/jar-dependencies/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
|
|
113
116
|
- vendor/jar-dependencies/com/microsoft/azure/azure-annotations/1.10.0/azure-annotations-1.10.0.jar
|
|
114
117
|
- vendor/jar-dependencies/com/microsoft/azure/azure-client-authentication/1.7.3/azure-client-authentication-1.7.3.jar
|
|
115
118
|
- vendor/jar-dependencies/com/microsoft/azure/azure-client-runtime/1.7.3/azure-client-runtime-1.7.3.jar
|
|
@@ -119,24 +122,25 @@ files:
|
|
|
119
122
|
- vendor/jar-dependencies/com/microsoft/azure/azure-storage/8.6.6/azure-storage-8.6.6.jar
|
|
120
123
|
- vendor/jar-dependencies/com/microsoft/azure/qpid-proton-j-extensions/1.2.4/qpid-proton-j-extensions-1.2.4.jar
|
|
121
124
|
- vendor/jar-dependencies/com/microsoft/rest/client-runtime/1.7.3/client-runtime-1.7.3.jar
|
|
122
|
-
- vendor/jar-dependencies/com/nimbusds/lang-tag/1.7/lang-tag-1.7.jar
|
|
123
125
|
- vendor/jar-dependencies/com/nimbusds/nimbus-jose-jwt/10.0.2/nimbus-jose-jwt-10.0.2.jar
|
|
124
|
-
- vendor/jar-dependencies/com/
|
|
125
|
-
- vendor/jar-dependencies/com/squareup/okhttp3/
|
|
126
|
-
- vendor/jar-dependencies/com/squareup/okhttp3/okhttp-urlconnection/4.12.0/okhttp-urlconnection-4.12.0.jar
|
|
126
|
+
- vendor/jar-dependencies/com/squareup/okhttp3/logging-interceptor/3.12.2/logging-interceptor-3.12.2.jar
|
|
127
|
+
- vendor/jar-dependencies/com/squareup/okhttp3/okhttp-urlconnection/3.12.2/okhttp-urlconnection-3.12.2.jar
|
|
127
128
|
- vendor/jar-dependencies/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar
|
|
129
|
+
- vendor/jar-dependencies/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar
|
|
128
130
|
- vendor/jar-dependencies/com/squareup/retrofit2/adapter-rxjava/2.7.2/adapter-rxjava-2.7.2.jar
|
|
129
131
|
- vendor/jar-dependencies/com/squareup/retrofit2/converter-jackson/2.7.2/converter-jackson-2.7.2.jar
|
|
130
132
|
- vendor/jar-dependencies/com/squareup/retrofit2/retrofit/2.7.2/retrofit-2.7.2.jar
|
|
131
|
-
- vendor/jar-dependencies/com/sun/mail/javax.mail/1.6.1/javax.mail-1.6.1.jar
|
|
132
133
|
- vendor/jar-dependencies/commons-codec/commons-codec/1.14/commons-codec-1.14.jar
|
|
133
134
|
- vendor/jar-dependencies/io/reactivex/rxjava/1.3.8/rxjava-1.3.8.jar
|
|
134
|
-
- vendor/jar-dependencies/
|
|
135
|
-
- vendor/jar-dependencies/
|
|
135
|
+
- vendor/jar-dependencies/joda-time/joda-time/2.10.14/joda-time-2.10.14.jar
|
|
136
|
+
- vendor/jar-dependencies/org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar
|
|
136
137
|
- vendor/jar-dependencies/org/apache/qpid/proton-j/0.33.8/proton-j-0.33.8.jar
|
|
137
|
-
- vendor/jar-dependencies/org/checkerframework/checker-
|
|
138
|
-
- vendor/jar-dependencies/org/
|
|
139
|
-
- vendor/jar-dependencies/org/jetbrains/kotlin/kotlin-stdlib-
|
|
138
|
+
- vendor/jar-dependencies/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar
|
|
139
|
+
- vendor/jar-dependencies/org/jetbrains/annotations/13.0/annotations-13.0.jar
|
|
140
|
+
- vendor/jar-dependencies/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.10/kotlin-stdlib-jdk7-1.9.10.jar
|
|
141
|
+
- vendor/jar-dependencies/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.10/kotlin-stdlib-jdk8-1.9.10.jar
|
|
142
|
+
- vendor/jar-dependencies/org/jetbrains/kotlin/kotlin-stdlib/2.1.0/kotlin-stdlib-2.1.0.jar
|
|
143
|
+
- vendor/jar-dependencies/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar
|
|
140
144
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
141
145
|
licenses:
|
|
142
146
|
- Apache-2.0
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|