Skip to content

Commit

Permalink
2.0.0 (same changelog as in 2.0.0-RC3 except for sms.connector.olm.li…
Browse files Browse the repository at this point in the history
…bmgs.file)

migration:
- apply src/main/resources/database/migrate_2.0.sql
- drop support for certificate authentication
- not compliant with smsu < 2 nor smsu-api-admin < 2

brokers:
- handle broker smsenvoi.com (with new feature "senderlabel")

configuration:
- use MySQL5InnoDBDialect instead of MySQLInnoDBDialect (otherwise hbm2ddl leads to invalid DDL on mysql 5)
- broker.xml need editing together with config.properties :-(
- sms.connector.olm.libmgs.file replaces deploy.home
- removed defaults*.properties (for simplicity, only config.properties)

web-service:
- removed SOAP web-service
- answers on "/" instead of "/rest"
- added missing actions on simple GET web-service
- sendSms : if no id is given, it now gets automatically an id
- sendSms : return json objects with msg id
- sendSms : implement sending to many "phoneNumber"s
- mayCreateAccountCheckQuotaOk : return json object
- on error, return a json object { error: "xxx", message: "xxx" } instead of a string
- do not wrongly urldecode twice parameters

various:
- do NOT purge "statistics" anymore (there is no reason to clean this table!)
- added HttpRequestSmsuapiWS to help use of smsuapi from java
- publish org.esup-portail:esup-smsu-api on maven central (for use in smsu, smsu-api-admin or others)
- switch to apache licence v2.0 (esup-portail now follows jasig choice)
- many cleanup
  • Loading branch information
prigaux committed Jul 13, 2014
1 parent 4cfe703 commit d0f243e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.esup-portail</groupId>
<artifactId>esup-smsu-api</artifactId>
<packaging>jar</packaging>
<version>2.0.0-RC2</version>
<version>2.0.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Provide web-services to send SMS.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>esup-smsu-api</artifactId>
<packaging>war</packaging>
<name>esup-smsu-api</name>
<version>2.0.0-RC3</version>
<version>2.0.0</version>

<build>
<!--finalName>${project.name}</finalName-->
Expand Down

0 comments on commit d0f243e

Please sign in to comment.