Release Notes / Version 12.2406.0
Table Of ContentsRemoved Webtrends Analytics Connector
The Webtrends Analytics Connector was removed from the Blueprint workspace without replacement.
(CMS-23884)
Removed class MappedInterceptor
Removed class
com.coremedia.objectserver.web.MappedInterceptor
.
Use
org.springframework.web.servlet.handler.MappedInterceptor
instead.
(CMS-23860)
com.coremedia.blueprint.base.links.impl.RuleUrlPrefixResolver has new constructor
The
com.coremedia.blueprint.base.links.impl.RuleUrlPrefixResolver
has a new RuleUrlPrefixResolver(java.util.List)
constructor. The PostConstruct
method was removed.
(CMS-23847)
com.coremedia.blueprint.base.links.Optional removed
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)
Third-Party Update: Spring Webflow
Updated Spring Webflow from 2.5.1.RELEASE to 3.0.0 from 2.5.1.RELEASE to 3.0.0.
(CMS-22845)