Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

The Maven dependencies for Across have changed, group across contains across-core, across-test and across-web. Group across-standard-modules now contains modules across-hibernate, ehcache-module and debug-web.

...

/wiki/spaces/AX/pages/12648455 contains some helper classes and configurations to quickly setup an AcrossContext with or without AcrossWebModule.  Also has a setup to facilitate multi-database testing, see Integration tests.

New modules

...

  • added SpringSecurityInfrastructureModule providing infrastructure for common SecurityPrincipal implementation
    • note that this module is automatically inserted with the SpringSecurityModule, and should rarely be configured manually
  • added SpringSecurityAclModule enabling ACL security services

...