Commit Graph

99 Commits

Author SHA1 Message Date
Lukasz Antoniak
1d2a5b5f06 INTEXT-36 - Add Voldemort Module 2013-04-02 16:32:12 -04:00
Gunnar Hillert
3063278b0e Merge pull request #36 from ghillert/INTEXT-59
INTEXT-59 - Add XQuery Sample
2013-03-29 08:01:15 -07:00
Gunnar Hillert
c879ef5e5e Merge branch 'master' of /Users/hillert/dev/gitsisample/spring-integration-samples into INTEXT-59 2013-03-29 10:35:55 -04:00
Gunnar Hillert
0d3a075d46 INTSAMPLES-109 - Move XQuery Sample to SI Extensions Repo 2013-03-29 10:24:07 -04:00
Gunnar Hillert
c374ac324f Merge pull request #34 from ghillert/INTEXT-54
INTEXT-54 - AWS Fix Failing Tests
2013-03-11 21:57:22 -07:00
Gunnar Hillert
e2b85f21a9 INTEXT-54 - AWS Fix Failing Tests
For reference: https://jira.springsource.org/browse/INTEXT-54
2013-03-12 00:55:08 -04:00
Gunnar Hillert
e208afe5bb Merge pull request #33 from ghillert/INTEXT-34
INTEXT-34 - Convert AWS Module to Gradle
2013-03-11 15:04:15 -07:00
Gunnar Hillert
d071bf6a43 INTEXT-34 - Convert AWS Module to Gradle
For reference see: https://jira.springsource.org/browse/INTEXT-34
2013-03-11 17:38:34 -04:00
Gunnar Hillert
66bb802d4e Merge pull request #30 from ghillert/INTEXT-37
INTEXT-37 - Fix SMB - Infinite Loop
2013-03-06 14:47:44 -08:00
Gunnar Hillert
f382418c02 INTEXT-37 - Fix SMB - Infinite Loop
For reference see: https://jira.springsource.org/browse/INTEXT-37

* Add tests
* Ensure we always use `StringUtils.cleanPath()`
    - in SmbSession#createSmbFileObject
    - in the constructor of SmbShare(String url)
2013-03-06 17:46:44 -05:00
Gunnar Hillert
4426d540aa INTEXT-48 - Add sample for AWS S3 support
For reference see: https://jira.springsource.org/browse/INTEXT-48
2013-03-01 00:21:54 -05:00
Gunnar Hillert
57f9f0f8a4 Merge pull request #29 from amolnayak311/INTEXT-5
* amolnayak311-INTEXT-5:
  INTEXT-5: Initial push for AWS core and S3 adapter For reference see: https://jira.springsource.org/browse/INTEXT-5
2013-02-28 18:06:17 -05:00
Amol Nayak
f35e755ff0 INTEXT-5: Initial push for AWS core and S3 adapter
For reference see: https://jira.springsource.org/browse/INTEXT-5
2013-02-28 18:03:47 -05:00
Gary Russell
1d6caa21ad INTEXT-45 Fix INT-2936 Work Around
When not using NIO, could get a message
"Max supported length exceeded" if the
socket is closed abruptly.
2013-02-25 15:20:33 -05:00
Gary Russell
e068031aba INTEXT-47 WebSocket PING Polishing
Use last receive time (instead of last send) because mostly
write sockets (from the server perspective) may still time out.
2013-02-24 18:01:01 -05:00
Gary Russell
d1046c9692 INTEXT-47 WebSocket Scheduled PINGs
Send a ping every 25 seconds to all open WebSockets.

Configure interval using 'pingInterval' property on
WebSocketTcpConnectionInterceptorFactory.

