CoreMedia Content Cloud v11 Upgrade Guide / Version 2110
Table Of ContentsThe out-of-the box commerce adapter configuration has been improved and several mandatory properties have been marked with @NotBlank and thus must be provided at startup. When upgrading to the new adapter version, it is most likely that you have already set these properties in your old v10 setup or by default using the Blueprint Docker compose setup. The validation should help you to find missing configuration faster.
SAP Commerce Cloud / Hybris
The following configuration properties have been marked as @NotBlank and must be provided:
hybris.hosthybris.userhybris.passwordhybris.link.storefront-urlhybris.link.asset-urlhybris.oauth.client-idhybris.oauth.client-secret
These Properties have been removed without replacement:
hybris.defaultCatalogVersionLivehybris.productSearchMaxResultshybris.link.storefrontHost
If you use the default SAP Hybris commerce setup you may configure the old default values as follows:
hybris.user=adminhybris.password=nimdahybris.oauth.client-id=coremedia_previewhybris.oauth.client-secret=secret
HCL Commerce / WCS
The following configuration properties have been marked as @NotBlank and must be provided:
wcs.urlwcs.secure-urlwcs.secure-search-urlwcs.auth-header-namewcs.usernamewcs.password
The following properties have been removed:
livecontext.ibm.wcs.urllivecontext.ibm.wcs.rest.secureUrllivecontext.ibm.wcs.rest.search.urllivecontext.ibm.wcs.rest.search.secureUrllivecontext.rest.connector.authHeaderNamelivecontext.rest.connector.authHeaderValuelivecontext.service.credentials.usernamelivecontext.service.credentials.passwordwcs.host
Salesforce Commerce Cloud / SFCC
The following configuration properties have been marked as @NotBlank and must be provided:
sfcc.link.storefront-urlsfcc.ocapi.hostsfcc.oauth.client-idsfcc.oauth.client-password
The following configuration properties have been marked as @NotBlank but have a default value:
sfcc.vendor-versionsfcc.oauth.protocolsfcc.ocapi.protocolsfcc.ocapi.version
These Properties have been removed without replacement:
sfcc.host
Base Adapter / Mock
The base adapter configuration property metadata.vendor has been marked as @NotBlank and must be provided. The mock adapter configuration property mock.link.storefrontUrlPreview has been marked as @NotBlank and must be provided. The base adapter configuration property metadata.supportsMultiCatalog has been removed without replacement. The following mock adapter configuration properties have been removed without replacement:
cookie.user.patternmock.link.storefrontUrl


