Commit Graph

415 Commits

Author SHA1 Message Date
Artem Bilan
e80d7573b4 Upgrade to SI-4.3.2, SK-1.1, SIK-2.1 2016-09-19 15:27:49 -04:00
Artem Bilan
3f88c5de29 Upgrade to SI Java DSL 1.2.0.M2 2016-09-15 14:58:51 -04:00
Artem Bilan
a46bd8acb3 Add Java DSL sample for Kafka 0.9
Make `PromiseTest` more fast decreasing `sleep()` in the `MathService`

Kafka-0.10.0 Compatibility

Upgrade to Spring Boot 1.4.0.RELEASE

Regenerate poms according to upgrades
2016-08-24 09:34:09 -04:00
Gary Russell
b6cbf15e4c Update to spring-kafka 1.1.0.M1 2016-08-23 17:19:00 -04:00
Gary Russell
006468fca3 Add Java DSL 2016-07-11 05:41:26 -04:00
Gary Russell
cf8e76301f Fix Links 2016-07-11 05:39:29 -04:00
Gary Russell
f18f567bc7 Add Contributing 2016-07-11 05:26:00 -04:00
Artem Bilan
9554dc7f1f INTSAMPLES-142: Fix mail dependencies
JIRA: https://jira.spring.io/browse/INTSAMPLES-142

Also do some upgrades and polishing
2016-07-06 12:57:40 -04:00
Artem Bilan
6228929b95 Upgrade to Spring Kafka 1.0.1 2016-07-05 18:17:57 -04:00
Artem Bilan
324bf11d60 Fix wrong Mockito usage in the JmsMockTests
Just fix the test code according Mockito advice:
```
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at org.springframework.integration.samples.advance.testing.jms.JmsMockTests.verifyJmsMessageOnOutputChannel(JmsMockTests.java:153)

E.g. thenReturn() may be missing.
Examples of correct stubbing:
    when(mock.isOk()).thenReturn(true);
    when(mock.isOk()).thenThrow(exception);
    doThrow(exception).when(mock).someVoidMethod();
Hints:
 1. missing thenReturn()
 2. you are trying to stub a final method, you naughty developer!
```
2016-07-05 10:30:34 -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
2c4215b731 Upgrade to SI-4.3.0.RELEASE 2016-06-13 15:12:10 -04:00
Artem Bilan
2a26f74845 Regenerate POMs according the latest upgrades 2016-06-08 09:49:43 -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
Artem Bilan
b6f872664d Fix compatibility with Boot-1.4 and fresh POMs 2016-05-13 11:47:32 -04:00
Artem Bilan
32fc46161a Upgrade to SI-4.3.0.RC1 and Boot-1.4.0.M2 2016-05-11 20:09:06 -04:00
Andrew Thompson
faa06093dc Update WS sample to the latest w3schools changes
w3schools sample webservice has a new url
http://www.w3schools.com/webservices/tempconvert.asmx
to
http://www.w3schools.com/xml/tempconvert.asmx"
2016-04-28 12:14:29 -04:00
Artem Bilan
ae1150ae1a Upgrade to SI-4.3.0.M2 2016-04-25 16:43:36 -04:00
Gary Russell
a13e153d5b Regenerate POMs 2016-04-12 18:22:55 -04:00
Artem Bilan
1f25bd781b Upgrade to SK-1.0.0.M2 and SIK-2.0.0.M2 2016-04-08 14:48:26 -04:00
Artem Bilan
f4b48a6cc1 Add Community Sample Projects to README
Add like to Xavier Padró's Samples repository
2016-04-07 15:16:56 -04:00
Gary Russell
f943f5e20f Kafka - Update to S-I-K 2.0
Polishing
2016-03-11 17:04:26 -05:00
Artem Bilan
689279656e Add Spring Boot Test Starter to JPA Sample
https://build.spring.io/browse/INTSAMPLES-NIGHTLY-1672
2016-03-09 09:48:17 -05:00
Artem Bilan
6080639682 INTSAMPLES-148: Make JPA Sample as Boot App
JIRA: https://jira.spring.io/browse/INTSAMPLES-148

Upgrade several dependencies, especially OpenJPA-2.4.0 to support Java 8 Class Transformation

Upgrade to DSL-1.1.2 and other polishing

