Fix solr:ui lockfile using stale kotlinx-datetime compat variant#4335
Merged
malliaridis merged 1 commit intoapache:mainfrom Apr 26, 2026
Merged
Conversation
Regenerate the ui module lockfile via resolveAndLockAll --write-locks, removing the stale 0.7.1-0.6.x-compat entry that had persisted in *ApiDependenciesMetadata configurations from a prior lockfile generation. Also correct the changelog entry title to reflect the plain 0.7.1 release.
Contributor
Author
|
@malliaridis Surprised the lockfile of 'ui' can get stale like this and not be overwritten/re-generated when regenerating locks? Had to delete it and re-generate in order to fix the bogous version. |
Contributor
|
Yeah, this is strange. I noticed the version drift recently, but I am not sure if that only happens on the Need to investigate the cause if I find the time. |
malliaridis
approved these changes
Apr 26, 2026
Contributor
|
Moved forawrd and merged this one, so that I can update another PR and finalize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Minor fix after #4305
The
solr/uilockfile contained a stale entry fororg.jetbrains.kotlinx:kotlinx-datetime:0.7.1-0.6.x-compatin the*ApiDependenciesMetadata/*CompileOnlyDependenciesMetadataconfigurations. This compat variant was written by a previous lockfile generation and was never refreshed becauseresolveAndLockAlldoes 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 plain0.7.1entries. No build logic changes were required.The changelog entry title is also corrected from
v0.7.1-0.6.x-compattov0.7.1.