close

Filter

loading table of contents...

Release Notes / Version 13.2512.1

Table Of Contents

Remote Link DataLoader Lookup, Replace CacheMap with ValueCache

Remote link resolution now looks up the DataLoader from the per-request execution context instead of holding a singleton field reference. Cross-request caching migrated from CacheMap to ValueCache.

  • Deprecated: RemoteLinkWiringFactory(DataLoader) and RemoteLinkDataFetcher(DataLoader) — use the no-argument constructors.

  • Removed: beans dataLoaderRegistry, remoteLinkDataLoader, remoteLinkCacheMap, springCacheMapFactory; class SpringCacheMap. The latter three are driven by java-dataloader 6.0 replacing the CacheMap API with ValueCache. Migrate custom code to a DataLoaderRegistrar bean; for cross-request caching use DataLoaderOptions.setValueCache(...).

This change is breaking, if any customization has been applied to the remote link feature.

(CMS-30674)

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.