23 Commits

Author SHA1 Message Date
Artem Bilan
0e17fd4eec GH-361: Add timeout and scheduling.pool.size for Cafe DSL demo
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
2024-07-16 10:47:45 -04:00
abilan
48b17463f5 Upgrade to Spring Integration 6.1.0 2023-05-16 17:50:10 -04:00
Artem Bilan
db9db657a3 Upgrade to Gradle 7.4.1 2022-03-10 09:42:54 -05:00
Artem Bilan
361866da58 Move main to version 6.0
* Upgrade to the latest dependencies
* Migrate samples to `jakarta` namespace
* Rework `cafe-scripted` to RSocket instead of already removed RMI
* Migrate JMS samples to Apache Artemis for Jakarta EE 9
* Disables mails tests since there is a requirement to migrate to Greenmail for Jakarta EE 9 support
* Rework `generatePom` task to a new `maven-publish` plugin style
2022-01-20 17:10:31 -05:00
Artem Bilan
85fa429a11 Upgrade dependencies including Gradle
* Some Gradle script clean up
* disable Splunk sample since there is no `splunk`
artifact in any reasonable repository
2021-02-18 11:56:46 -05:00
Artem Bilan
8fb73ff29a Upgrade Gradle; move to SNAPSHOTs 2020-08-05 17:23:25 -04:00
Artem Bilan
c68d40458e Upgrade to SI-5.3.0.M4 2020-04-01 16:00:21 -04:00
Artem Bilan
086045f5b1 Upgrade dependencies to the latest GAs
* Upgrade to Gradle 6
2020-01-15 16:07:38 -05:00
Artem Bilan
44218f26a0 Upgrade dependencies to the latest milestones
* Upgrade t Gradle 5.3.1
* Fix compatibility with `AbstractPayloadTransformer` contract
* Regenerate POMs
2019-04-15 16:39:19 -04:00
Artem Bilan
61c27bac20 Start 5.2 version; upgrade dependencies; fixes 2019-03-20 15:30:31 -04:00
Artem Bilan
c0f406dc5e Start version 5.1 with appropriate fixes 2018-07-30 15:27:07 -04:00
Artem Bilan
72999587b1 Upgrade to SI.5.0.5, Boot 2.0.2 2018-05-09 14:57:34 -04:00
Artem Bilan
9d02471346 Fix TCP tests to use OS-selected port (#224)
* Fix TCP tests to use OS-selected port

https://build.spring.io/browse/INTSAMPLES-NIGHTLY-2413

Modify all the `tcpclientserver` tests to rely on the OS-selected port,
in other words set `0` to the server port and get the real port for the
client when server is listening

* * Upgrade to Gradle-4.6
* Fix Travis config do not perform assemble task
2018-04-02 15:17:59 -04:00
Gary Russell
c686666077 Upgrade to gradle 4.1 2017-09-07 17:31:45 -04:00
Artem Bilan
fe60be8a18 Upgrade dependencies to latest Milestones
Upgrade to Gradle 4.0.1
2017-07-25 14:06:06 -04:00
Gary Russell
fdb9ddceeb Upgrade to Gradle 3.5 2017-04-26 11:21:01 -04:00
Artem Bilan
2b80cf25a8 Upgrade to SI-5.0 M3
* Fix Spring Boot 2.0 B-S compatibility
* Fix deprecation warnings
* regenerate POMs according new dependency versions
2017-04-05 17:09:49 -04:00
Artem Bilan
d8f2c43b45 Some upgrades
* Spring Kafka 1.0.0.RELEASE
* SI Kafka 2.0.0.RELEASE
* Gradle 2.14
* SF 4.3.0.RELEASE
2016-07-01 14:45:36 -04:00
Artem Bilan
1cbcbe7810 Some upgrades
* Gradle-2.13
* Spring Kafka 1.0.0.RC1
* Spring Integration Kafka 2.0.0.RC1
* Spring Boot 1.4.0.M3
* Provide required fixes
2016-06-06 21:12:55 -04:00
Gary Russell
dd7871a7ba Gradle 2.5; Travis 2015-07-31 15:31:13 -04:00
Artem Bilan
92eb01de4e Upgrade dependencies and Gradle 2015-07-03 20:37:08 -04:00
Artem Bilan
5d08c6f67e Upgrade to SI Java DSL 1.0.RC1 and Gradle 1.12
Regenerate POMs
2014-10-31 21:56:23 +02:00
Artem Bilan
ea3ba21249 INTSAMPLES-122: Migrate to Gradle
JIRA: https://jira.springsource.org/browse/INTSAMPLES-122

INTSAMPLES-122: Polishing

INTSAMPLES-122: Add generated poms

* Upgrade some dependencies

INTSAMPLES-122: Cover Java/DSL sample

INTSAMPLES-122: Upgrade to SI 4.0.1 & SF 4.0.5

INTSAMPLES-122: Polishing according PR comments

Make gradlew executable
2014-05-28 12:58:25 -04:00