Release Notes / Version 13.2512.1
Table Of ContentsRemote 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(...).
Follow Section, “Remote Link DataLoader Lookup, Replace CacheMap with ValueCache ” for upgrade information.
(CMS-30674)


