Commit Graph

146 Commits

Author SHA1 Message Date
Artem Bilan
b0cc426d98 INTEXT-95: Create SI Java DSL Project
JIRA: https://jira.springsource.org/browse/INTEXT-95
2014-02-04 21:34:29 +02:00
Rajasekar Elango
b4a51d4cf5 INTEXT-92 Kafka: Add support for specifying any producer/consumer property
* Update README.md for producer and consumer properties usage
2013-11-19 17:12:13 -05:00
Gunnar Hillert
ab3b62e0aa Merge pull request #58 from relango/merge-master-kafka-topic-filter
* relango-merge-master-kafka-topic-filter:
  INTEXT-77 Add Kafka topic filter support for producer + consumer
2013-10-28 17:08:47 -04:00
Rajasekar Elango
3e7b7d1331 INTEXT-77 Add Kafka topic filter support for producer + consumer
* Add tests
* Add samples
* Update readme

Jira: https://jira.springsource.org/browse/INTEXT-77
2013-10-28 17:06:52 -04:00
Gary Russell
b588aa4667 INTEXT-90 Update Paho Client to 0.4.0
Add eclipse paho repo.
2013-10-02 14:15:00 -04:00
Gary Russell
76c65ec6db INTEXT-89 Fix Inbound Stop When No Server
The reconnection task was not canceled in doStop().
2013-10-02 13:44:52 -04:00
Gunnar Hillert
9fe0d02ef8 Merge pull request #56 from sobychacko/INTEXT-84
* sobychacko-INTEXT-84:
  INTEXT-84 Kafka: Enhance Avro serialization support
2013-08-01 16:23:26 -04:00
Soby Chacko
b28bf4b06c INTEXT-84 Kafka: Enhance Avro serialization support 2013-08-01 16:20:24 -04:00
Gunnar Hillert
d99de8c740 Merge pull request #55 from ghillert/INTEXT-83
INTEXT-83 Update to Kafka 0.8.0-beta1
2013-07-16 14:06:12 -07:00
Gunnar Hillert
bd173c8197 INTEXT-83 Update to Kafka 0.8.0-beta1 2013-07-16 16:58:04 -04:00
Gunnar Hillert
9bfee92743 Merge pull request #43 from kcrimson/master
* kcrimson-master:
  INTEXT-65 Add JGroups Extension
2013-07-15 17:41:10 -04:00
jpalka
3931ae5826 INTEXT-65 Add JGroups Extension 2013-07-15 17:39:20 -04:00
Gunnar Hillert
4ffdabdee6 Merge pull request #52 from bellwethr/master
* bellwethr-master:
  INTEXT-81 Add unit tests
  INTEXT-81 Fixing bug in decoding message streams * adding a null check on the key decoder
2013-07-15 12:45:42 -04:00
Gunnar Hillert
7d0806c773 INTEXT-81 Add unit tests 2013-07-15 12:44:08 -04:00
Kevin Eustice
86be5e1b78 INTEXT-81 Fixing bug in decoding message streams
* adding a null check on the key decoder

https://jira.springsource.org/browse/INTEXT-81
2013-07-15 12:43:04 -04:00
Gunnar Hillert
e1f400e2cf Update README.md 2013-07-15 10:04:58 -04:00
Gunnar Hillert
9b7fba196d Updated list of available modules 2013-07-15 10:02:23 -04:00
Gunnar Hillert
d9bcbdc14b Moved Kafka Test Context Files 2013-06-03 15:29:43 -04:00
Gunnar Hillert
21bd507923 Merge pull request #42 from sobychacko/INTEXT-44
* sobychacko-INTEXT-44:
  INTEXT-44 - Polishing
  INTEXT-44 - Add Kafka Support
2013-06-03 00:18:34 -04:00
Gunnar Hillert
5bf4b9871e INTEXT-44 - Polishing
* Upgrade to Gradle 1.6
* Upgrade Sonar plugin to SonarRunner
* Upgrade a few dependencies (e.g. JUnit, Spring Integration)
* Remove deprecations (e.g. JUnit)
* Convert spaces to tabs
* Add author tags
* Add @since
2013-06-03 00:15:14 -04:00
Soby Chacko
e46cbfdcb4 INTEXT-44 - Add Kafka Support
* Add Inbound adapter
* Add Outbound adapter
* Add serialization
* Initial Documentation
* Add unit tests
* Add async producer
* Support Kafka 0.8
* Add Kafka Sample

See: https://jira.springsource.org/browse/INTEXT-44
2013-06-03 00:15:01 -04:00
Gunnar Hillert
0665dc9a86 SMPP - Reduce Sonar Violations - If Stmts Must Use Braces 2013-05-29 00:25:41 -04:00
Gunnar Hillert
dac93edfc4 Merge pull request #37 from otnateos/INTEXT-58
* otnateos-INTEXT-58:
  INTEXT-58 Support SMPP Sending Using Other Charset and udh * Remove SmppSessionFactoryBean.setMessageReceiverListeners(MessageReceiverListener... listeners) to remove Spring's warning message for ambiguous method access * Allow using DeliveryReceipt id as is if hex parsing fail (tested with HSLSMS) * Add support for session reconnection which will attempt to reconnect every 5 sec by default until the session is destroyed * If additional session state listener is configured by user, it will register it * Update build dependency with Spring Integration 2.2.2 * Update javadoc * Add support for smpp transaction time using transactionTimeout * Support 'request-handler-advice-chain' for outbound channel adapter and gateway * Support sending using data_coding * Support sending using message_payload * Support for sending long sms using UDH * Update mock smpp server to simulate real SMPP error * Change message id reading logging to DEBUG instead of WARN * Wrap SMPPSession with proxy for auto reconnection * Use ExecutorService for reconnection * Fix some code and author
