Release Notes / Version 12.2506.0
Table Of ContentsCommerce Hub Property Deprecation
The property commerce.hub.data.endpoints as well as
the endpoint property of the
commerce settings struct, represented by Java
method
com.coremedia.blueprint.base.livecontext.client.settings.CommerceSettings#getEndpoint
have been deprecated.
As a replacement, use the endpointName of the
commerce settings struct (respectively
com.coremedia.blueprint.base.livecontext.client.settings.CommerceSettings#getEndpointName)
to configure the Commerce Hub connection.
It is recommended to use a symbolic name without
token replacement because the token replacement feature of the
endpointName String will also be removed in the
future.
(CMS-28106)
Updated Commerce Client ClientProduct#getCategories
The commerce client now might return multiple Categories when calling ClientProduct#getCategories.
(CMS-26990)


