[jira] [Commented] (SLING-6860) Sling pipes has a dependency on unstable Jackrabbit release (2.7.5)

2017-05-17 Thread Nicolas Peltier (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014211#comment-16014211 ] Nicolas Peltier commented on SLING-6860: [~julian.resc...@gmx.de] thanks for this. Attached PR

[GitHub] sling pull request #229: SLING-6623 allow async execution of pipes

2017-05-17 Thread npeltier
GitHub user npeltier opened a pull request: https://github.com/apache/sling/pull/229 SLING-6623 allow async execution of pipes - moved execution code to a central place, under plumber implementation, - added status, and bufferization of the commits (async execution means

[jira] [Commented] (SLING-6860) Sling pipes has a dependency on unstable Jackrabbit release (2.7.5)

2017-05-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014207#comment-16014207 ] ASF GitHub Bot commented on SLING-6860: --- GitHub user npeltier opened a pull request:

[GitHub] sling pull request #230: SLING-6860 bump jackrabbit api version

2017-05-17 Thread npeltier
GitHub user npeltier opened a pull request: https://github.com/apache/sling/pull/230 SLING-6860 bump jackrabbit api version also did for distribution api You can merge this pull request into a Git repository by running: $ git pull https://github.com/npeltier/sling SLING-6860

[jira] [Commented] (SLING-6860) Sling pipes has a dependency on unstable Jackrabbit release (2.7.5)

2017-05-17 Thread Nicolas Peltier (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014319#comment-16014319 ] Nicolas Peltier commented on SLING-6860: [~julian.resc...@gmx.de] and that would remove AEM 6.3

[jira] [Commented] (SLING-6860) Sling pipes has a dependency on unstable Jackrabbit release (2.7.5)

2017-05-17 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014361#comment-16014361 ] Julian Reschke commented on SLING-6860: --- Hmm, why? (it depends on whether the sling bundle exposes

[jira] [Created] (SLING-6861) add possibility to configure a log file for the time of a pipe execution

2017-05-17 Thread Nicolas Peltier (JIRA)
Nicolas Peltier created SLING-6861: -- Summary: add possibility to configure a log file for the time of a pipe execution Key: SLING-6861 URL: https://issues.apache.org/jira/browse/SLING-6861 Project:

[GitHub] sling pull request #231: Sling 6516

2017-05-17 Thread karolisma
GitHub user karolisma opened a pull request: https://github.com/apache/sling/pull/231 Sling 6516 Annotation Based ValidationModelProvider evaluating additional annotations on a Sling Model bound to a specific resource type and registering ValidationModels You can merge this pull

[jira] [Commented] (SLING-6860) Sling pipes has a dependency on unstable Jackrabbit release (2.7.5)

2017-05-17 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014289#comment-16014289 ] Julian Reschke commented on SLING-6860: --- commons-httpclient actually should be *upgraded* to a 4.x

[jira] [Commented] (SLING-6516) ValidationModelProvider evaluating additional annotations on a Sling Model bound to a specific resource type

2017-05-17 Thread Karolis Mackevicius (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014356#comment-16014356 ] Karolis Mackevicius commented on SLING-6516: Pull Request Implementation details. ||

[jira] [Commented] (SLING-6623) Add the possibility to execute sling pipes in a background thread

2017-05-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014191#comment-16014191 ] ASF GitHub Bot commented on SLING-6623: --- GitHub user npeltier opened a pull request:

[jira] [Comment Edited] (SLING-6516) ValidationModelProvider evaluating additional annotations on a Sling Model bound to a specific resource type

2017-05-17 Thread Karolis Mackevicius (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014356#comment-16014356 ] Karolis Mackevicius edited comment on SLING-6516 at 5/17/17 6:49 PM: -

[jira] [Commented] (SLING-6855) Create ResultRegistry to provide health check behavior for executing code that does not want a HealthCheck

2017-05-17 Thread Clinton H Goudie-Nice (JIRA)
[ https://issues.apache.org/jira/browse/SLING-6855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014934#comment-16014934 ] Clinton H Goudie-Nice commented on SLING-6855: -- I now have the tags submittable along with

Re: [VOTE] Release Apache Sling Servlets Post 2.3.18

2017-05-17 Thread Daniel Klco
+1 On Wed, May 17, 2017 at 2:58 AM, Robert Munteanu wrote: > On Mon, 2017-05-15 at 19:01 +0200, Carsten Ziegeler wrote: > > Please vote to approve this release: > > +1 > > Robert

Launchpad Integration Test Errors

2017-05-17 Thread Daniel Klco
Hey All, I'm seeing 5 launchpad test errors on the current trunk: Failed tests: FullTextIndexingTest.testUploadedPdfIsIndexed:117 RetryLoop failed, condition is false after 45 seconds: A document containing 'Excepteur' is found under /tmp/test-FullTextIndexingTest

[DISCUSS] Improve Sling Query Support

2017-05-17 Thread Daniel Klco
Hi, I was recently working on some code which used ResourceResolver#findResources to get an Iterator of Resources based on a relatively simple query. Unfortunately, due to performance concerns, I ended up having to switch to the JCR API to specify a limit. In order to make the querying in Apache

Re: [DISCUSSION] Build Staged Release Script

2017-05-17 Thread Daniel Klco
Hey All, So sorry for dropping the ball on this one for so long. I had meant to get back up to it, but job changes, etc. So yada yada, I have a newer version of this script which will actually checks out the latest launchpad and executes the launchpad integration tests correctly against it. I'm

Re: [DISCUSS] Improve Sling Query Support

2017-05-17 Thread Carsten Ziegeler
I'm a little bit reluctant to go down that road. With that we're even more tying the query to JCR. If you know that your resource provider is JCR, then use the JCR API. If we're doing something about query we should make it a) easier to use (writing a string based query is a pain) but also b)

Re: [VOTE] Release Apache Sling Servlets Post 2.3.18

2017-05-17 Thread Julian Reschke
On 2017-05-15 19:01, Carsten Ziegeler wrote: Hi, we solved one issue in this release https://issues.apache.org/jira/browse/SLING-6859 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1723/ You can use this UNIX script to download the release and verify

Re: [VOTE] Release Apache Sling Servlets Post 2.3.18

2017-05-17 Thread Robert Munteanu
On Mon, 2017-05-15 at 19:01 +0200, Carsten Ziegeler wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part