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

Suppress unused warning in RestClientMetricsFilter #41755

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jul 8, 2024

This came to my attention while looking at quarkiverse/quarkus-langchain4j#731

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 8, 2024

/cc @brunobat (micrometer), @ebullient (micrometer)

@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jul 8, 2024
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 8, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 57c5070.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@@ -21,6 +21,7 @@
*/
@Unremovable
@Provider
@SuppressWarnings("unused") // this is used by io.quarkus.micrometer.deployment.binder.HttpBinderProcessor
Copy link
Member

Choose a reason for hiding this comment

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

I'm surprised that you get unused warnings for public classes? I think they are usually considered public APIs and thus not marked as unused.

@gsmet gsmet merged commit ac22bdf into quarkusio:main Jul 8, 2024
28 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.13 - main milestone Jul 8, 2024
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jul 8, 2024
@gastaldi gastaldi deleted the rest-client-filter-unused branch July 8, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants