janhoy opened a new pull request, #4806: URL: https://github.com/apache/solr/pull/4806
Follow-up to SOLR-18396 (#4794), which stopped dependency-locking the throwaway `...Copy` configurations. This regenerates the four affected lockfiles from scratch (delete + `resolveAndLockAll --write-locks`) so the stale `<conf>Copy` entries are actually removed — Gradle's lockfile writer merges rather than rewrites, so they survived normal regeneration. Since a from-scratch regeneration also drops other stale merged lock state, a few outdated `jarValidation`/`testRuntimeClasspath` version entries in sql, solrj-streaming and webapp got refreshed to the catalog versions (checker-qual 4.2.0, calcite 1.42.0, httpclient5 5.5), and the now dangling `checker-qual-3.54.0.jar.sha1` was removed via `updateLicenses`. Unlike the JIRA patch attachment, this leaves ltr's `localPythonClientCopy` untouched — it is a genuinely declared configuration, not a copyRecursive clone. Validated with `gradlew check -x test`. No changelog entry (lockfile-only cleanup). -- 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]
