You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] --- quarkus-maven-plugin:2.7.0.Final:build (default) @ code-with-quarkus ---
[WARNING] [io.quarkus.deployment.steps.ReflectiveHierarchyStep] Unable to properly register the hierarchy of the following classes for reflection as they are not in the Jandex index:
- javax.net.ssl.SSLSocketFactory (source: KafkaProcessor > javax.security.auth.spi.LoginModule)
- org.jose4j.jwk.HttpsJwks (source: KafkaProcessor > javax.security.auth.spi.LoginModule)
- org.jose4j.jwk.JsonWebKey (source: KafkaProcessor > javax.security.auth.spi.LoginModule)
- org.jose4j.jwk.VerificationJwkSelector (source: KafkaProcessor > javax.security.auth.spi.LoginModule)
- org.jose4j.jwt.consumer.JwtConsumer (source: KafkaProcessor > javax.security.auth.spi.LoginModule)
- org.jose4j.keys.resolvers.VerificationKeyResolver (source: KafkaProcessor > javax.security.auth.spi.LoginModule)
Consider adding them to the index either by creating a Jandex index for your dependency via the Maven plugin, an empty META-INF/beans.xml or quarkus.index-dependency properties.
Describe the bug
kafka-client extension - Jandex index warning
Expected behavior
No warning
Actual behavior
Warning about classes not included in the Jandex
How to Reproduce?
mvn clean package
Output of
uname -a
orver
No response
Output of
java -version
Java 17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.7.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: