See also:

Changes in version 3.8.x

Changes in /properties/config.properties:

  • Properties hibernate.connection.url, hibernate.connection.username and hibernate.connection.password are not used any more and should be renamed hibernate.connection.jdbc.url, hibernate.connection.jdbc.username and hibernate.connection.jdbc.password, for instance:
hibernate.connection.jdbc.url=jdbc:mysql://localhost/helpdesk
hibernate.connection.jdbc.username=admin
hibernate.connection.jdbc.password=secret
  • To rely on a connection pool (defined at Tomcat level for instance), use (replace jdbc/esup-helpdesk by the name of your own data source):
hibernate.useJndi=true
hibernate.connection.jndi.datasource=jdbc/esup-helpdesk
  • To use JDBC even from web requests, use:
hibernate.useJndi=false

Changes in /builld.properties:

  • Property cas.url is not used anymore (already set in /properties/config.properties).

Changes in version 3.8.1

New feature

Bug fixes

Enhancements

Changes in version 3.7.0

New feature

Bug fixes

Enhancements

Changes in version 3.6.2

New feature

Bug fixes

Enhancements

Changes in version 3.5.7

New features

Bug fixes

Enhancements

Other changes

Changes in version 3.4.0

  • La tâche compute-statistics est désormais obsolète et son appel peut être supprimé.

New features

Enhancement

Other change

Changes in version 3.3.2

  • Les exploitants sous Windows devront définir la propriété lock.path dans le fichier /properties/config.properties (diff 3.2 -> 3.3). Les utilisateurs sous Unix pourront également redéfinir cette propriété (par défaut /tmp).

New features

Bug fixes

Enhancements

Changes in version 3.2.5

New feature

Bug fixes

Enhancements

Other change

Changes in version 3.1.0

New features

Bug fixes

Other changes

Changes in version 3.0.6

New feature

Bug fixes

Enhancement

Misc changes 

Changes in version 3.0.0

See: Guide de migration vers la version 3

See also: Améliorations de la version 3 (in French)