1.0.2

New modules

Across core

  • feature: added POSTPROCESSOR module role - modules with this role will bootstrap after all others
  • feature: introduced AcrossContextInfo and AcrossModuleInfo for getting information of the actual running context (instead of the initial configuration)
  • feature: AcrossSequencesInstaller that other modules can plugin to enuse the generic sequences table is present
  • bugfix: fixed shutdown of an AcrossContext - cleanup of created ApplicationContexts and beans
  • improvement: run post bootstrap installers after the the AcrossContext has been refreshed
  • improvement: core schema scripts are compatible with HSQLDB, Oracle, MySQL and SQL Server

AcrossWebModule

  • bugfix: registering MessageConverters
  • feature: simple (Thymeleaf) templating support - addition of @Template and @ClearTemplate annotations

EhcacheModule

  • improvement: switched ehcache dependency  from core to general jar
  • improvement: DebugWebController improved and extended with heap size

DebugWebModule

  • feature: DebugWebController for listing properties per module (#10)
  • improvement: logger debug page now only posts modified loggers (#12)