Fixes: #361 The default request timeout in Spring Integration is `30 seconds` to not block the thread forever. However, the logic in the Cafe Demo is longer even that one minute to wait for all the drinks to be ready to free an order queue. * Add `spring.integration.endpoint.default-timeout=-1` to wait on the customer request forever for the logic of the application * Add `spring.task.scheduling.pool.size=10` to avoid deadlock when all the scheduled tasks compete for the same thread by default * Upgrade to latest Gradle * Upgrade to the latest Spring Boot Related to: https://github.com/spring-projects/spring-boot/issues/41477
6 lines
147 B
INI
6 lines
147 B
INI
version=6.4.0
|
|
springBootVersion=3.4.0-SNAPSHOT
|
|
org.gradle.jvmargs=-Xmx1536M -Dfile.encoding=UTF-8
|
|
org.gradle.caching=true
|
|
org.gradle.parallel=true
|