TWCable / grabbit

Grabbit - Fast Content Sync tool for AEM/CQ
Apache License 2.0
125 stars 64 forks source link

Pull setLastModifiedDate() out of JCRNodesProcessor and into ProtoNodeDecorator #166

Closed jbornemann closed 7 years ago

jbornemann commented 7 years ago

@viveksachdeva @sagarsane if you could take a quick look. This is a something small I've been wanting to do. Since written required nodes don't circle back to JcrNodesWriter, setLastModified() isn't set for these nodes. With this change we will have completely segregated business logic out of the Spring Framework, and enabled delta sync to become more effective. Spring simply controls the flow now. :-)

review-ninja commented 7 years ago

ReviewNinja

jbornemann commented 7 years ago

Thanks @viveksachdeva !

sagarsane commented 7 years ago

👍 :-)