CoreMedia Content Cloud v12 Upgrade Guide / Version 2404
Table Of ContentsChanges only necessary with custom adapter
The versions of the Commerce Client API and the Commerce Adapters for the Commerce Hub have been updated from 2.2 to 3.0 versions.
There haven’t been any changes to the gRPC protocol, hence the 2.2 and 3.0 adapters can be used with CMCC 11 and CMCC 12. For more detailed information, please refer to the release notes of the respective adapter:
The base adapter configuration used to pre-configure the readiness health group by setting
management.endpoint.health.group.readiness.include=readinessState,catalogRepository,storeRepository
has been removed.
This proved to cause trouble when an adapter implementation disabled one of the health indicators of that list.
Hence, the readiness group configuration was removed from the base adapter and now has to be configured on commerce
adapter vendor implementations.