Commit Graph

584 Commits

Author SHA1 Message Date
Artem Bilan
068d8d147d Upgrade dependencies 2021-09-22 08:56:56 -04:00
Artem Bilan
110f1ca53a Upgrade dependencies 2021-08-17 15:31:28 -04:00
Artem Bilan
4f2d9c52c5 Upgrade dependencies
* Fix compilation warnings
* Fix compatibility with upgraded deps
* Fix repo URLs
2021-07-20 13:26:56 -04:00
Artem Bilan
74452b11fe Upgrade dependencies 2021-06-24 10:16:23 -04:00
Artem Bilan
e5d87c569f Upgrade dependencies 2021-05-18 17:25:38 -04:00
Artem Bilan
85bcbc10de Upgrade dependencies 2021-04-14 22:20:21 -04:00
Gary Russell
261648bed1 Fix web-socket client logging
- nothing is currently logged.
2021-04-09 13:48:45 -04:00
Artem Bilan
6234d0ad16 Get rid off master word 2021-04-07 12:36:43 -04:00
Artem Bilan
ca15898ab5 Upgrade to SI-5.5.0-M3 2021-03-17 19:19:53 -04: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
Gary Russell
0aadc6538c More Sonar Fixes 2021-01-28 11:15:26 -05:00
Gary Russell
51669848ce Resolve Sonar Reported Bugs 2021-01-27 11:40:23 -05:00
Gary Russell
b0885ccf81 Update tcp-client-server-intermediate POM 2021-01-23 09:58:30 -05:00
Gary Russell
f3dd7cc4b9 Back to SNAPSHOTS; restore ignored test
Resolves https://github.com/spring-projects/spring-integration-samples/issues/291
2021-01-22 11:30:36 -05:00
Gary Russell
f77fae75ad Upgrade to SI 5.5.0-M1
- ignore failing test in tcp-client-server-multiplex.
2021-01-20 16:19:41 -05:00
Artem Bilan
571a991ef6 Upgrade dependencies 2021-01-13 16:03:25 -05:00
YevheniiLutsyshyn
e6ce2d2c3b Fix typo in readme.md 2020-12-14 09:57:20 -05:00
Artem Bilan
59d0db7bff Upgrade dependencies; fix compatibility 2020-12-09 16:29:20 -05:00
Artem Bilan
8404de97fa Add plugins.gradle.org repo into build script 2020-12-07 09:20:14 -05:00
Artem Bilan
28ecbf9a2c Adjust repositories for plugins in build script 2020-12-01 10:07:56 -05:00
Artem Bilan
b51dc6fa55 Clean repositories up in the build script 2020-11-16 10:51:39 -05:00
Artem Bilan
a89371902e Upgrade dependencies to latest versions 2020-11-11 15:10:45 -05:00
Artem Bilan
578f6e56b7 Upgrade dependencies to the latest releases 2020-10-28 17:28:38 -04:00
Artem Bilan
f40278dae9 Upgrade dependencies to latest milestones 2020-10-15 09:29:35 -04:00
Artem Bilan
ce4979701f Upgrade dependencies to latest milestones 2020-09-16 15:16:37 -04:00
Artem Bilan
5c55d5cc92 Add IDEA /out dir to ignore 2020-08-12 14:31:42 -04:00
Artem Bilan
25b85ee969 Upgrade dependencies; fix compatibility 2020-08-12 14:29:05 -04:00
Artem Bilan
8fb73ff29a Upgrade Gradle; move to SNAPSHOTs 2020-08-05 17:23:25 -04:00
Gary Russell
b872a1371e GH-285: Fix AMQP Sample
Resolves https://github.com/spring-projects/spring-integration-samples/issues/285

- deprecated `publisher-confirms` attribute has been removed in 5.4
2020-07-17 10:00:58 -04:00
Artem Bilan
21e44479ee Fix deprecation warnings
* Use `MatcherAssert.assertThat()`
instead of deprecated `Assert.assertThat()`
* Use `IntegrationFlows.fromSupplier(Supplier)`
instead of removed `IntegrationFlows.from(Supplier)`
* Use `org.springframework.integration:spring-integration-test`
throughout the project for more testing utilities
2020-06-29 13:26:03 -04:00
Gary Russell
cb9f6eb0a5 Fix Barrier with Boot 2.3
- deprecated property was removed in Boot 2.3, but there was no test to verify operation.
2020-06-29 10:59:52 -04:00
Artem Bilan
a73500b4d4 Fix one missed springBoot config 2020-06-23 10:41:07 -04:00
Artem Bilan
99dece52a3 Revert build.gradle tabs reformatting 2020-06-23 10:35:51 -04:00
Artem Bilan
c72d642f35 Fix Spring Boot Gradle plugin usage
* Upgrade dependencies
* Regenerate poms
2020-06-23 10:09:17 -04:00
Artem Bilan
85abae9647 Upgrade dependencies 2020-06-23 09:45:19 -04:00
Gary Russell
defeb47ab8 Add new sample to main README 2020-06-02 17:06:01 -04:00
Gary Russell
239da188d3 Fix copyright on test
- unsaved local change
2020-06-02 16:27:41 -04:00
Gary Russell
8a83eb23dd Add TCP Bi-Directional Async Sample
* Add a second client and address PR comments.
2020-06-02 16:13:25 -04:00
Artem Bilan
18f3fcf912 Upgrade dependencies 2020-05-14 15:15:47 -04:00
Artem Bilan
23cd0b8f84 Upgrade dependencies 2020-04-29 15:01:55 -04:00
C.A. Little
b7afbb45dc Update README.adoc in tcp-with-headers
Corrected command line for running sample.
2020-04-21 09:47:15 -04:00
Artem Bilan
2fcf28a9d4 Upgrade dependencies 2020-04-17 15:25:51 -04:00
Artem Bilan
c68d40458e Upgrade to SI-5.3.0.M4 2020-04-01 16:00:21 -04:00
Gary Russell
40bbcf94e9 .gitignore sts4-cache 2020-03-24 15:44:47 -04:00
Daniel Frey
427f28642b Add testcontainers-rabbitmq sample
* update the project with requested changes
* cleaned up commented code
* `travisci` distribution update
* remove transitive dependency
* generate pom
* Fix code format for tab indents
* Add `Jackson2JsonMessageConverter` to avoid Java serialization over the network
2020-03-18 10:17:29 -04:00
Artem Bilan
bce03dec79 Upgrade to SI-5.3 M3; S-Kafka-2.4.4 2020-03-11 16:48:20 -04:00
Artem Bilan
1c2b95ed07 GH-195: Fix cafe-dsl for missed subscriber
Fixes https://github.com/spring-projects/spring-integration-samples/issues/195

After some Java DSL modification to request an explicit subscriber for replies
into a main flow from the `route()`, the `cafe-dsl` has stopped to work

* Remove redundant `defaultOutputToParentFlow()` since it doesn't bring any
value into a flow logic
* add `bridge()` into all the route sub-flows as a thirds subscriber to
make an explicit reply into a main flow after delay and logging
2020-02-28 12:00:31 -05:00
Artem Bilan
2401452961 Upgrade dependencies 2020-02-28 11:05:36 -05:00
Artem Bilan
a00684726b Upgrade to SI 5.3; fix SD Mongo deprecations 2020-02-26 13:25:59 -05:00
Artem Bilan
4ff6288db5 Move master to version 5.3 2020-01-22 18:23:16 -05:00