Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
494b6f0
[maven-release-plugin] prepare for next development iteration
jjlauer Apr 17, 2015
b9728b0
add support for missing pdu's and tags
Apr 19, 2015
605a539
Merge pull request #95 from madisparn/master
jjlauer Apr 19, 2015
eedcbd3
Allowing unbound channel to respond to enquire_link PDU
May 20, 2015
4ee6e34
Merge pull request #101 from edkellena/master
jjlauer May 20, 2015
18d5053
Corrected name of DataCoding SmppConstant to IA5 (not GSM)
Jun 24, 2015
6dadd6b
Updated value of DATA_CODING_GSM constant and made it deprecated
Jul 9, 2015
1264ab1
Merge pull request #107 from RobinJDCox/master
jjlauer Jul 9, 2015
0347395
Add ESM_CLASS Message Mode constants
Jul 15, 2015
7e163cb
Merge pull request #109 from pgoergler/feature-esm-class
jjlauer Jul 15, 2015
c020fea
DefaultSmppServer should use IO executor passed to its constructor
mkubala Aug 14, 2015
0bd0d8d
Merge pull request #112 from mkubala/custom_io_executor_fix
jjlauer Sep 22, 2015
a4fb640
Fix-up comments on the SMPP error code constants
pcolby Nov 5, 2015
906e3fe
Merge pull request #116 from pcolby/master
jjlauer Nov 24, 2015
4315b92
Prepping for new release
jjlauer Nov 24, 2015
be5297a
More build fixes
jjlauer Nov 24, 2015
81d8407
Merge pull request #119 from fizzed/master
jjlauer Nov 24, 2015
6491f3a
[maven-release-plugin] prepare release v5.0.9
jjlauer Nov 24, 2015
c0e80ec
[maven-release-plugin] rollback the release of v5.0.9
jjlauer Nov 24, 2015
6e677ce
[maven-release-plugin] prepare release v5.0.9
jjlauer Nov 24, 2015
9909519
[maven-release-plugin] prepare for next development iteration
jjlauer Nov 24, 2015
75bd0bf
Merge branch 'master' of github.com:twitter/cloudhopper-smpp
jjlauer Nov 24, 2015
e47cdd5
Prepping for release
jjlauer Nov 24, 2015
fb2bd78
[maven-release-plugin] prepare release v5.0.9
jjlauer Nov 24, 2015
f84a5cd
[maven-release-plugin] prepare for next development iteration
jjlauer Nov 24, 2015
4952419
Updated docs
jjlauer Nov 24, 2015
9954efe
Set the openjdk version to 7 for travis since the maven source code l…
elruwen Jan 5, 2016
756f0e3
Merge pull request #2 from elruwen/travis-java7
jjlauer Jan 5, 2016
19ab3a4
Merge remote-tracking branch 'origin/master' into netty4
JChrist Mar 24, 2016
6e17f61
added IntelliJ related files to .gitignore
JChrist Mar 24, 2016
e43b3bc
fixed AlertNotification, ReplaceSm and ReplaceSmResp and their tests …
JChrist Mar 24, 2016
fa36ebc
added missing versions for junit, slf4j and logback
JChrist Mar 24, 2016
e754ecc
Merge pull request #6 from JChrist/netty4
jjlauer Mar 25, 2016
3738979
[maven-release-plugin] prepare release v6.0.0-netty4-beta-3
jjlauer Mar 25, 2016
55713b3
[maven-release-plugin] prepare for next development iteration
jjlauer Mar 25, 2016
5b802b3
Merge remote-tracking branch 'restcomm/netty4' into merged-netty4
JChrist Oct 11, 2017
647228b
replaced non-existing getCause with cause
JChrist Oct 11, 2017
f21c3a6
fixed call to `connectFuture.cancel` to pass true (mayInterruptIfRunn…
JChrist Oct 11, 2017
c91864c
increased waiting times to allow for slower builds
JChrist Oct 11, 2017
2c971de
updated netty to latest 4.1.16.Final
JChrist Oct 11, 2017
fe9f9e9
added clientBindHost and clientBindPort in SmppConnectionCongiguratio…
JChrist Oct 11, 2017
b2b2a74
added overloaded createConnectedChannel method (since the existing on…
JChrist Oct 11, 2017
2cb08a6
fixed tests to have a session field which gets closed in @After, so t…
JChrist Oct 11, 2017
b144e25
added maven compiler source/target version to 1.6, since it's the lea…
JChrist Oct 11, 2017
63cf156
bumped version to next beta
JChrist Oct 11, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ target/
.project
.settings/

*.iml
.idea/
*.ipr
*.iws
/out/
.idea_modules/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: java
jdk:
- openjdk6
- openjdk7
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Cloudhopper by Twitter
cloudhopper-smpp
----------------
## 6.0.0-netty4-beta-2
- ch-commons-util version bumped from 6.0.1 to 6.0.2 to fix race condition bug
- ch-commons-util version bumped from 6.0.1 to 6.0.2 to fix race condition bug
in WindowFuture:
https://github.com/twitter/cloudhopper-smpp/issues/61

Expand All @@ -13,6 +13,16 @@ cloudhopper-smpp
on Trustin's review.
- Netty dependency changed to 4.0.25.Final.


## 5.0.9 - 2015-11-24
- Add support for missing pdus and tags
- Allow unbound channel to respond to enquire_link PDU
- Corrected name of DataCoding SmppConstant to IA5 (not GSM)
- Updated value of DATA_CODING_GSM constant and made it deprecated
- Add ESM_CLASS Message Mode constants
- DefaultSmppServer should use IO executor passed to its constructor
- Fix-up comments on the SMPP error code constants

## 5.0.8 - 2015-04-17
- Fixed issue where rawErrorCode not set on DeliveryReceipt (khaing211)
- Support for host address in SmppServerConfiguration (pgoergler)
Expand Down
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.restcomm.smpp</groupId>
<artifactId>ch-smpp</artifactId>
<packaging>jar</packaging>
<version>6.0.0-netty4-beta-3-SNAPSHOT</version>
<version>6.0.0-netty4-beta-4-SNAPSHOT</version>
<name>ch-smpp</name>
<description>Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)</description>
<url>https://github.com/Restcomm/cloudhopper-smpp</url>
Expand All @@ -24,11 +24,13 @@
</parent>

<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<main.java.package>com.cloudhopper.smpp</main.java.package>
<ch-commons-util.version>7.0.6</ch-commons-util.version>
<ch-commons-charset.version>7.0.6</ch-commons-charset.version>
<ch-commons-gsm.version>7.0.6</ch-commons-gsm.version>
<netty.version>4.0.28.Final</netty.version>
<netty.version>4.1.16.Final</netty.version>
<logback.version>1.1.3</logback.version>
<junit.version>4.12</junit.version>
<slf4j.version>1.7.25</slf4j.version>
Expand Down Expand Up @@ -86,4 +88,4 @@
</dependency>
</dependencies>

</project>
</project>
Binary file added src/etc/SMPP_v5_0.pdf
Binary file not shown.
Loading