Release Notes / Version 11.2110
Table Of Contents
The deprecated interface method
ContentObjectSiteAspect.getIgnoreUpdates()
has been removed.
Use
ContentObjectSiteAspect.isIgnoreUpdates()
, which provides an easier to understand contract, instead.
Special note for custom interface implementations and mocking:
The default implementation of
ContentObjectSiteAspect.isIgnoreUpdates()
still exists to ease implementation and mocking in tests, but the default implementation changed to always return
false
instead of forwarding to
ContentObjectSiteAspect.getIgnoreUpdates()
.
(CMS-20066)