...
- Carriage returns without linefeeds are now filtered when retrieving data from Syllabus Plus. These characters often end up in S+ data, for example when copying from Microsoft Excel, but cause issues when publishing iCalendar feeds.
- Incremental rendering used on more places in the application, to prevent unresponsive browsers.
- Change of logging framework to Logback.
- Option added to set the transactional isolation level, using the server-side property
TransactionIsolation
, see the Spring documentation for possible values. The default isISOLATION_DEFAULT
. - Upgrades of dependencies:
- Spring (3.2.3.RELEASE)
- Spring Security (3.1.4.RELEASE)
- AspectJ (1.7.3)
- Infinispan (5.3.0.Final)
- Javassist (3.18.0-GA)
- jTDS (1.2.8)
- CXF (2.7.5)
...