Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kafka-client extension - Jandex index warning #23382

Closed
rsvoboda opened this issue Feb 2, 2022 · 2 comments
Closed

kafka-client extension - Jandex index warning #23382

rsvoboda opened this issue Feb 2, 2022 · 2 comments
Labels
area/kafka triage/duplicate This issue or pull request already exists
Milestone

Comments

@rsvoboda
Copy link
Member

rsvoboda commented Feb 2, 2022

Describe the bug

kafka-client extension - Jandex index warning

[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.

Expected behavior

No warning

Actual behavior

Warning about classes not included in the Jandex

How to Reproduce?

Output of uname -a or ver

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 or gradlew --version)

No response

Additional information

No response

@rsvoboda rsvoboda added the kind/bug Something isn't working label Feb 2, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Feb 2, 2022

/cc @cescoffier, @ozangunalp

@ozangunalp
Copy link
Contributor

This is fixed with #23270

@ozangunalp ozangunalp added triage/duplicate This issue or pull request already exists and removed kind/bug Something isn't working labels Feb 2, 2022
@rsvoboda rsvoboda closed this as completed Feb 2, 2022
@rsvoboda rsvoboda added this to the 2.8 - main milestone Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kafka triage/duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants