janhoy opened a new pull request, #4335:
URL: https://github.com/apache/solr/pull/4335

   Minor fix after #4305 
   
   The `solr/ui` lockfile contained a stale entry for 
`org.jetbrains.kotlinx:kotlinx-datetime:0.7.1-0.6.x-compat` in the 
`*ApiDependenciesMetadata` / `*CompileOnlyDependenciesMetadata` configurations. 
This compat variant was written by a previous lockfile generation and was never 
refreshed because `resolveAndLockAll` does not resolve those internal KMP 
metadata configurations.
   
   The fix was to delete the lockfile and regenerate it cleanly via `./gradlew 
:solr:ui:resolveAndLockAll --write-locks`, which produced only plain `0.7.1` 
entries. No build logic changes were required.
   
   The changelog entry title is also corrected from `v0.7.1-0.6.x-compat` to 
`v0.7.1`.


-- 
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]

Reply via email to