Commit Graph

47 Commits

Author SHA1 Message Date
Gunnar Hillert
d367d4a0a5 remove .settings direcotries 2011-08-15 15:01:29 -04:00
Gunnar Hillert
c9576ce883 Remove unnecessary .gitignore file; remove Eclipse project files 2011-08-15 14:56:25 -04:00
Gary Russell
37ae292151 INTSAMPLES-26 Use Payload and Header Matchers in Tests 2011-07-26 17:40:38 +05:30
Oleg Zhurakousky
de10204e6e polishing, removed warning markers 2011-07-18 20:00:38 -04:00
Oleg Zhurakousky
ace8935c7e upgraded samples to Spring Integration 2.0.5.RELEASE 2011-07-18 18:15:57 -04:00
Mark Fisher
f8033b4533 changed activemq logging to 'error' level 2011-03-04 16:03:01 -05:00
Oleg Zhurakousky
4392c38ee6 INT-1821 updated samples POMs to use 2.0.3.RELEASE of SI 2011-03-01 09:24:47 -05:00
Gary Russell
2df45b703f INTSAMPLES-19 Add Error Handling Example 2011-02-02 15:37:55 -05:00
Gary Russell
a60c7a541f INTSAMPLES-19 Add Filter Discard Example 2011-02-02 14:47:07 -05:00
Gary Russell
c5233cbd9f INTSAMPLES-19 Add Gateway Example 2011-02-02 13:28:36 -05:00
Gary Russell
00019ac90d INTSAMPLES-19 Add Filter Example 2011-02-02 12:40:34 -05:00
Gary Russell
c329241502 INTSAMPLES-19 Add Router to readme 2011-02-02 12:10:45 -05:00
Gary Russell
855eeaf519 INTSAMPLES-19 Add Router Example 2011-02-02 11:54:56 -05:00
Gary Russell
4cfea26745 INTSAMPLES-19 Fix typo in JUnit Assertion 2011-02-02 08:50:39 -05:00
Gary Russell
e5236506bc INTSAMPLES-19 Fix POM for CLI mvn 2011-02-02 08:36:03 -05:00
Gary Russell
76094d2fab INTSAMPLES-19 Change Return Type to List<> from Array 2011-02-02 08:18:21 -05:00
Gary Russell
bfb4f0c4aa INTSAMPLES-19 First Set of Sample Testing Techniques 2011-02-01 17:05:20 -05:00
Gary Russell
f91e7227ed Add zero length test 2011-02-01 11:29:47 -05:00
Oleg Zhurakousky
6df975f769 fixed the import path in WS sample 2011-01-14 16:03:59 -05:00
Oleg Zhurakousky
f7adb8559a INTSAMPLES-17 ppolished HTTP sample 2011-01-13 18:04:05 -05:00
Oleg Zhurakousky
b63ee53297 INT-1716 moved ControlBus sample to its own project 2011-01-13 15:51:48 -05:00
Oleg Zhurakousky
7ac1924834 INT-1716 added ControlBus sample 2011-01-13 15:40:42 -05:00
Oleg Zhurakousky
f1e6daffc5 INTSAMPLES-17 added simple HTTP echo sample with inbound and outbound gateway 2011-01-13 15:12:58 -05:00
Oleg Zhurakousky
04b69b0958 INTSAMPLES-16 changed SI version in POMS to 2.0.2.BUIILD-SNAPSHOT after release of SI 2.0.1 2010-12-18 13:58:43 -05:00
Rossen Stoyanchev
434a9e678d Changes to make 'mvn clean test' succeed, add .springBean configuration where missing. 2010-12-17 11:56:25 +00:00
Rossen Stoyanchev
f1357b0cf3 Add top-level poms for building all samples from the command-line.
This is also useful if you prefer the Maven Eclipse plugin over m2eclipse:
mvn -Dwtpversion=20 eclipse:clean eclipse:eclipse
2010-12-16 10:29:22 +00:00
Oleg Zhurakousky
349f29e1bc INT-1642 made all samples dependent on 2.0.0.RELEASE 2010-11-24 08:24:57 -05:00
Oleg Zhurakousky
4c81cdbae1 INT-1614 updated FTP and SFTP samples to reflect changes to the underlying API and schema 2010-11-22 19:16:16 -05:00
Oleg Zhurakousky
e6c6a3ecc4 INTSAMPLES-9 added XMPP sample 2010-11-18 15:07:11 -05:00
Oleg Zhurakousky
f4e019da3f INTSAMPLES-10 added Twitter samples 2010-11-18 14:10:17 -05:00
Oleg Zhurakousky
c5fabc21ca INTSAMPLES-11 added FEED sample 2010-11-18 11:33:44 -05:00
Oleg Zhurakousky
8544307d06 INTSAMPLES-15 added FTP sample 2010-11-18 11:12:35 -05:00
Oleg Zhurakousky
45f865e34f INSAMPLES-12 changed remote-filename-expression to be remote-filename-generator-expression to compliant with changes in INT-1631 2010-11-18 08:45:57 -05:00
Oleg Zhurakousky
24800390db INSAMPLES-12 modified references remote-filename-expression to be compliant with changes in INT-1631 2010-11-18 07:44:57 -05:00
Oleg Zhurakousky
66dcac5c30 INTSAMPLES-12 polishing added keys to .gitignore 2010-11-18 03:42:58 -05:00
Oleg Zhurakousky
574512dfeb INTSAMPLES-12 polishing 2010-11-18 03:28:14 -05:00
Oleg Zhurakousky
afec85a6e2 INTSAMPLES-12 added SFTP sample 2010-11-18 03:23:47 -05:00
Gary Russell
12863155aa INTSAMPLES-13 Add error-channel to inbound channel adapter and tests 2010-11-17 21:46:09 -05:00
Oleg Zhurakousky
3714a8a569 INT-1595 tested samples to make sure they are compatible with about to be released RC2 2010-11-12 10:39:39 -05:00
Oleg Zhurakousky
01a8b4b013 INTSAMPLES-8 removed dependency on MapBasedChannelResolver 2010-11-09 07:53:23 -05:00
Oleg Zhurakousky
3e84c5a766 changed POMs to BUILD-SNAPSHOT after tagging the RC1 2010-10-29 01:48:12 -04:00
Oleg Zhurakousky
9f67b33db8 INTSAMPLES-7 tested and tagged for RC1 release 2010-10-29 00:16:00 -04:00
Gary Russell
e85de43c58 INTSAMPLES-4 Add Simple Telnet Server to Sample 2010-10-01 17:19:06 -04:00
Gary Russell
27f86a78b4 INTSAMPLES-4 Add Simple TCP Client/Server Sample 2010-10-01 16:49:04 -04:00
Oleg Zhurakousky
cb205d9a02 INT-1477 polished examples structure 2010-09-28 23:17:48 -04:00
Oleg Zhurakousky
be86fdeee6 INT-1477 added readme files and description in each category as well as the root folder 2010-09-28 23:12:11 -04:00
Oleg Zhurakousky
59081a2df8 INT-1477 restructuring samples repo to have basic, intermediate, advancedand applications directories 2010-09-28 16:58:48 -04:00