Commit Graph

153 Commits

Author SHA1 Message Date
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
Gary Russell
ed736aa499 INTSAMPLES-117 Remove cache-sessions - FTP Sample
Compatibility with SI 3.0; also bump to 3.0.0.M3.
2013-12-13 16:54:33 -05:00
Laurent BILLON
630d1cf009 Fix typo in Basic Mail Sample
https://jira.springsource.org/browse/INTSAMPLES-118
2013-10-25 11:23:27 +02:00
Gary Russell
8454c9f564 Update SI Version 2.2.0 -> 2.2.6 2013-10-15 09:05:39 -04:00
Gunnar Hillert
59bc98dbb7 INTSAMPLES-114 Twitter Search Requires Authentication
* Update Sample to Spring Integration 2.2.4
* In the sample - disallow unauthenticated Twitter Searches
  - As of Twitter API version 1.1, users must be authenticated to perform searches.

For reference see: https://jira.springsource.org/browse/INTSAMPLES-114
2013-06-10 15:39:42 -04:00
Gunnar Hillert
bab7973f87 INTSAMPLES-110 - Add doc/polish REST sample 2013-03-30 00:54:47 -04:00
Gunnar Hillert
fe26325442 INTSAMPLES-109 - Move XQuery Sample to SI Extensions Repo
New location: https://github.com/SpringSource/spring-integration-extensions/tree/master/samples/xquery
2013-03-29 11:06:55 -04:00
Gary Russell
99fe63dc35 INTSAMPLES-106 JMS: Eliminate Hijack of stdout
Caused unusual behavior when exceptions occurred, or debug
logging enabled.

Now uses Spring profiles to route the output to a QueueChannel
instead.
2013-03-28 09:46:30 -04:00
Gunnar Hillert
f6e4f4d734 INTSAMPLES-102 - Fix intermittently failing tests
Reference: https://jira.springsource.org/browse/INTSAMPLES-102
2013-01-11 01:47:35 -05:00
Gunnar Hillert
563e0878c5 INTSAMPLES-63 - Polish Tcp-Client-Server Sample
For reference see: https://jira.springsource.org/browse/INTSAMPLES-63

* Update README.md
* Code clean-up (E.g. convert spaces to tabs)
* Make sample executable via Maven
2013-01-10 15:01:55 -05:00
Gunnar Hillert
ca9a7a6c75 INTSAMPLES-78 - Don't use hard-coded FTP port
For reference see: https://jira.springsource.org/browse/INTSAMPLES-78
2012-12-11 17:04:19 -05:00
Gunnar Hillert
ecadea4120 INTSAMPLES-79 - Update TCP Samples to Use S-I-IP TestingUtilities
* Also: Don't use hard-coded port in *tcp-client-server-multiplex* sample

For reference: https://jira.springsource.org/browse/INTSAMPLES-79
2012-12-07 00:07:20 -05:00
Gunnar Hillert
4c40d0d2e3 INTSAMPLES-49 - Move main demo class to src/main/java + add tests
For reference see: https://jira.springsource.org/browse/INTSAMPLES-49
2012-12-06 17:00:43 -05:00
Gunnar Hillert
fc705ef422 INTSAMPLES-99 Upgrade samples to SI 2.2.0.RELEASE
For reference see: https://jira.springsource.org/browse/INTSAMPLES-99
2012-12-04 14:31:00 -05:00
Gunnar Hillert
f4fcc22fa6 INTSAMPLES-71 - Fix SFTP Outbound Sample
For reference see: https://jira.springsource.org/browse/INTSAMPLES-71
2012-12-03 22:41:01 -05:00
Gunnar Hillert
1a2ecaf254 INTSAMPLES-65 - Basic File Sample (Text Copy) Has Incorrect Filter Attribute
Reference: https://jira.springsource.org/browse/INTSAMPLES-65

* Change *filename-pattern* attribute to *filename-regex*.
2012-12-01 00:03:57 -05:00
Gunnar Hillert
848de677c4 INTSAMPLES-98 - Fix Typos in Mail and Multipart Sample
Reference: https://jira.springsource.org/browse/INTSAMPLES-98
2012-11-30 13:11:50 -05:00
Gunnar Hillert
3c9c91c847 INTSAMPLES-89 - Upgrade to Spring Integration 2.2 RC3
* Test samples
* Polish documentation
* Polish code

