You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd probably vote for a downgrade in this instance. Looking at the awaitility changelog it seems like the new untilAsserted supplier and a consumer methods are the main new feature for Java users. I think I'd rather keep Kotlin compatibility and make Java users override the version if they want the new feature.
We can upgrade in 4.0.0 since we'll be on a Kotlin 2 baseline.
wilkinsona
changed the title
awailitility 4.3 is not compatible with Kotlin 1.9
Awailitility 4.3 is not compatible with Kotlin 1.9
May 28, 2025
wilkinsona
changed the title
Awailitility 4.3 is not compatible with Kotlin 1.9
Default version of Awailitility is not compatible with Kotlin 1.9 baseline
May 28, 2025
In #44602 awaitility was upgraded from 4.2.2 to 4.3.0. From the changeset of 4.3.0 awaitility/awaitility@awaitility-4.2.2...awaitility-4.3.0 the required Kotlin version was upgraded to 2 awaitility/awaitility@2a9814b.
Spring Boot 3.5 depends on Kotlin 1.9.x which breaks compilation of existing projects.
The text was updated successfully, but these errors were encountered: