close

Filter

loading table of contents...

Release Notes / Version 10.2101

Table Of Contents

Miscellaneous

Migrated Commerce Cache Capacities and Timeouts to Spring Boot Cache Configurations

The configuration options commerce.hub.cache.capacities , commerce.hub.cache.timeout-seconds , livecontext.ecommerce.cache.\*.capacity , and livecontext.ecommerce.cache.\*.time are deprecated. Use cache.capacities.ecommerce and cache.timeout-seconds.ecommerce followed by the respective commerce feature token instead. This feature token must now be lowercase. Note that com.coremedia.blueprint.base.livecontext.ecommerce.common.AbstractCommerceCacheKey internally converts given feature tokens to lowercase so that its cacheClass returns the corresponding 'ecommerce.FEATURE' token for cache configuration lookup.

Follow Section, “Migrated Commerce Cache Capacities and Timeouts to Spring Boot Cache Configurations” for upgrade information.

(CMS-17868)

No test-jars

Due to shortcomings in Maven's dependency model regarding the test scope, we do not use test-jars any longer. The relevant functionality of test-jars has either been copied or moved to separate test utility artifacts. Some test-jars have even been dropped without replacement, because they were unused meanwhile or had only been created accidentally ever since. In case you miss any features used by your project tests, please contact the CoreMedia support.

(CMS-14400)

Image transformation: sharpen applied only once but after scaling

In some cases images were sharpened twice. This could result in unwanted image artifacts. Now the sharpening of images is only applied once after scaling which results in better quality of images.

Follow Section, “Image transformation: sharpen applied only once but after scaling” for upgrade information.

(CMS-18778)

Sitemap URLs

So far, CoreMedia's sitemap URLs started with the prefix /service/sitemap . This was a violation of the https://www.sitemaps.org/protocol.html standard (section "Sitemap file location"), which requires that sitemap files include only URLs that start with the same path as the sitemap file itself. CoreMedia's sitemaps include URLs like https://f.q.d.n/resource/blob/.../datasheet.pdf and https://f.q.d.n/corporate-en-gb/details/charlotte-may-9802 , which differ in the very first path segment. Thus, the sitemap URLs must not have a path at all, but may consist only of a single segment. Therefore, the paths of sitemap URLs have been flattened from http://f.q.d.n/service/sitemap/61e75a956d912104971e03ffc6175869/sitemap_index.xml to http://f.q.d.n/service-sitemap-61e75a956d912104971e03ffc6175869-sitemap_index.xml , assuming that the service-sitemap-<siteId> prefix is sufficiently specific, so that it will not collide with any vanity URLs or root channel segments.

Follow Section, “Sitemap URLs” for upgrade information.

(CMS-11868)

Search Results

Table Of Contents