Skip to content

SAP Commerce 2011 + [email protected]

Compare
Choose a tag to compare
@mpern mpern released this 25 Apr 13:02

Added

Changed

  • Commerce: simplified bootstrap

    • Automatically download latest releases of all extra extensions from GitHub
    • Solr customization is now optional
  • Commerce: streamline configuration management

    • Cloud configuration is now in hybris/config/cloud with subfolders for persona and aspect.
    • For local development, the following property files are active by default:
      10-local.properties -> ../cloud/common.properties
      20-local.properties -> ../cloud/persona/development.properties
      50-local.properties -> ../cloud/local-dev.properties
      
    • Pin the patch release of Commerce.
      Relying on auto-patching may lead to unexpected build and deployment errors.
  • Spartacus: use new manifest.json options to correctly configure SSR and CSR without patching Spartacus project files.
    Details: Enabling Server-Side Rendering, Setting Client-Side Rendering Web Root Path