Bump Kotlin 2.4.0, Compose 1.11.1, and DB stack (Exposed 1.x, Flyway 12, Hikari 7)#6
Merged
Merged
Conversation
…12, Hikari 7) - Kotlin 2.3.21 -> 2.4.0, KSP 2.3.3 -> 2.3.9 - Compose Multiplatform 1.10.3 -> 1.11.1, androidx-lifecycle 2.9.6 -> 2.10.0 - Postgres stack: Exposed 0.61.0 -> 1.3.0, Flyway 11 -> 12.9.0, HikariCP 6 -> 7.1.0, postgresql 42.7.11, zonky embedded 2.2.2 / binaries 18.4.0 (PG18), slf4j 2.0.18 - Migrate Exposed imports to the 1.0 v1.* package layout (org.jetbrains.exposed.sql.* -> v1.core.* / v1.jdbc.*), including codegen-emitted imports - Verified: postgres modules compile + integration tests pass on embedded PG18 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner
Author
|
🔗 Umbrella PR: isaac-udy/ukpt#4 — merge this submodule PR first, then ukpt. |
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.
Part of the ukpt Kotlin 2.4 upgrade (umbrella PR in isaac-udy/ukpt — linked in a comment below).
Toolchain
Postgres / DB stack (major bumps)
v1.*package layout (org.jetbrains.exposed.sql.*→v1.core.*/v1.jdbc.*), including the codegen-emitted import strings.Exposed 1.0 relocated its packages, so a consumer still on 0.61 (e.g. Reglyph) breaks with
ClassNotFound— not just a version skew. Migrate consumers in lockstep.Verification
All five postgres modules compile;
:postgres-core:test+:postgres-codegen:testpass against a real embedded PG 18 (Flyway migrate → Exposed introspect → codegen, plus pgjdbc LISTEN/NOTIFY).🤖 Generated with Claude Code