Release Notes / Version 12.2406.0
Table Of Contents
The custom
com.coremedia.blueprint.base.links.Optional
implementation was removed and replaced by
java.util.Optional
wrapping a String. The
UNDEFINED
("?"
/null
) value is
now represented by an Optional#empty
,
ANY
by an Optional
of
"*"
.
(CMS-23843)