konrad-kaminski / spring-kotlin-coroutine

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

Upgrade to Spring Framework 5.0 #3

Closed sdeleuze closed 6 years ago

sdeleuze commented 6 years ago

Hey Konrad, since Spring Framework 5.0 has been recently released and now provides official Kotlin support (and not only for WebFlux level, see the reference documentation), do you have any plan to upgrade spring-kotlin-coroutine to support it (I guess Spring Framework 4.x users could continue to use spring-kotlin-coroutine 0.2.x) ?

konrad-kaminski commented 6 years ago

You should be able to use the current version of spring-kotlin-coroutine with Spring 5 - you just have to manually specify dependency to Spring 5 in your app. Of course it won't use Spring WebFlux - this is one the things I'm working on right now. In the next couple of days I should release a version which works with Spring WebFlux.

konrad-kaminski commented 6 years ago

The new version (0.3.0) has been released.