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
Spring Framework 7 will use Kotlin 2.x as a new baseline, TBD if we use 2.0, 2.1, 2.2 or 2.3 as the minimal version supported, this kind of decision could be driven by #21546 requirements.
Kotlin Serialization and Kotlin Coroutines should be upgraded accordingly, related upgrade issue will be created when it is clearer what version we will use.
The text was updated successfully, but these errors were encountered:
As a preparation to using a Kotlin 2 baseline, this commit stops using
Java code snippets in Kotlin ones in order to avoid redeclaration
errors.
See spring-projectsgh-33629
Spring Framework 7 will use Kotlin 2.x as a new baseline, TBD if we use 2.0, 2.1, 2.2 or 2.3 as the minimal version supported, this kind of decision could be driven by #21546 requirements.
Kotlin Serialization and Kotlin Coroutines should be upgraded accordingly, related upgrade issue will be created when it is clearer what version we will use.
The text was updated successfully, but these errors were encountered: