Gary Russell
948e5135cd
Generate POMs
2016-10-14 11:35:47 -04:00
Gary Russell
b3bab0dea2
Revert "file-split-ftp Move errorChannel to Poller"
...
This reverts commit 7b84810388 .
2016-10-13 17:21:49 -04:00
Gary Russell
7b84810388
file-split-ftp Move errorChannel to Poller
2016-10-13 17:18:17 -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
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
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
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
Gary Russell
a13e153d5b
Regenerate POMs
2016-04-12 18:22:55 -04:00
Gary Russell
f943f5e20f
Kafka - Update to S-I-K 2.0
...
Polishing
2016-03-11 17:04:26 -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
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
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
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
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
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
Gary Russell
61603c2437
INTSAMPLES-143: Fix Package Tangles
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-143
Add Sonar support to build.gradle.
Fix critical violations.
2015-07-30 14:44:33 -04:00
Gary Russell
70b4d12870
Update pom.xml
...
- Set version to 4.1.0.BUILD-SNAPSHOT
- Regenerate all poms
2015-07-29 12:45:05 -04:00
Gary Russell
f30bb5f15b
Add Retry to (S)FTP; Update SI 4.1.6
...
https://build.spring.io/browse/INTSAMPLES-NIGHTLY-JOB1-1430/test/case/97845436
2015-07-10 12:42:51 -04:00
Gary Russell
b5e7cfa16a
INT-3692: Add Annotation-Based TCP Demo
2015-05-11 15:04:26 +01:00
Gary Russell
49e0a25e8e
Add JMS Aggregator Sample
...
Remove useless `correlation-id` header mapping
2015-05-07 14:01:07 +03:00
Ciro Santilli
b32cd1edda
Typo Gardle -> Gradle
2015-03-30 13:01:25 +03:00
Gary Russell
c525e43299
Use Generated Port for Boot Test Cases
2015-01-05 13:05:51 -05: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
1ad35f2cd2
INTSAMPLES-138: Make SI 4.1 as minimal
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-138
* Upgrade to Boot 1.2, which is based on the SI 4.1
* Upgrade to SF 4.1.1
* Fix `feed` sample to use new `Rome` dep. from SI
* Fix deprecations for `@Payload`, `@Header` etc.
* Fix mongo` sample deprecation warn
2014-10-28 16:13:49 +02:00
Artem Bilan
63232c2974
INTS-137: Add STOMP Chat Application
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-137
* Upgrade to Boot 1.1.7
* Fix several Boot apps to get deal with `args`, e.g. `--debug` option can be useful for Boot
* Provide a loca copy for JavaScript files (`sock.js` and `stomp.js`) to avoid extra Internet connection on testing
INTS-137-2: Make JavaScript cross-browser
Some additional polishing to the server config, like `logging-channel-adapter` for server message flow
2014-10-14 15:02:56 -04:00
Artem Bilan
a5c12343c6
INTSAMPLES-137: Add WebSockets sample
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-137
Depends on https://github.com/spring-projects/spring-integration/pull/1274
Polishing and cleanup
* Fix `cafe-dsl` project: https://build.spring.io/browse/INTSAMPLES-NIGHTLY-JOB1-1131
* Change author emails to the `pivotal.io`
* Regenerate poms
Fix for `Cafe-DSL` sample
https://build.spring.io/browse/INTSAMPLES-NIGHTLY-JOB1-1143
2014-09-26 13:04:50 +01:00
Gary Russell
3296463fb8
TCP Sample - Use <o-t-s-t />
...
Replace expression-based transformers with <o-t-s-t/> now that
it can handle `byte[]`.
2014-08-27 17:46:54 -04:00
Gary Russell
28116776c2
INTSAMPLES-132 AMQP Publisher Confirms/Returns
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-132
Polishing - PR Comments
2014-08-07 11:10:25 +03:00
Artem Bilan
90d5ee9282
INTSAMPLES-134: SFTP: Use Apache SSHD SshServer
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-134
INTSAMPLES-134: `sun.misc.BASE64Decoder` -> `org.apache.sshd.common.util.Base64`
INTSAMPLES-134: PR comments and fix for Windows
INTSAMPLES-134 Test Samples with Remote Server
- change 'user' property to 'username' to avoid conflict with environment variable.
- create temporary files using the remote file template in 'si.sftp.sample'.
- clean up after test completion.
- use a caching session factory.
2014-07-30 23:37:58 -04:00
liujiong1982
35e5156bdb
INTSAMPLES-133:Use <int:handler-retry-advice/>
...
Update the retry-and-more Sample to use <int:retry-advice/> Syntax
Polishing - add info to README.
Also, use "localhost" for amqp connection factories.
2014-07-21 11:27:22 -04:00
Artem Bilan
95ec35c768
INTSAMPLES-131: Fix README.md for Gradle
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-131
INTSAMPLES-131: PR comments
2014-06-23 10:22:37 -04:00
Artem Bilan
3b12f7eada
AC.close() in file and ftp tests
2014-05-29 09:17:47 +03: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
Gary Russell
cc579226d6
INTSAMPLES-127 Polishing
...
- PR Comments
- Switch to Jackson2
- Fix oxm config
Polishing
INTSAMPLES-127 Update to SI 4.0.0.RC1
INTSAMPLES-127 Remove Servlet Dependency
travel sample; see INT-3350.
INTSAMPLES-127 Update Samples to SI 4.0.0
JIRA: https://jira.spring.io/browse/INTSAMPLES-127
Created `maint` branch for ongoing SI 3.0.x samples.
2014-04-16 20:45:34 +03:00
Gary Russell
c5b1ace70f
Fix Typo in tcp-amqp Sample Config
2014-04-15 08:35:46 -04:00
Gary Russell
33f8783f13
INTSAMPLES-128 Update SI to 3.0.2, SF to 3.2.8
2014-03-31 16:03:55 -04:00
Gary Russell
d9fba154b3
Change Maven Repos to spring.io
2014-02-23 12:48:26 -05:00
Artem Bilan
e20219560f
INTSAMPLES-125/126:SF 3.2.7, SI 3.0.1; Schemas
...
JIRA: https://jira.springsource.org/browse/INTSAMPLES-125
Polishing some poms and enable all modules
INTSAMPLES-126: Fix XSD versions vulnerability
JIRA: https://jira.springsource.org/browse/INTSAMPLES-126
Polishing
Add dummy JUnit to monitoring "test".
2014-02-22 15:41:03 -05:00
Artem Bilan
ddbfc4479c
INTSAMPLES-121: Upgrade to SI 3.0 and SPR 3.2.6
...
JIRA: https://jira.springsource.org/browse/INTSAMPLES-121
2013-12-16 11:13:24 +02:00