Skip to content

Commit

Permalink
Merge pull request quarkusio#41755 from geoand/rest-client-filter-unused
Browse files Browse the repository at this point in the history
Suppress unused warning in RestClientMetricsFilter
  • Loading branch information
gsmet authored Jul 8, 2024
2 parents 7e98e77 + 57c5070 commit ac22bdf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/
@Unremovable
@Provider
@SuppressWarnings("unused") // this is used by io.quarkus.micrometer.deployment.binder.HttpBinderProcessor
public class RestClientMetricsFilter implements ClientRequestFilter, ClientResponseFilter {

private final static String REQUEST_METRIC_PROPERTY = "restClientMetrics";
Expand Down

0 comments on commit ac22bdf

Please sign in to comment.