Release Notes / Version 10.2107
Table Of ContentsCoreMedia Contributions repository created, Http Metrics, and LowerCaseKeys validator
A contributions repository with a minimal workspace is introduced for all commerce adapters. For SAP Commerce Cloud it is found at coremedia-contributions/commerce-adapter-hybris . This workspace is used to build Docker containers from and also serves as starting point for own customizations.
All configuration-property map keys now have to be in lower case. This is enforced by the LowerCaseKeys validator. For example, the key 'CatalogsForStore' in the configuration-property map 'capacities' is now 'catalogsforstore'.
HTTP metrics are now collected on template level instead of specific URLs. They are available via actuator endpoint.
The catalog will now return any document's ID as a fallback if it has no name.
(CMS-17700)