barry3406 commented on issue #16109: URL: https://github.com/apache/dubbo/issues/16109#issuecomment-4228251667
Going to take this. The class rename is straightforward — `io.micrometer.prometheus.PrometheusConfig` moved to `io.micrometer.prometheusmetrics.PrometheusConfig` in micrometer 1.13 (Spring Boot 3.3+), and the `io.prometheus.client.*` checks need a fallback path so the older 3.2.x dependency tree still validates. Will add a unit test for `MetricsSupportUtil.isSupportPrometheus()` covering both class layouts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
