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:
Phillip Webb
2021-09-13 17:39:45 +02:00
committed by Sam Brannen
parent d55cbf8b4d
commit 52b03e3326
11 changed files with 101 additions and 124 deletions
-1
View File
@@ -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")