SAP Commerce 2011 + spartacus@3.2.0
Added
- Commerce: automatically download zip files from launchpad.support.sap.com into the
dependencies
folder.
Details: commerce-gradle-plugin - FAQ - Commerce:
manifest.jsonnet
now supports "SAP Commerce Cloud, integration extension pack"
Details: Deploying the Integrations Pack on SAP Commerce Cloud - Spartacus: bootstrap spartacus@3.2.0 projects with new application structure
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.
- Cloud configuration is now in
-
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