Resolves https://github.com/spring-projects/spring-integration/issues/3600 Previously, the `KafkaProducerMessageHandler` did not synchronize a transaction with some other transaction (e.g. JDBC); it published in a local transaction instead. Also configure the Gradle Kotlin Daemon to work with JDK 16. **cherry-pick to 5.4.x**
6 lines
275 B
INI
6 lines
275 B
INI
version=5.5.3-SNAPSHOT
|
|
org.gradle.jvmargs=-Xms512m -Xmx4g -XX:MaxPermSize=1024m -XX:MaxMetaspaceSize=1g -Dkotlin.daemon.jvm.options="-Xmx1g --illegal-access=permit" -Dfile.encoding=UTF-8
|
|
org.gradle.caching=true
|
|
org.gradle.parallel=true
|
|
kotlin.stdlib.default.dependency=false
|