janhoy opened a new pull request, #4325: URL: https://github.com/apache/solr/pull/4325
Prunes 7 library entries and 3 version keys from `gradle/libs.versions.toml` that are dead weight: not referenced in any build file **and** not present in any resolved dependency graph (verified against all 37 Gradle lock files). No JAR is added to or removed from the shipped distribution. One benefit other than cleanup is that renovatebot won't have to bother [upgrading stuff we don't use](https://github.com/apache/solr/pull/3894) :) ### What was removed | Entry | Type | Reason | |---|---|---| | `prometheus-simpleclient` + `prometheus-simpleclient-httpserver` | library + version key | Old Prometheus Java client (`io.prometheus:simpleclient`), fully superseded by `io.prometheus:prometheus-metrics-*` which is already in use | | `junit-jupiter` | library + version key | The aggregate artifact `org.junit.jupiter:junit-jupiter:6.0.3` is not used; `junit-jupiter-api:5.6.2` still arrives transitively via `randomizedtesting` and is unaffected | | `apache-commons-configuration2` | library + version key | Not in any dependency tree | | `apache-curator-recipes` | library only | `curator-client` and `curator-framework` are used; `curator-recipes` is not | | `apache-log4j-jul` | library only | The JUL-to-Log4j bridge is not loaded anywhere in the runtime graph | | `dropwizard-metrics-servlets` (`metrics-jakarta-servlets`) | library only | Only `dropwizard-metrics-core` and `metrics-jetty12-ee10` are used | -- 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]
