konrad-kaminski / spring-kotlin-coroutine

Kotlin coroutine support for Spring.
448 stars 69 forks source link

Support for Kotlin 1.3.21 and coroutines 1.1.1 #44

Closed domgom closed 5 years ago

domgom commented 5 years ago

Update changes from https://github.com/konrad-kaminski/spring-kotlin-coroutine/pull/40 to ext.kotlin_version 1.3.21 and kotlin_coroutines_version 1.1.1

stowns commented 5 years ago

@konrad-kaminski would you please provide some feedback? There are many of us waiting on this update so that we can support a Kotlin version where coroutines are no longer considered experimental. Thank you.

sdeleuze commented 5 years ago

For non experimental support I advise you to wait the official support coming in Spring Framework 5.2 (for Spring WebFlux, Data R2DBC, Data MongoDB, but not Spring MVC), see https://github.com/spring-projects/spring-framework/issues/19975#issuecomment-464732215 for more details.