[jira] [Resolved] (SLING-5919) org.apache.sling.testing.samples.modulewit.BasicTeleportedIT.testConfigAdmin times out.

2016-08-01 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston resolved SLING-5919. --- Resolution: Fixed https://svn.apache.org/repos/asf/sling/trunk@1754772 by increasing the timeout from

[jira] [Created] (SLING-5939) Register filter using http whiteboard

2016-08-01 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created SLING-5939: --- Summary: Register filter using http whiteboard Key: SLING-5939 URL: https://issues.apache.org/jira/browse/SLING-5939 Project: Sling Issue Type: Improve

[jira] [Resolved] (SLING-5938) Register RequestLoggerFilter through Http Whiteboard

2016-08-01 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-5938. - Resolution: Fixed Updated the filter to use the new DS annotations and register with the h

[jira] [Assigned] (SLING-5919) org.apache.sling.testing.samples.modulewit.BasicTeleportedIT.testConfigAdmin times out.

2016-08-01 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston reassigned SLING-5919: - Assignee: Ian Boston (was: Konrad Windszus) > org.apache.sling.testing.samples.modulewit.BasicTe

[jira] [Created] (SLING-5938) Register RequestLoggerFilter through Http Whiteboard

2016-08-01 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created SLING-5938: --- Summary: Register RequestLoggerFilter through Http Whiteboard Key: SLING-5938 URL: https://issues.apache.org/jira/browse/SLING-5938 Project: Sling Issu

[jira] [Resolved] (SLING-5937) Migrate RequestProgressTrackerLogFilter to new DS annotations

2016-08-01 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-5937. - Resolution: Fixed Updated to use new DS / metatype annotations and changed "filter.scope"

[jira] [Created] (SLING-5937) Migrate RequestProgressTrackerLogFilter to new DS annotations

2016-08-01 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created SLING-5937: --- Summary: Migrate RequestProgressTrackerLogFilter to new DS annotations Key: SLING-5937 URL: https://issues.apache.org/jira/browse/SLING-5937 Project: Sling

[jira] [Resolved] (SLING-5936) Log warning if old "filter.scope" or "filter.order" property is used to register a Sling filter

2016-08-01 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-5936. - Resolution: Fixed Added warning to the logs > Log warning if old "filter.scope" or "filte

[jira] [Updated] (SLING-5936) Log warning if old "filter.scope" or "filter.order" property is used to register a Sling filter

2016-08-01 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-5936: Summary: Log warning if old "filter.scope" or "filter.order" property is used to register a

[jira] [Created] (SLING-5936) Log warning if old "filter.scope" property is used to register a Sling filter

2016-08-01 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created SLING-5936: --- Summary: Log warning if old "filter.scope" property is used to register a Sling filter Key: SLING-5936 URL: https://issues.apache.org/jira/browse/SLING-5936 Pro

[jira] [Commented] (SLING-5919) org.apache.sling.testing.samples.modulewit.BasicTeleportedIT.testConfigAdmin times out.

2016-08-01 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15402125#comment-15402125 ] Robert Munteanu commented on SLING-5919: The interesting part is that the test con

[jira] [Resolved] (SLING-5935) Remove compat mode for filters

2016-08-01 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-5935. - Resolution: Fixed Removed the compat flag and handling > Remove compat mode for filters >

[jira] [Created] (SLING-5935) Remove compat mode for filters

2016-08-01 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created SLING-5935: --- Summary: Remove compat mode for filters Key: SLING-5935 URL: https://issues.apache.org/jira/browse/SLING-5935 Project: Sling Issue Type: Improvement

[jira] [Commented] (SLING-5782) Register Sling using the Http Whiteboard

2016-08-01 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15402101#comment-15402101 ] Carsten Ziegeler commented on SLING-5782: - Added a ServletContextHelper service fo

Re: Streaming API. was Re: [Binary Uploads] Do binary uploads go to disk before their next hop into the repository?

2016-08-01 Thread Ian Boston
Hi, On 1 August 2016 at 14:51, Clint Goudie-Nice wrote: > I agree, it would be valuable to stream it. > > AFAIK, the problem is that during a form submission you don’t know the > order of the form attributes, and the binary data can be mixed into the > middle. Maybe these could be ordered so the

Re: Streaming API. was Re: [Binary Uploads] Do binary uploads go to disk before their next hop into the repository?

2016-08-01 Thread Clint Goudie-Nice
I agree, it would be valuable to stream it. AFAIK, the problem is that during a form submission you don’t know the order of the form attributes, and the binary data can be mixed into the middle. Maybe these could be ordered so the file submission came last; making streaming of the file data wit

[jira] [Created] (SLING-5934) Add size to queue items

2016-08-01 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created SLING-5934: -- Summary: Add size to queue items Key: SLING-5934 URL: https://issues.apache.org/jira/browse/SLING-5934 Project: Sling Issue Type: Improvement C

[jira] [Resolved] (SLING-5933) Make it possible to configure async delivery for forward agent

2016-08-01 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved SLING-5933. Resolution: Fixed fixed in r1754749 > Make it possible to configure async delivery for forw

