Re: [VOTE] Release Apache Sling Event API 1.0.0 (initial release)

2017-04-18 Thread Timothee Maret
+1 (non binding) 2017-04-12 10:32 GMT+02:00 Stefan Egli : > Hi, > > This is about the first (API) part of splitting Sling Event into two > bundles (API and Impl). Since it is an initial release it might make sense > to review the pom extra this time. This split is tracked

[jira] [Created] (SLING-6782) Sling Job implementation should avoid unnecessary writes to the repository

2017-04-18 Thread JIRA
Jörg Hoh created SLING-6782: --- Summary: Sling Job implementation should avoid unnecessary writes to the repository Key: SLING-6782 URL: https://issues.apache.org/jira/browse/SLING-6782 Project: Sling

Re: Sightly warnings by GlobalShadowChecker

2017-04-18 Thread Müller Gonçalves
Hi Radu, We have been noticing the same warn message on our application fairly often: *WARN* org.apache.sling.scripting.sightly.impl.compiler.util.GlobalShadowChecker Global variable 'template' is being overridden in template However, there is no 'template' variable being declared in our

[jira] [Updated] (SLING-6782) Sling Job implementation should avoid unnecessary writes to the repository

2017-04-18 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-6782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörg Hoh updated SLING-6782: Description: I found in a number of occurences in the Sling Event code this pattern: {code}

[jira] [Updated] (SLING-6782) Sling Job implementation should avoid unnecessary writes to the repository

2017-04-18 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-6782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörg Hoh updated SLING-6782: Attachment: SLING-6782-jobs-commit-to-often.patch I introduced another helper method, which allows to set

[jira] [Resolved] (SLING-6781) VltUtils only keep the last filter for a given path

2017-04-18 Thread Timothee Maret (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothee Maret resolved SLING-6781. --- Resolution: Fixed Fixed in {{r1791766}}. > VltUtils only keep the last filter for a given

[jira] [Commented] (SLING-6782) Sling Job implementation should avoid unnecessary writes to the repository

2017-04-18 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15973673#comment-15973673 ] Carsten Ziegeler commented on SLING-6782: - Good catch. However, I think the patch is removing too