Release Notes / Version 10.2101
Table Of ContentsPageGrid issue on category and product pages fixed
In rare cases it could happen that wrong content was delivered from the cache. The reason was a problem with the identity of the PageGridCacheKey.
(CMS-19416)
Fixed cache size handling of the DataViewFactory
The default
com.coremedia.objectserver.dataviews.DataViewFactory
bean now respects cache sizes that have already bean configured on the cache. If a cache size for a dataview class is defined inside the dataviews XML file as well as by a
cache.capacities
spring property, then the Spring property wins.
(CMS-19244)