Set to 0 to disable pings.
2013-02-24 13:56:02 -05:00
Spring Buildmaster
7c3031346c [artifactory-release] Next development version 2013-02-23 14:15:09 -08:00
Spring Buildmaster
b914625920 [artifactory-release] Release version 1.0.0.M1 2013-02-23 14:15:04 -08:00
Gary Russell
7d81ee80ab INTEXT-45 Polishing Add CF Bean Name to Event 2013-02-22 16:34:15 -05:00
Gunnar Hillert
a49fbb4570 Merge pull request #28 from ghillert/INTEXT-35
* ghillert-INTEXT-35:
  INTEXT-35 - Add SMB Sample For reference see: https://jira.springsource.org/browse/INTEXT-35
2013-02-22 14:44:05 -05:00
Gunnar Hillert
080c1e39d9 INTEXT-35 - Add SMB Sample
For reference see: https://jira.springsource.org/browse/INTEXT-35
2013-02-22 14:40:33 -05:00
Gunnar Hillert
1c5ea0dfac Merge pull request #27 from ghillert/INTEXT-27-2
* ghillert-INTEXT-27-2:
  INTEXT-27 + INTEXT-46 Upgrade to Gradle 1.4
2013-02-22 12:20:31 -05:00
Gunnar Hillert
ca708e0827 INTEXT-27 + INTEXT-46 Upgrade to Gradle 1.4
* INTEXT-46 - Make Build JDK7 Ready + Cleanup
2013-02-22 12:04:49 -05:00
Gary Russell
b1448bdc60 INTEXT-45 Add Work Around for INT-2936
Need to check for closed stream with NIO.
2013-02-16 09:20:51 -05:00
Gary Russell
eb8f24f7b2 Merge branch 'INTEXT-45' 2013-02-15 16:15:33 -05:00
Gary Russell
870f76b58f INTEXT-45 SI 3.0.0.M1 - now 1.0.0.BUILD-SNAPSHOT
- Use core TCP eventing for WebSocketEvents; change Type literals to enumerations
- Use a WebSocketMessageMapper instead of rebuilding the message in the interceptor
- Use core TCP Abstract Serializer
- Use 3.0 API instead of reflection to get key for Deserializer state
2013-02-15 16:14:31 -05:00
Gary Russell
5ecf931be6 Revert "INTEXT-45 Update to SI 3.0.0.M1"
This reverts commit 5278aebd95.
2013-02-15 15:57:16 -05:00
Gary Russell
5278aebd95 INTEXT-45 Update to SI 3.0.0.M1
- Use core TCP eventing for WebSocketEvents; change Type literals to enumerations
- Use a WebSocketMessageMapper instead of rebuilding the message in the interceptor
- Use core TCP Abstract Serializer
- Use 3.0 API instead of reflection to get key for Deserializer state
2013-02-15 14:07:00 -05:00
Gunnar Hillert
f2d3a87946 Merge pull request #26 from dturanski/INTEXT-43
* dturanski-INTEXT-43:
  INTEXT-43 replaced ConnectionFactory with ServiceFactory
  INTEXT-42 refactored SplunkEvent
  Updated README
  Updated README
2013-02-08 11:51:47 -05:00
David Turanski
885e2ebc11 INTEXT-43 replaced ConnectionFactory with ServiceFactory
* remove trailing spaces from SplunkEventTests
* remove trailing spaces from README.md
2013-02-08 11:51:05 -05:00
David Turanski
9eaed7e08a INTEXT-42 refactored SplunkEvent 2013-02-08 11:51:05 -05:00
David Turanski
9ec12ee010 Updated README 2013-02-08 11:51:05 -05:00
David Turanski
1adc83c122 Updated README 2013-02-08 11:51:05 -05:00
Gunnar Hillert
978d80a9fb Merge pull request #24 from dturanski/master
* dturanski-master:
  Add writer types to schema for Outbound Adapter and upgraded to Splunk 1.0.0 Update README
2013-02-04 14:16:54 -05:00
David Turanski
c9d14135cc Add writer types to schema for Outbound Adapter and upgraded to Splunk 1.0.0
Update README
2013-02-04 14:14:46 -05:00
Gunnar Hillert
3dc96a7287 Merge pull request #22 from otnateos/INTEXT-32
* otnateos-INTEXT-32:
  INTEXT-32 - Cleanup
  INTEXT-32 - SMPP - Fix Failing Unit Tests - add mock smpp server for tests - enforce source address flip for inbound gateway - tidy up
