Netcentric / aem-replication-metadata-validator

Jackrabbit FileVault validator ensuring valid replication metadata in certain nodes of content packages
Eclipse Public License 1.0
2 stars 0 forks source link

ContentFragmentModel reference provider only evaluates cq:lastModified, cq:created and current date #24

Closed kwin closed 4 months ago

kwin commented 4 months ago

The references towards CF models are collected with com.adobe.cq.dam.cfm.impl.search.FragmentReferencePublishProvider (not with com.adobe.cq.dam.cfm.impl.search.ContentFragmentReferencePublishProvider as previously incorrectly assumed in #19). That reference provider compares the replication date with

  1. cq:lastModified,
  2. cq:created or
  3. current date

(but does never take into account jcr:lastModified).