2013-05-28 23:49:53 -04:00
Johanes Soetanto
f9207dae2b INTEXT-58 Support SMPP Sending Using Other Charset and udh
* Remove SmppSessionFactoryBean.setMessageReceiverListeners(MessageReceiverListener... listeners) to remove Spring's warning message for ambiguous method access
* Allow using DeliveryReceipt id as is if hex parsing fail (tested with HSLSMS)
* Add support for session reconnection which will attempt to reconnect every 5 sec by default until the session is destroyed
* If additional session state listener is configured by user, it will register it
* Update build dependency with Spring Integration 2.2.2
* Update javadoc
* Add support for smpp transaction time using transactionTimeout
* Support 'request-handler-advice-chain' for outbound channel adapter and gateway
* Support sending using data_coding
* Support sending using message_payload
* Support for sending long sms using UDH
* Update mock smpp server to simulate real SMPP error
* Change message id reading logging to DEBUG instead of WARN
* Wrap SMPPSession with proxy for auto reconnection
* Use ExecutorService for reconnection
* Fix some code and author
2013-05-28 23:45:09 -04:00
Gary Russell
5067086713 Revert version to 1.0.0.BUILD-SNAPSHOT 2013-05-24 16:30:15 -04:00
Spring Buildmaster
793f1bf43c [artifactory-release] Release version 1.0.0.M1 2013-05-24 13:26:24 -07:00
Gary Russell
e8d45f2163 INTEXT-71 Fix Typo in README 2013-05-24 15:16:29 -04:00
Gary Russell
8987dc3b51 INTEXT-71 Add Maven To README.md 2013-05-24 14:54:02 -04:00
Gary Russell
d3eb5dbd15 INTEXT-71 Update MQTT Extension to SI 3.0.0.M2 2013-05-24 14:36:14 -04:00
Gunnar Hillert
7538eb4ecd Merge pull request #49 from ghillert/INTEXT-70
INTEXT-70 - Set code coverage plugin for Sonar
2013-05-17 09:03:31 -07:00
Gunnar Hillert
74aab512c9 INTEXT-70 - Set code coverage plugin for Sonar
* Set the Sonar code coverage plugin explicitly to `jacoco`
2013-05-17 12:01:26 -04:00
Gunnar Hillert
f30e5bb196 Merge pull request #47 from ghillert/INTEXT-68
INTEXT-68 - Update MQTT dependency
2013-05-16 07:42:50 -07:00
Gunnar Hillert
04e4ed7389 INTEXT-68 - Update MQTT dependency
* Update Readme (No manual installation of the MQTT client to MavenLocal necessary any longer)
2013-05-16 10:40:15 -04:00
Gunnar Hillert
9a0b591f1d Merge pull request #46 from ghillert/INTEXT-69
INTEXT-69 - Splunk: XSD not bundled correctly
2013-05-16 07:23:17 -07:00
Gunnar Hillert
ec9b053a36 INTEXT-69 - Splunk: XSD not bundled correctly 2013-05-16 10:20:08 -04:00
Gunnar Hillert
edeac2d709 Merge pull request #45 from ghillert/INTEXT-67
INTEXT-67 - Upgrade to Sonar-Runner
2013-05-15 20:18:11 -07:00
Gunnar Hillert
c4a7090118 INTEXT-67 - Upgrade to Sonar-Runner
* Upgrade to Gradle 1.6
* Upgrade from Gradle plugin sonar to sonar-runner
* Upgrade Gradle wrapper
* Fix several Group Ids
2013-05-15 23:15:06 -04:00
Gunnar Hillert
7d5ae68ee4 Merge pull request #40 from garyrussell/mqtt
* garyrussell-mqtt:
  INTEXT-64 - Polishing
  INTEXT-64 MQTT Adapters
2013-05-15 16:49:39 -04:00
Gunnar Hillert
ac43f8e930 INTEXT-64 - Polishing
* Update dependency versions
* Add more comments/links
* Remove DocBook usage
2013-05-15 16:46:42 -04:00
Gary Russell
745dd018ca INTEXT-64 MQTT Adapters
See README.md for more information.

http://jira.springsource.org/browse/INTEXT-64
2013-05-15 16:46:42 -04:00
Spring Buildmaster
b139943b46 [artifactory-release] Next development version 2013-04-04 06:59:52 -07:00
Spring Buildmaster
665c27022b [artifactory-release] Release version 1.0.0.M1 2013-04-04 06:59:45 -07:00
Gunnar Hillert
0f23fe79cc Merge pull request #38 from damiendallimore/master
Created "index" field and getter/setter
2013-04-04 06:47:29 -07:00
Damien Dallimore
cbcc0d9295 created "index" field 2013-04-04 13:48:41 +07:00
Gunnar Hillert
2145d3806c Merge pull request #20 from lukasz-antoniak/INTEXT-36
* lukasz-antoniak-INTEXT-36:
  INTEXT-61 - Add Voldemort Sample
  INTEXT-36 - Cleanup
  INTEXT-36 - Add Voldemort Module
2013-04-02 16:34:46 -04:00
Gunnar Hillert
14995ec2f9 INTEXT-61 - Add Voldemort Sample 2013-04-02 16:32:48 -04:00
Gunnar Hillert
28759a6116 INTEXT-36 - Cleanup
* Convert spaces to tabs
* Upgrade to Gradle 1.5
* Change Group Id to 'org.springframework.integration'
* Add Sonar Runner plugin
* Reduce Sonar warnings
* Ensure ASL license header is present in all source files
* Fix XSD documentation not showing up in STS
2013-04-02 16:32:48 -04:00
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