[jira] [Created] (SLING-5933) Make it possible to configure async delivery for forward agent

2016-08-01 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created SLING-5933: -- Summary: Make it possible to configure async delivery for forward agent Key: SLING-5933 URL: https://issues.apache.org/jira/browse/SLING-5933 Project: Sling

[jira] [Assigned] (SLING-5782) Register Sling using the Http Whiteboard

2016-08-01 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-5782: --- Assignee: Carsten Ziegeler > Register Sling using the Http Whiteboard > -

[jira] [Created] (SLING-5932) Move Web Console Plugin to separate bundle

2016-08-01 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created SLING-5932: --- Summary: Move Web Console Plugin to separate bundle Key: SLING-5932 URL: https://issues.apache.org/jira/browse/SLING-5932 Project: Sling Issue Type: Im

[jira] [Commented] (SLING-5931) Unable to register a servlet using the R6 Http Service Whiteboard

2016-08-01 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401960#comment-15401960 ] Robert Munteanu commented on SLING-5931: [~cziegeler] as mentioned on the user's l

Re: New module Sling Testing PaxExam

2016-08-01 Thread Robert Munteanu
On Thu, 2016-07-28 at 11:31 +0200, Oliver Lietz wrote: > On Monday 25 July 2016 15:02:33 Robert Munteanu wrote: > [...] > > > > Looks good, thank you! If I get one more nitpick :-) it would be > > asking > > to include the oak-segment bundle declaration in the method that > > configures it ( sling

[jira] [Commented] (SLING-5931) Unable to register a servlet using the R6 Http Service Whiteboard

2016-08-01 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401931#comment-15401931 ] Carsten Ziegeler commented on SLING-5931: - [~rombert] What exactly is not working?

[jira] [Commented] (SLING-5931) Unable to register a servlet using the R6 Http Service Whiteboard

2016-08-01 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401925#comment-15401925 ] Robert Munteanu commented on SLING-5931: Added a disabled test in https://svn.apac

[jira] [Created] (SLING-5931) Unable to register a servlet using the R6 Http Service Whiteboard

2016-08-01 Thread Robert Munteanu (JIRA)
Robert Munteanu created SLING-5931: -- Summary: Unable to register a servlet using the R6 Http Service Whiteboard Key: SLING-5931 URL: https://issues.apache.org/jira/browse/SLING-5931 Project: Sling

Re: Sling Oak Restrictions - Release 1.0.0 now?

2016-08-01 Thread Georg Henzler
Hi Julian, good point that "descendants" is actually clearer than "children"... that gives two options IMHO: - sling:resourceTypesDeep <-- less descriptive but also shorter - sling:resourceTypesWithDescendants <-- I think clearer, but longer For the simple match, I would stick with the short

Re: Sling Oak Restrictions - Release 1.0.0 now?

2016-08-01 Thread Julian Sedding
Hi Georg I think "...WithChildren" is misleading, because, per my understanding of the documentation, it means "with descendants". Maybe restriction names with "shallow" and/or "deep" would be more self-documenting? E.g. "sling:resourceTypesShallow" and "sling:resourceTypesDeep". WDYT? Regards

[jira] [Commented] (SLING-920) Sling Jenkins setup

2016-08-01 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401894#comment-15401894 ] Robert Munteanu commented on SLING-920: --- Added the test stability plugin to the sling

Re: Sling Oak Restrictions - Release 1.0.0 now?

2016-08-01 Thread Georg Henzler
Hi Robert, ... I would rather see it named org.apache.sling.jcr.oak-restrictions and placed under contrib/jcr . That sounds like a better location, +1 to move There was some discussion related to the name of the 'sling:resourceTypesWithChildren' restriction [1]. I want to make sure that we h

Re: [Context Aware Configs] Merging?

2016-08-01 Thread Konrad Windszus
Can't we just use the resource merger approach for merging configs (http://sling.staging.apache.org/documentation/bundles/resource-merger.html )? There probably needs to be a dedicated resource picker for configurations,

Re: [Context Aware Configs] Merging?

2016-08-01 Thread Robert Munteanu
On Mon, 2016-08-01 at 11:34 +0100, Ian Boston wrote: > Hi, > > On 1 August 2016 at 11:02, Carsten Ziegeler > wrote: > > > > > Well, I think you're misinterpreting my comments - I never said > > that it > > will require a special tooling - I said it would be insane to edit > > a > > complex setu

[jira] [Commented] (SLING-5924) Resource package builder threshold is too low

2016-08-01 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401879#comment-15401879 ] Tommaso Teofili commented on SLING-5924: I've applied [~simone.tripodi]'s patch in

[jira] [Commented] (SLING-920) Sling Jenkins setup

2016-08-01 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401849#comment-15401849 ] Robert Munteanu commented on SLING-920: --- Added the test stability plugin to sling-tru

[jira] [Commented] (SLING-920) Sling Jenkins setup

2016-08-01 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401846#comment-15401846 ] Robert Munteanu commented on SLING-920: --- Added the test stability plugin to sling-tru

New test plugins installed on builds.apache.org

2016-08-01 Thread Robert Munteanu
Hi, Trying to get more insight into the stability of our tests I have asked infra to install a couple of Jenkins plugins on builds.apache.org. 1. Test stability plugin https://wiki.jenkins-ci.org/display/JENKINS/Test+stability+plugin This plugin decorates the Jenkins test results with the histo

[jira] [Commented] (SLING-5924) Resource package builder threshold is too low

2016-08-01 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401832#comment-15401832 ] Tommaso Teofili commented on SLING-5924: thanks [~simone.tripodi], the off-heap id

[jira] [Resolved] (SLING-5904) SmokeIT test fails 50% of the time.

2016-08-01 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-5904. Resolution: Fixed Re-resolving based on my last comment, please reopen if you think that's n

[RESULT][VOTE] Release Apache Sling Event Support version 4.1.0

2016-08-01 Thread Robert Munteanu
Hi, The vote has passed with the following result : +1 (binding): Carsten Ziegeler, Oliver Lietz, Stefan Egli, Ian Boston I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository.

Re: Sling Oak Restrictions - Release 1.0.0 now?

2016-08-01 Thread Robert Munteanu
Hi Georg, On Sat, 2016-07-30 at 10:14 +0200, Georg Henzler wrote: > Hi all, > > with SLING-5768/SLING-5891 fixed and the documentation in  > https://sling.apache.org/documentation/bundles/sling-oak-restrictions > .html  > we have everything needed to cut a first release IMHO - could > someone  >

Re: [Context Aware Configs] Merging?

2016-08-01 Thread Ian Boston
Hi, On 1 August 2016 at 11:02, Carsten Ziegeler wrote: > Well, I think you're misinterpreting my comments - I never said that it > will require a special tooling - I said it would be insane to edit a > complex setup by editing nodes in the repository. > I was, apologies and thank you for the cl

Re: [Context Aware Configs] Merging?

2016-08-01 Thread Carsten Ziegeler
Well, I think you're misinterpreting my comments - I never said that it will require a special tooling - I said it would be insane to edit a complex setup by editing nodes in the repository. Clearly with devops automation you have some tooling already in place which is using text files and does so

Re: [VOTE] Name pattern for system users

2016-08-01 Thread Julian Sedding
[a] +1 Regards Julian On Monday, August 1, 2016, Oliver Lietz wrote: > hi, > > this vote is about a name pattern for system users, see SLING-5848 (Define > service user and ACLs for Scripting) [1] and discussion on dev@ [2] for > details. > > The mta [3] and authentication-handler (from AEM) na

Streaming API. was Re: [Binary Uploads] Do binary uploads go to disk before their next hop into the repository?

2016-08-01 Thread Ian Boston
Hi, Clint's question, assuming my response was correct, raises a second question. Should Sling support binary upload streaming without using intermediate disk buffers? ie request -> Sling -> target persistence response <- Sling Not Client -> Sling -> Local Disk Buffer.

[jira] [Commented] (SLING-5904) SmokeIT test fails 50% of the time.

2016-08-01 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401773#comment-15401773 ] Robert Munteanu commented on SLING-5904: [~ianeboston] - I think this is due to th

[jira] [Reopened] (SLING-5904) SmokeIT test fails 50% of the time.

2016-08-01 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston reopened SLING-5904: --- Jenkins still reporting failures, causing downstream bundles to fail. see https://builds.apache.org/job/s

Re: [Context Aware Configs] Merging?

2016-08-01 Thread Ian Boston
Hi, I think it must be possible to configure a Sling/AEM instance without using specific Sling/AEM tooling to create and manage the source configuration. The reason I say this is almost all serious deployments use some form of DevOps automation ranging from Puppet/Chef/AWS etc through to Docker/Me

[jira] [Updated] (SLING-5924) Resource package builder threshold is too low

2016-08-01 Thread Simone Tripodi (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simone Tripodi updated SLING-5924: -- Attachment: SLING-5924.2.patch Hi there [~teofili], please have a look at the new attached patch

[VOTE] Name pattern for system users

2016-08-01 Thread Oliver Lietz
hi, this vote is about a name pattern for system users, see SLING-5848 (Define service user and ACLs for Scripting) [1] and discussion on dev@ [2] for details. The mta [3] and authentication-handler (from AEM) names below are for illustrative purposes only. [a] dashes only sling-scriptin

Re: [Context Aware Configs] Merging?

2016-08-01 Thread Carsten Ziegeler
> Hi everyone, > > I personally see a tooling based approach complicated due to the ownership > scenarios. Let's assume two scenarios, configuration A and configuration B inherits from A. Now, if we support merging, someone is allowed to change A, adds a new property and this automatically influ

Re: [Context Aware Configs] Merging?

2016-08-01 Thread Dominik Süß
Hi everyone, I personally see a tooling based approach complicated due to the ownership scenarios. We are talking about context aware configuration that typically would be applied by some runtime user that might have limited write access (just for a specific context). The assumption that who write

[jira] [Updated] (SLING-5874) Health Check Executor unnecessarily wastes 50ms

2016-08-01 Thread Georg Henzler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler updated SLING-5874: - Assignee: Bertrand Delacretaz (was: Georg Henzler) > Health Check Executor unnecessarily wastes 5