Commit Graph

21 Commits

Author SHA1 Message Date
Artem Bilan
fddd7e47b4 INTEXT-122: Make XSD versionless from SI-core XSD
JIRA: https://jira.spring.io/browse/INTEXT-122

Fix for SMPP. All other extensions will be fixed on demand, when they will be upgraded to SI 4.0 or higher
2014-12-05 19:39:33 +02:00
Flemming Jønsson
85334c7e90 INTEXT-118: Fox for long messages with newlines
JIRA: https://jira.spring.io/browse/INTEXT-118

It also tests long messages without newlines to verify that the fix works for both types of long messages.

INTEXT-118: Replace regular expression split with standard substring to split message into subparts with max length.
The regular expression used earlier failed splitting messages that contained newlines correctly. (See SmesMessageSpecificationTest)

Corrected spelling in constants

Polishing
2014-11-15 19:15:52 +02:00
Spring Buildmaster
c515a566ff [artifactory-release] SMPP Next development version 2014-06-25 08:37:36 -07:00
Spring Buildmaster
455a1ef766 [artifactory-release] SMPP Release version 1.0.0.RELEASE 2014-06-25 08:37:32 -07:00
Artem Bilan
55d9ef5d3a Revert "[artifactory-release] SMPP Release version 1.0.0.GA"
This reverts commit 4519168dfc.
2014-06-25 18:28:52 +03:00
Artem Bilan
4652b04c73 Revert "[artifactory-release] SMPP Next development version"
This reverts commit 2ed3ad7474.
2014-06-25 18:17:51 +03:00
Spring Buildmaster
2ed3ad7474 [artifactory-release] SMPP Next development version 2014-06-25 08:09:19 -07:00
Spring Buildmaster
4519168dfc [artifactory-release] SMPP Release version 1.0.0.GA 2014-06-25 08:09:14 -07:00
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
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