Release Notes / Version 10.2101
Table Of Contents
The class
com.coremedia.common.util.Optionals
with its sole, deprecated method
streamOfOptional(Optional)
has been removed.
Use
java.util.Optional#stream()
instead.
(CMS-15030)