CoreMedia Content Cloud v11 Upgrade Guide / Version 2110
Table Of Contents
Guava Optional
, Function
, Predicate
,
Supplier
and most Guava utilities from com.google.common.collect
have
been replaced with their JDK counterparts. Most of these Guava features are available in the JDK by now, so it is
unnecessary to bother with a third-party library.
Although it is not required, CoreMedia recommends that you also refactor these Guava usages in your code for consistency.