Adobe-Consulting-Services / acs-aem-tools

http://adobe-consulting-services.github.io/acs-aem-tools/
120 stars 97 forks source link

AEM Fiddle executes stale scripts in AEM 6.3 builds #170

Open davidjgonzalez opened 7 years ago

davidjgonzalez commented 7 years ago

Appears that https://issues.apache.org/jira/browse/SLING-6361 breaks AEM Fiddle as the script is never cleared from the cache.

@justinedelson thoughts on a clean way to work around this? could we invoke the script invalidation manually rather relying on an event?

henrykuijpers commented 7 years ago

Noticed this too, today!

What about the commit? Has it been tested already?

davidjgonzalez commented 7 years ago

acs-aem-tools-content-0.0.51-SNAPSHOT-min.zip

@henrykuijpers you can try that out... It doesn't work in 6.1 and i was running into problems getting it to work in 6.2.. it seemed to work in 6.3 for me.

alexkli commented 7 years ago

Encountered the same issue with ACS tools 0.0.40 on AEM 6.3 GA. Only workaround was to restart the org.apache.sling.commons.fsclassloader bundle before clicking Run every single time.

Can confirm that acs-aem-tools-content-0.0.51-SNAPSHOT-min.zip solves the issue!