konrad-kaminski / spring-kotlin-coroutine

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

Support for Kotlin 1.3.0 #39

Closed andyswift closed 5 years ago

andyswift commented 5 years ago

Are there any plans to migrate to the latest Kotlin release now that coroutines are no longer 'experimental'

0mok commented 5 years ago

I've created a patch for supporting kotlin 1.3.0 (#40).

lazyFloyd commented 5 years ago

Are there any plans to migrate to the latest Kotlin release now that coroutines are no longer 'experimental'

+1, any timeframe on a support for Kotlin 1.3+? @konrad-kaminski

mpires commented 5 years ago

+1

domgom commented 5 years ago

+1

domgom commented 5 years ago

I've created https://github.com/konrad-kaminski/spring-kotlin-coroutine/pull/44 with the latest Kotlin and coroutines versions and also addressed some comments* on the original https://github.com/konrad-kaminski/spring-kotlin-coroutine/pull/40 from @0mok .

*Actually renamed all packages to remove .experimental. references.

andyswift commented 5 years ago

I see this is going to be rolled out in SpringBoot 2.2 We have migrated to the latest milestone (2.2.0.M2) and it is working nicely

https://spring.io/blog/2019/04/12/going-reactive-with-spring-coroutines-and-kotlin-flow

konrad-kaminski commented 5 years ago

Merged. Thanks @domgom .