janhoy opened a new pull request, #4316: URL: https://github.com/apache/solr/pull/4316
## Summary Combined upgrade of all interdependent Kotlin/WasmJs ecosystem libraries in one branch to resolve cascading compatibility issues between the individual renovate PRs: - **Kotlin** `2.2.0 → 2.3.20` (closes #3475) - **ktor** `3.2.2 → 3.4.2` (closes #3218) - **kotlinx-browser** `0.3 → 0.5.0` (closes #3461) - **kotlinx-serialization** `1.9.0 → 1.11.0` (closes #4099) - **io.nlopez.compose.rules:ktlint** `0.4.27 → 0.5.7` (closes #3893) These libraries have inter-dependencies (Kotlin version affects ktor WasmJs compilation, serialization affects Compose resources generation, etc.) so combining them into a single branch makes it easier to stabilize. ## Known issues to iterate on - WasmJs build failures (`kotlinWasmStoreYarnLock`, `compileKotlinWasmJs`, `compileTestDevelopmentExecutableKotlinWasmJs`) need investigation once CI runs - UI lockfile updated manually (WASM toolchain not available locally); CI may reveal additional lockfile issues ## Test plan - [ ] `gradle check` passes (especially `spotlessKotlinCheck`, `kotlinWasmStoreYarnLock`, `compileKotlinWasmJs`) - [ ] `Run SolrJ Tests` passes - [ ] `extraction module tests with docker` passes -- 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]
