Closed zbendhiba closed 3 years ago
related to quarkus-18398
@zbendhiba Our dependency tree seems to use 9.10:
[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ kafka-oauth-common ---
[INFO] io.strimzi:kafka-oauth-common:jar:0.8.1
[INFO] +- com.nimbusds:nimbus-jose-jwt:jar:9.10:compile
[INFO] | \- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.26:provided
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.10.5.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.5:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.10.5:compile
[INFO] +- com.jayway.jsonpath:json-path:jar:2.6.0:compile
[INFO] | \- net.minidev:json-smart:jar:2.4.7:compile
[INFO] | \- net.minidev:accessors-smart:jar:2.4.7:compile
[INFO] +- org.apache.kafka:kafka-clients:jar:2.8.0:provided
[INFO] | +- com.github.luben:zstd-jni:jar:1.4.9-1:provided
[INFO] | +- org.lz4:lz4-java:jar:1.7.1:provided
[INFO] | \- org.xerial.snappy:snappy-java:jar:1.1.8.1:provided
[INFO] +- com.github.spotbugs:spotbugs-annotations:jar:3.1.12:provided
[INFO] | \- com.google.code.findbugs:jsr305:jar:3.0.2:provided
[INFO] +- junit:junit:jar:4.13.1:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] \- org.slf4j:slf4j-simple:jar:1.7.26:test
This also corresponds to our pom.xml file: https://github.com/strimzi/strimzi-kafka-oauth/blob/2fbbaa638768e44202b7afcadddafe0850da4d3b/pom.xml#L90
So this is probably not a Strimzi issue?
yes I just tracked it. Thanks
Hello, If I use the kafka-oauth-client 0.8.1, I have an issue with nimbus-jose-jwt. This is the stack trace in a Quarkus app.
When I see the dependency tree, the problem seems to be the version used.
I don't see in the code that 4.41.1 version and I just want to make sure it would be fixed to 9.10 version.
Temporarily if I add the 9.10 version in my pom.xml it works too.