david g.

Results 376 comments of david g.

@acollign sure! Nice simple examples are welcome! I believe this should implement a filter criteria though. Also we are trying to ensure the ACS Samples have a narrative in comments...

+2! There is a PropertyMergePostProcessor in ACS Commons that could provide the framework for a POST processor. In typical ACS Samples fashion, we should ad guidance in the the class...

Perfect for the sample!!

No - I’ll try to update this sample this week to remove this. Unfortunately this data is no longer avail; per the api contact/javadocs this change is acceptable. I believe...

@sham linked out to this .. https://github.com/cqsupport/webinar-dispatchercache/blob/master/src/refetching-flush-agent/jcr_root/apps/replication/src/com.day.cq.replication.dispatcher/src/main/java/com/day/cq/replication/dispatcher/DispatcherFlushContentBuilder.java

@andrewmkhoury samples are more generic "code skeletons" that have a commenting narrative describing what different to method responsibilities are and why/how their used. Samples don't typically "do" anything -- we...

@andrewmkhoury gotcha! Yeh - i made this item before @Sham sent the link in the CQ Gems; I can take a stab at this; Maybe ill ping you for a...

Do you have a PR? Do you just mean the various XML content files to define AEM CS Maintenance Tasks schedules?

@dlh3 any reason why the Builder couldnt use `https://sling.apache.org/apidocs/sling6/org/apache/sling/commons/json/jcr/JsonItemWriter.html` ? seems more straight forward that making fake request/response objs? That being said, having a suite of commonly used replication extensions...

@dlh3 I think if we pull this we should update the code to use the Json writer API which makes its reasonably different from the current Impl. May be easier...