Release Notes / Version 10.2104
Table Of Contents
The
CommerceConnection
interface has been changed to no longer return optional services as
null
if they are not available, but as {{Optional}}s instead.
This should uncover potential NPEs and also makes them easier to use in
Optional
call chains.
(CMS-14529)