konrad-kaminski / spring-kotlin-coroutine

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

Any update of this project? #51

Open hantsy opened 2 years ago

hantsy commented 2 years ago

Currently I am working on a Spring Boot/Kotlin Coroutines project, but it seems Spring lack of a lot of Coroutines feature provided in this project.

  1. Couroutines Beans in Configuration
  2. Coroutines aware event, cache, scheduler, etc.
  3. No Coroutines Template in Spring Data, only provides CoroutinesRepository.
  4. Spring Security does not provides Coroutines support its components(such as Security DSL, etc).
meshuga commented 1 year ago

I think it's more up to JetBrains to add the support in https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.spring to the parts that are still missing. Fortunately, some code to e.g. support Cacheable, can be copied from the repo with small changes to make it work with latest Kotlin