Release Notes / Version 10.2104
Table Of Contents
The preferred way to obtain a commerce connection is to ask the store context for it via
StoreContext#getConnection()
if the store context is available in the current scope.
If it is not, but a site object or a content object is available in the current scope,
CommerceConnectionInitializer
or
CommerceConnectionSupplier
can be used to obtain a commerce connection.
The class
CurrentCommerceConnection
has been removed.
(CMS-15628)