Commit Graph

9 Commits

Author SHA1 Message Date
Edge Dalmacio
d1d6b068bc INTEXT-73: Sending multipart SMS messages through
JIRA: https://jira.spring.io/browse/INTEXT-73

minor optimization

added test for multipart messages

Signed-off-by: Edge Dalmacio <edgar.dalmacio@gmail.com>

INTEXT-73 Replaced String[] with List

INTEXT-73 fixed test

Polishing code format
2014-06-24 17:15:46 +03:00
Edge Dalmacio
7590253871 INTEXT-107 Upgrade to Spring Integration 4.0
JIRA: https://jira.spring.io/browse/INTEXT-107

* Upgrade to Gradle 1.12
* Fix compile warnings
* Fix XSD declaration
* Get rid of `EasyMock`
2014-06-24 14:02:02 +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
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
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