Commit Graph

11 Commits

Author SHA1 Message Date
Artem Bilan
71dd35c0e7 SMPP: Fix typo in README
PR: https://github.com/spring-projects/spring-integration-extensions/pull/71
2014-05-29 07:57:08 +03:00
Gunnar Hillert
0665dc9a86 SMPP - Reduce Sonar Violations - If Stmts Must Use Braces 2013-05-29 00:25:41 -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
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
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
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
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
Johanes Soetanto
c0c5c0afca INTEXT-30 - Add SMPP Support
- update to version 2.2.0.BUILD-SNAPSHOT
2013-01-08 16:07:42 -05:00
Johanes Soetanto
b1f82c7554 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-08 16:07:42 -05:00