Upgrade to SI-4.3.0.M1
2016-03-07 10:16:37 -05:00
Gary Russell
b52ee9ed9c Add MQTT Sample
* Move `ftp` `log4j` dependency to the `testCompile` configuration
* Regenerate POM for MQTT sample
2016-03-07 10:10:29 -05:00
Artem Bilan
55b2cfb49f GH-161: Use TopicUtils to ensureTopicCreated
Fixes GH-161 (https://github.com/spring-projects/spring-integration-samples/issues/161)
2016-02-17 12:50:35 -05:00
Filippo Balicchia
1310fd57e5 add cafe-dsl run task
Regenerate POMs
2016-01-10 15:46:39 -05:00
kasoban
68976a81a6 Add specific slf4j-api version dependency
When just importing the ftp example as a maven project, I ran into the issue of a slf4j version discrepancy described here:
http://www.slf4j.org/faq.html#IllegalAccessError

This is solved by adding the specific version dependency of `slf4j-api`.

* Add the specific `slf4j-api` dependency to the Gradle script
* Change the dependency scope for `slf4j-` impl to the `runtime`.
* Regenerate POMs
2016-01-04 09:54:04 -05:00
Filippo Balicchia
b9697909d0 INTSAMPLES-147: Add Splunk example
JIRA: https://jira.spring.io/browse/INTSAMPLES-147
2015-12-11 18:11:48 -05:00
Gary Russell
8f7fb189c0 Barrier README Polishing 2015-12-08 09:23:31 -05:00
Gary Russell
3c855f8204 Barrier Error Handling 2015-11-28 14:17:14 -05:00
Gary Russell
7ec8687efc Fix retry-and-more Sample Bug
Incorrect SpEL for rename.
2015-11-20 16:38:34 -05:00
Gary Russell
b335846952 Barrier: Fix Banner w/ eclipse Ansi Console 2015-11-19 16:49:27 -05:00
Gary Russell
69d39f7ff2 Barrier Sample Boot Banner 2015-11-19 16:18:07 -05:00
Artem Bilan
4a65dcbff4 Upgrade to SI-Kafka-1.3.0.RELEASE 2015-11-18 12:34:03 -05:00
Gary Russell
50d4234675 Update to Boot 1.3.0.RELEASE 2015-11-18 10:56:10 -05:00
Artem Bilan
56366bccab Upgrade to SI-DSL-1.1.1 2015-11-16 12:55:57 -05:00
Artem Bilan
2a9fb42d76 Upgrade to SI-4.2.2 2015-11-16 12:26:29 -05:00
Gary Russell
d10509ca37 TCP: Clarify Async Exception Handling 2015-11-04 11:28:44 -05:00
Gary Russell
d220665bc7 Cafe-DSL: Fix Deprecation 2015-10-30 09:12:56 -04:00
Gary Russell
76efa61056 Fix Kafka POM, Test Package Name
http://stackoverflow.com/questions/33402448/spring-integration-kafka-maven-build-error-cant-find-spring-integration-kafka
2015-10-29 15:51:46 -04:00
Gary Russell
15f78146e0 TCP Async - Add Timeout Test
http://stackoverflow.com/questions/32614395/spring-integration-tcp-outbound-channel-adapter-that-detects-connection-loss-and/32617568#comment54590607_32617568

Polishing - PR Comments
2015-10-28 17:57:01 -04:00
Artem Bilan
6cc1ff6542 Upgrade to SI-4.2.1 and others 2015-10-26 20:34:42 -04:00
Artem Bilan
0387ab5e7b STOMP: Add heart-beat tracing 2015-10-14 10:08:08 -04:00
Artem Bilan
5c4b817e27 INTSAMPLES-146 Fix Kafka tests and some polishing
JIRA: https://jira.spring.io/browse/INTSAMPLES-146
2015-09-24 08:49:26 -04:00
Gary Russell
23f4a04661 Barrier: Use Boot AutoConfig for RabbitMQ
Also support a browser GET.
2015-09-21 17:34:54 -04:00
Gary Russell
ecab656cc1 INTEXT-191: Add Apache Kafka Sample
JIRA: https://jira.spring.io/browse/INTEXT-191

Polishing and build.gradle fix for pom generation
2015-09-21 17:30:47 -04:00
Artem Bilan
4d535741e9 Upgrade to SI-Java-DSL-1.1.0.RELEASE 2015-09-21 13:42:41 -04:00
Artem Bilan
f8634557bb Upgrade to SI-4.2.0.RELEASE
And SI-Java-DSL-1.1.0.M2
2015-09-09 17:03:40 -04:00
Gary Russell
db3d78109f INTSAMPLES-144: Barrier Sample
JIRA: https://jira.spring.io/browse/INTSAMPLES-144

INTSAMPLES-144: Use o-c-a for Release

INTSAMPLES-144: Switch to Spring Boot

INTSAMPLES-144: Polishing

* Upgrade to SI-4.2, SF-4.2, Boot-1.3
* Fix: https://jira.spring.io/browse/INTSAMPLES-145
2015-08-17 12:05:43 -04:00