spring-kotlin-coroutine icon indicating copy to clipboard operation
spring-kotlin-coroutine copied to clipboard

Any update of this project?

Open hantsy opened this issue 3 years ago • 1 comments

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).

hantsy avatar Aug 24 '22 04:08 hantsy

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

patrykorwat avatar Apr 07 '23 09:04 patrykorwat