Release Notes / Version 11.2310
Table Of ContentsDeprecated UrlProvider leftovers from lc-cae
Since link building for commerce URLs has already been moved to the commerce adapters, the UrlProviders in the lc-cae extension for commerce urls shouldn't be used anymore and are now deprecated for removal in the next AEP.
If you do not have any customizations in LiveContextUrlProvider or CommerceSearchRedirectUrlProvider, you do not need to do anything. If your code is customized, please try to adapt your adapter configuration accordingly.
(CMS-21855)
Fixed Handling of Broken Internal Links in RichText
In case that an internal Link in RichText cannot be built because the LinkFormatter throws an exception, the live CAE used to discard the whole RichText. Now it just discards the A-Tag. Preview CAE still displays the exception.
(CMS-21652)
Deprecation: Bean Generator tool has been deprecated
Bean Generator tool is outdated and has been deprecated.
(CMS-20733)
Configured Less Strict Cookie Defaults for Local Development
The local
spring profile for live and preview CAE
now configures the following cookie defaults:
cae.cookie.force-secure=false cae.cookie.same-site=Lax
(CMS-18964)