edoras one - Release Notes

Version 1.5.0.S80


Hello everyone

CLD 1.5.0.S80 of edoras one is now available:
https://confluence.edorasware.com/display/EDWDEV/CLD+1.5.0.S80

Release 1.5.0.S80 brings several new features on the frontend and backend side too. To pick only the most important one, we have to mention:

  • Add ability to use distributed caches and sessions for a clustered environment
  • Add new HTML widget
  • Support asynchronous execution in process diagrams
  • Update developer and operator documentation

Besides the things mentioned above, we have added various small improvements and many fixes.

Regards, edoras one team

High-level Goals

  • Add ability to use distributed caches and sessions for a clustered environment
  • Add new HTML widget
  • Support asynchronous execution in process diagrams
  • Update developer and operator documentation

Migration Notes

  • Please remove the import of the cmmn-application-context.xml as this is now imported in the core already. You can also remove the dependency to the cmmn module as this is also done in the core already
  • As we now use Spring Session for the session handling you need to add the springSessionRepositoryFilter before the springSecurityFilterChain filter in your web.xml. An example of the web.xml can be seen inside the distribution war of the edoras one bundle zip.
  • The session timeout in seconds is now defined as a system property called 'session.timeout' and defaults to 1800 seconds.
  • New property was added to one.properties (mail.validation.pattern). The property specifies regex pattern for e-mail validation.

Limitations

  • None