Commit Graph

340 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
Gary Russell
9eccb86adf Update to Spring Integration 4.0.3 2014-07-08 15:27:40 -04:00
Artem Bilan
a93ee7fb35 Comment out the Oracle Driver dependency
CI Build: https://build.spring.io/browse/INTSAMPLES-NIGHTLY-1053/log
2014-06-28 16:08:54 +03: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
53dfc4914f Upgrade to SI Java DSL M2 2014-06-19 16:18:23 +03:00
Gary Russell
4c1f7d452c INTSAMPLES-130 Fix Eclipse WTP for Web Samples
JIRA: https://jira.spring.io/browse/INTSAMPLES-130

Enable `Run As | Run on Server ...` when using eclipse.

The wtp config was lost when the samples were converted
to gradle.

Upgrade to SI-4.0.2 and Boot 1.1.0.RELEASE
Polishing according upgrading
2014-06-17 12:05:10 +03:00
Gary Russell
cc07c37e7a Add Eclipse bin/ Directory to .gitignore 2014-05-29 08:52:40 -04:00
Artem Bilan
95d8fc7d99 Fix FileProcessingTest configs
`Caused by: org.springframework.integration.MessageDispatchingException: Dispatcher has no subscribers`
2014-05-29 09:28:34 +03:00
Artem Bilan
3b12f7eada AC.close() in file and ftp tests 2014-05-29 09:17:47 +03:00
Artem Bilan
4b9d65f021 Increase FileProcessingTest timeouts 2014-05-29 08:38:55 +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
148e7b52c2 si4demo Spring Integration 4.0 Demo
https://spring.io/blog/2014/05/15/webinar-replay-spring-integration-4-0-the-new-frontier
2014-05-16 12:38:45 -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
56aee6fd91 Enable Intermediate modules
Ignore MS & Oracle tests
2014-01-30 18:56:20 +02: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
Gary Russell
0f6fb885c2 Dynamic FTP Add Link to Forum For Inbound 2013-12-04 08:52:06 -05:00
Gary Russell
e190c160f1 INTSAMPLES-119 Update Monitor for Twitter OAuth
Twitter now requires authentication.

Disable the real twitter adapter by default; enable it
with spring.profile "twitter" - requires the user to get
real oauth tokens.

Replicate oauth setup instructions from the twitter sample.

Add note to README for enabling the real twitter adapter.

Add .gitignore so committers can keep their real credentials
in, say, 'oauth.properties.foo'.

Add note about `SpringIntegrationTest`.

Update dummy tweets to use new icon.

INTSAMPLES-119 Polishing

- Fix 'twitterTemplate' bean name
- Add content to log and JMX Notification

JIRA: https://jira.springsource.org/browse/INTSAMPLES-119
2013-11-19 14:10:39 +02: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
1c5da3bc0f Merge pull request #93 from ghillert/INTSAMPLES-114
INTSAMPLES-114 Twitter Search Requires Authentication
2013-06-10 14:18:22 -07: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
64f8dbbd83 Merge pull request #91 from ghillert/INTSAMPLES-110
INTSAMPLES-110 - Add doc/polish REST sample
2013-03-29 21:58:50 -07:00
Gunnar Hillert
bab7973f87 INTSAMPLES-110 - Add doc/polish REST sample 2013-03-30 00:54:47 -04:00
Gunnar Hillert
dae05522be Merge pull request #90 from ghillert/INTSAMPLES-109
INTSAMPLES-109 - Move XQuery Sample to SI Extensions Repo
2013-03-29 08:10:34 -07: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
Gunnar Hillert
fa14f2ae7a Merge pull request #88 from garyrussell/INTSAMPLES-106
* garyrussell-INTSAMPLES-106:
  INTSAMPLES-106 JMS: Eliminate Hijack of stdout
2013-03-28 09:47:36 -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
078a72eeeb Merge pull request #89 from ghillert/INTSAMPLES-107
INTSAMPLES-107 - Add CoffeeService Sample to Oracle StoredProc Sample
2013-03-10 13:02:33 -07:00
Gunnar Hillert
e53d49df94 INTSAMPLES-107 - Add CoffeeService Sample to Oracle StoredProc Sample
* Add the CoffeeService Sample from the PostgreSql Stored Procedure Sample to the Oracle Stored Procedure Sample.

For reference see: https://jira.springsource.org/browse/INTSAMPLES-107
2013-03-10 16:01:21 -04:00
Gunnar Hillert
9759373c5a Merge pull request #84 from ghillert/INTSAMPLES-102-2
INTSAMPLES-102 - Fix intermittently failing tests
2013-01-10 22:48:51 -08: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
7928871386 Merge pull request #78 from ghillert/INTSAMPLES-63
* ghillert-INTSAMPLES-63:
  INTSAMPLES-63 - Polish Tcp-Client-Server Sample
2013-01-10 15:04:45 -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
863f5eecf4 Merge pull request #79 from ghillert/INTSAMPLES-100
INTSAMPLES-100 - Fix cafe-amqp JSON Serialization
2013-01-10 11:56:07 -08:00
Gunnar Hillert
31fba9e27c INTSAMPLES-100 - Fix cafe-amqp JSON Serialization
For reference see: https://jira.springsource.org/browse/INTSAMPLES-100
2013-01-10 12:32:24 -05:00
Gunnar Hillert
09dba557e0 Merge pull request #83 from st0ne-dot-at/master
* st0ne-dot-at-master:
  fixed classpath in pom.xml
2013-01-10 10:25:34 -05:00
github@st0ne.at
8c1741c734 fixed classpath in pom.xml 2012-12-12 15:51:50 +01:00
Gunnar Hillert
3a4e8d0db4 Merge pull request #82 from ghillert/INTSAMPLES-102
INTSAMPLES-102 - Advanced-testing-examples - Fix failing test
2012-12-11 20:51:13 -08:00
Gunnar Hillert
caef9515ee INTSAMPLES-102 - Advanced-testing-examples - Fix failing test
Reference: https://jira.springsource.org/browse/INTSAMPLES-102
2012-12-11 23:48:41 -05:00
Gunnar Hillert
76bce333da Merge pull request #81 from ghillert/INTSAMPLES-78
INTSAMPLES-78 - Don't use hard-coded FTP port
2012-12-11 14:06:16 -08: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
44420d3355 Merge pull request #80 from ghillert/INTSAMPLES-101
INTSAMPLES-101 - Don't Use Hard-Coded Port in the 'mail-attachments' Sample
2012-12-11 09:01:56 -08:00