For reference see: https://jira.springsource.org/browse/INTSAMPLES-89
2012-11-28 17:08:51 -05:00
Gunnar Hillert
8c6b22f730 INTSAMPLES-86 - Add XQuery Sample
For reference see: https://jira.springsource.org/browse/INTSAMPLES-86
2012-10-24 16:08:32 -04:00
Gary Russell
cbd1a06a2c INTSAMPLES-81 File Sample: Fix FWMH Field Access
FileWritingMessageHandler:

Sample accessed 'destinationDirectory' field; it
is now 'destinationDirectoryExpression'.
2012-10-23 17:41:07 -04:00
Gunnar Hillert
441f747bb6 INTSAMPLES-93 - Pollish the JPA Samples 2012-10-05 12:39:38 -04:00
Gunnar Hillert
e70696f4f7 INTSAMPLES-85 - Upgrade Twitter Sample Spring Integration version
* Upgrade Twitter sample to latest Spring Integration version
* Twitter search test does not run with authentication by default
* Twitter search test will run every time the project builds
2012-10-02 15:05:25 -04:00
Gunnar Hillert
814a405e6e INTSAMPLES-84 - Sample POMs Have Incorrect Repo
For reference see: https://jira.springsource.org/browse/INTSAMPLES-84
2012-10-02 14:40:34 -04:00
Oleg Zhurakousky
022458b3ca INTSAMPLES-90 readme 2012-09-24 05:30:14 -04:00
Oleg Zhurakousky
e6ec52dc06 INTSAMPLES-90 readme 2012-09-24 05:29:44 -04:00
Oleg Zhurakousky
528f25987f INTSAMPLES-90 readme 2012-09-24 05:28:06 -04:00
Oleg Zhurakousky
dd0021a6c7 INTSAMPLES-90 readme 2012-09-24 05:26:20 -04:00
Oleg Zhurakousky
3dcaa488e5 INTSAMPLES-90 added MongoDb Samples 2012-09-24 04:48:42 -04:00
Oleg Zhurakousky
901f621795 INTSAMPLES-90 added MongoDb Samples 2012-09-24 04:46:28 -04:00
Gary Russell
12b293c1c7 INTSAMPLES-82 Fix Exception 2012-07-06 12:36:45 -04:00
Gary Russell
84b08f135d Merge pull request #48 from ghillert/INTSAMPLES-62 2012-06-05 14:56:19 -04:00
Gunnar Hillert
7fda2f841b INTSAMPLES-62 - Create JPA Samples
* Sample supports Hibernate, EclipsLink and OpenJPA
* Sample uses Spring 3.1 (Profiles)
* Retrieves a list of records
* Creates a new DB record

INTSAMPLES-62 Code Review Fixes
* Use Log4j
* Fix dependencies

INTSAMPLES-62 - Make JPA Sample compliant with INT-2601

* Fix whitespace issues
* Make sure all schemas are version-less
2012-06-05 14:55:12 -04:00
Gary Russell
fa65ee0541 INTSAMPLES-66 Standard log4j Pattern 2012-05-29 16:36:33 -04:00
Gary Russell
cd388053d4 INTSAMPLES-66 TCP/AMQP Bridge
telnet->tcp-inbound-adapter->amqp-outbound-adapter->amqp->amqp-inbound-adapter->tcp-outbound-adapter->netcat

For reference see: https://jira.springsource.org/browse/INTSAMPLES-66
2012-05-29 13:44:36 -04:00
Gunnar Hillert
fc2e5890a9 INTSAMPLES-52 - All Samples should use Log4J
INTSAMPLES-52 - Standardize Log4j PatternLayout
Standardize Log4j PatternLayout to **%d{HH:mm:ss.SSS} %-5p [%t][%c] %m%n**.
2012-05-28 09:26:41 -04:00
Gary Russell
433cff0a40 INTSAMPLES-76 Wait For Server
Add utility and @Before methods to all tests
to wait for the server to start before starting.
2012-05-24 08:05:57 -04:00
Gunnar Hillert
a1964402ef INTSAMPLES-76 - Wait for Server to Start
before attempting to connect.
2012-05-17 14:22:52 -04:00
Gunnar Hillert
6aa46ab901 INTSAMPLES-76 - Fix Failing Tests in TCP Client Server Sample
* The port is no longer hard-coded
* fixed also the conversion service test and refactored it into its own class
2012-05-16 17:55:39 -04:00