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

fix: ignore okhttp3 jandex warnings for gradle builds #942

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

xstefank
Copy link
Member

Fixes #936 for gradle

@xstefank xstefank requested a review from metacosm August 30, 2024 10:45
@@ -283,6 +283,21 @@ void ignoreNonIndexedClassesWarningsInReflectiveHierarchy(
reflectiveHierarchyIgnoreWarningBuildItemBuildProducer.produce(
new ReflectiveHierarchyIgnoreWarningBuildItem(
DotName.createSimple(io.vertx.core.net.ProxyType.class.getName())));
reflectiveHierarchyIgnoreWarningBuildItemBuildProducer.produce(
new ReflectiveHierarchyIgnoreWarningBuildItem(
DotName.createSimple("okhttp3.OkHttpClient")));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@metacosm I don't think this would be worth adding okhttp3 dependency, so I opted to list them as strings.

@xstefank xstefank merged commit ef1f64f into quarkiverse:main Sep 10, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning: [vertx, okhttp3, okio] Classes not in Jandex index
2 participants