2013-01-22 14:39:58 -05:00
Gunnar Hillert
6584c60649 INTEXT-32 - Cleanup
* Ensure ASL license headers are present
* Add "@since" with "1.0" to the Java source files
* Cleanup
* The mockSmppServer server port is dynamically chosen
* Centralize the mockSmppServer bean declaration to reduce duplication
2013-01-22 14:33:00 -05:00
Johanes Soetanto
eaa36c6d03 INTEXT-32 - SMPP - Fix Failing Unit Tests
- add mock smpp server for tests
- enforce source address flip for inbound gateway
- tidy up
2013-01-18 14:35:15 -05:00
Gunnar Hillert
705b029033 Merge pull request #5 from amolnayak311/INTEXT-6
* amolnayak311-INTEXT-6:
  INTEXT-6 - Add AWS SES Samples
  INTEXT-6: Add AWS core and SES adapter For reference see: https://jira.springsource.org/browse/INTEXT-6
2013-01-17 17:30:52 -05:00
Gunnar Hillert
897fc0e9b4 INTEXT-6 - Add AWS SES Samples
* Add SES JavaMailSender Sample
* Add SES Spring Integration Sample
* Refactor DefaultAmazonSESMailSender to implement JavaMailSender and delegate to JavaMailSenderImpl rather than extending it
* Cleanup
2013-01-17 17:26:36 -05:00
Amol Nayak
639d4b27e0 INTEXT-6: Add AWS core and SES adapter
For reference see: https://jira.springsource.org/browse/INTEXT-6
2013-01-17 17:25:51 -05:00
Gary Russell
b284307878 Fix WebSocketEvent getter Visibility
protected instead of public
2013-01-17 17:25:50 -05:00
Gary Russell
a0c87a49e7 Fix WebSocketEvent getter Visibility
protected instead of public
2013-01-14 12:28:56 -05:00
Mark Fisher
50d34a60d4 Merge pull request #19 from garyrussell/INTEXT-33
* INTEXT-33:
  Add WebSocket Events
2013-01-14 12:02:47 -05:00
Gary Russell
d66b3c4794 Add WebSocket Events
Building on TCP Event publishing in S.I. 3.0, add events
for 'HANDSHAKE_COMPLETE' and 'WEBSOCKET_CLOSED'.

Update DemoService to consume these events.

Change ws.html demo so that the service is started immediately
and the 'command' box is now prefilled with 'stop'.

When closing the websocket, the DemoService immediately
removes the connection from its map, rather than waiting for
an exception on the write.
2013-01-14 12:00:15 -05:00
Mark Fisher
873ff937a1 Merge pull request #18 from garyrussell/INTEXT-33
* INTEXT-33: Add Path and QueryString Headers
2013-01-10 17:22:11 -05:00
Gary Russell
1b47b546c3 INTEXT-33 Add Path and QueryString Headers
Capture the URI path and query string and provide in message
headers for each message received on a web socket.

Fix tests package name.
2013-01-10 11:40:57 -05:00
Gunnar Hillert
a1b0192ac5 Merge pull request #16 from otnateos/INTEXT-30
* otnateos-INTEXT-30:
  INTEXT-30 - Cleanup
  Change group id
  INTEXT-30 - Add SMPP Support - update to version 2.2.0.BUILD-SNAPSHOT
  INTEXT-30 - Add SMPP Support - migrate old sandbox project - add schema for channel adapters and gateways - change some package structure based on spring integration module package structure
2013-01-09 16:37:01 -05:00
Gunnar Hillert
e4f2f83909 INTEXT-30 - Cleanup 2013-01-09 16:32:39 -05:00
Johanes Soetanto
f2a0cb7cba Change group id 2013-01-08 16:07:42 -05:00