Gary Russell
24df4edefc
Update to Spring Integration 3.0.6
2014-11-11 14:51:04 -05:00
Gary Russell
e745dc3af1
Update README for Versions
2014-10-28 10:47:56 -04:00
Gary Russell
bfe0a4ef52
Bump to 3.0.3.RELEASE
2014-06-03 13:35:17 -04: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
Gunnar Hillert
0529309657
INTSAMPLES-101 - Don't Use Hard-Coded Port in the 'mail-attachments' Sample
...
For reference see: https://jira.springsource.org/browse/INTSAMPLES-101
2012-12-11 11:59:26 -05:00
Gunnar Hillert
ad8e003fe8
Merge pull request #77 from ghillert/INTSAMPLES-79
...
INTSAMPLES-79 - Update TCP Samples to Use S-I-IP TestingUtilities
2012-12-06 21:16:41 -08: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
8260e02ac2
Merge pull request #76 from ghillert/INTSAMPLES-49
...
INTSAMPLES-49 - Move main demo class to src/main/java + add tests
2012-12-06 14:02:35 -08: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
c151ac24b2
Merge pull request #75 from ghillert/INTSAMPLES-99
...
INTSAMPLES-99 Upgrade samples to SI 2.2.0.RELEASE
2012-12-04 11:39:11 -08: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
1dac2e5c9b
Merge pull request #74 from ghillert/INTSAMPLES-71
...
INTSAMPLES-71 - Fix SFTP Outbound Sample
2012-12-03 19:46:36 -08: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
7c9ec6ab84
Merge pull request #73 from garyrussell/INTSAMPLES-95
...
* garyrussell-INTSAMPLES-95:
INTSAMPLES-95 Add Remote Monitor INTSAMPLES-95 Add OperationInvokingAdapter
2012-12-03 11:27:13 -05:00
Gary Russell
ee8de8c6b0
INTSAMPLES-95 Add Remote Monitor
...
INTSAMPLES-95 Add OperationInvokingAdapter
For reference see: https://jira.springsource.org/browse/INTSAMPLES-95
2012-12-03 11:23:58 -05:00
Gunnar Hillert
e5aced1ee7
Merge pull request #72 from ghillert/INTSAMPLES-65
...
INTSAMPLES-65 - Basic File Sample (Text Copy) Has Incorrect Filter Attribute
2012-11-30 21:07:27 -08: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