Skip to content

Commit

Permalink
2.0.0-RC1
Browse files Browse the repository at this point in the history
migration:
- apply src/main/resources/database/migrate_2.0.sql
- not compliant with smsuapi < 2
- smsuapi 2 does not support https client certificate, only basic auth
- if you used PAGS groups, you must switch to LDAP ou=groups or wsgroups.
  in either case, you must migrate CGR_LABEL in table CUSTOMIZED_GROUP

new user-interface:
- responsive web design, with twitter bootstrap CSS (scoped)
- angularjs, pseudo-portlet using web-widget
- simplify sending a mail together with a SMS
- add demo page test/StartPage.html

configuration:
- use MySQL5InnoDBDialect instead of MySQLInnoDBDialect (otherwise hbm2ddl leads to invalid DDL on mysql 5)
- remove defaults*.properties (for simplicity, only config.properties)
- follow maven convention for file locations

various:
- communication with user-interface is a REST/JSON web-service (JAX-RS using jersey)
- handle CAS Single Sign Out
- ant deploy: use <sync> action to ensure removed files are removed (esp. jars)
- switch to apache licence v2.0 (esup-portail now follows jasig choice)
  • Loading branch information
prigaux committed Jun 17, 2014
1 parent af58706 commit 3f4a4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>esup-smsu</artifactId>
<packaging>war</packaging>
<name>esup-smsu</name>
<version>1.1.4</version>
<version>2.0.0-RC1</version>

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

0 comments on commit 3f4a4a8

Please sign in to comment.