mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Migrate CoroutinesUtils to Java
Migrate `CoroutinesUtils` from Kotlin code to Java and drop the `kotlin-coroutines` module. This update removes the need for Kotlin tooling IDE plugins to be installed. Closes gh-27379
This commit is contained in:
committed by
Sam Brannen
parent
d55cbf8b4d
commit
52b03e3326
@@ -7,7 +7,6 @@ dependencies {
|
||||
api(project(":spring-core"))
|
||||
optional(project(":spring-aop"))
|
||||
optional(project(":spring-context")) // for JCA, @EnableTransactionManagement
|
||||
optional(project(":kotlin-coroutines"))
|
||||
optional("javax.ejb:javax.ejb-api")
|
||||
optional("javax.interceptor:javax.interceptor-api")
|
||||
optional("javax.resource:javax.resource-api")
|
||||
|
||||
Reference in New Issue
Block a user