Release Notes / Version 10.2101
Table Of ContentsDeprecation: `StoreContextBuilderImpl#from(String)` has been deprecated
StoreContextBuilderImpl#from(String)
has been deprecated. Use
StoreContextBuilderImpl#from(CommerceConnection, String)
instead.
(CMS-14194)
Reduced demand for guava version in WCS workspace
Some code in
IbmWcsLiveContextEnvironment
class required a guava version which was not available everywhere. The code has been changed to allow for more flexibility to support a broader range of guava version.
(CMS-13032)