[jira] [Updated] (SLING-4301) Support user.jcr.session.logout option for the jcr resource provider

2015-01-13 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek updated SLING-4301: - Attachment: SLING-4301.patch Attached a quick patch [^SLING-4301.patch]. But

[jira] [Comment Edited] (SLING-4301) Support user.jcr.session.logout option for the jcr resource provider

2015-01-13 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14276415#comment-14276415 ] Alexander Klimetschek edited comment on SLING-4301 at 1/14/15 2:59 AM:

Re: [Authentication] option to close session passed as user.jcr.session

2015-01-13 Thread Alexander Klimetschek
On 12.01.2015, at 14:53, Alexander Klimetschek aklim...@adobe.com wrote: Ack, sounds good. I created https://issues.apache.org/jira/browse/SLING-4301 I attached a patch. But while testing it, I had a problem, see

Re: Servlet Filter Support adding sling.filter.pattern support

2015-01-13 Thread Alexander Klimetschek
The use case is SLING-3829 - does this necessarily require the change? It could be a normal servlet filter that checks the paths itself, right? From the use case description in http://markmail.org/message/czrlmikxe2fj6sx4 you refer to uploaded files... I could imagine the configurable evolves

Re: Jenkins build became unstable: sling-trunk-1.7 #1317

2015-01-13 Thread Stefan Egli
This time the failure was 'java.lang.OutOfMemoryError: Java heap space' Looks like we should give the tests more memory.. Cheers, Stefan On 1/13/15 6:32 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: See https://builds.apache.org/job/sling-trunk-1.7/1317/changes

Jenkins build became unstable: sling-trunk-1.7 #1317

2015-01-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/1317/changes

[jira] [Assigned] (SLING-4288) JSON object provided by org.apache.sling.commons.json 2.0.8 version returns null when JSON object is having a value of type map and the map is having a list as one of it

2015-01-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-4288: --- Assignee: Carsten Ziegeler JSON object provided by org.apache.sling.commons.json

[jira] [Commented] (SLING-4288) JSONObject.toString() returns null when having a value of type map with a null value

2015-01-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14276600#comment-14276600 ] Carsten Ziegeler commented on SLING-4288: - After a discussion with [~pulkagar] we

[jira] [Commented] (SLING-3829) Add support for Content-Disposition attachment

2015-01-13 Thread Antonio Sanso (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14276610#comment-14276610 ] Antonio Sanso commented on SLING-3829: -- [~olli] it looks like an option indeed

Re: Servlet Filter Support adding sling.filter.pattern support

2015-01-13 Thread Antonio Sanso
hi Alex On Jan 14, 2015, at 4:14 AM, Alexander Klimetschek aklim...@adobe.com wrote: The use case is SLING-3829 - does this necessarily require the change? It could be a normal servlet filter that checks the paths itself, right? true, this can be done and it is was many other filter have

[jira] [Updated] (SLING-4288) JSONObject.toString() returns null when having a value of type map with a null value

2015-01-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-4288: Summary: JSONObject.toString() returns null when having a value of type map with a null

[jira] [Updated] (SLING-4288) JSON object returns null when JSON object is having a value of type map and the map is having a list as one of its element

2015-01-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-4288: Summary: JSON object returns null when JSON object is having a value of type map and the

[jira] [Resolved] (SLING-4288) JSONObject.toString() returns null when having a value of type map with a null value

2015-01-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-4288. - Resolution: Fixed Fixed in rev 1651577 and updated test case to reflect the problem

[VOTE] Release Apache Sling Installer Core 3.6.2

2015-01-13 Thread Carsten Ziegeler
Hi, the 3.6.0 release has unfortunately a nasty bug which is fixed with this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12329251/ Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1166/ You can use this UNIX script to download the

[jira] [Resolved] (SLING-1794) ConfigInstallTest fails semi-randomly: Configuration is still present

2015-01-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-1794. - Resolution: Fixed It seems this is fixed now ConfigInstallTest fails semi-randomly:

Re: [SLING-4275] API: ResourceResolution helper

2015-01-13 Thread Chetan Mehrotra
On Tue, Jan 13, 2015 at 1:41 PM, Radu Cotescu r...@cotescu.com wrote: However, I also don't like the fact that we'd have to depend on a newer Sling API version in Sightly. Another option which can be looked into would be to add the new methods in Sling API and then embed/inline that class

Re: [SLING-4275] API: RenderContext Object Traversal

2015-01-13 Thread Radu Cotescu
Hi, We could extract those methods into a utility class. Cheers, Radu On Mon, Jan 12, 2015 at 1:45 PM, Carsten Ziegeler cziege...@apache.org wrote: Am 12.01.15 um 10:44 schrieb Felix Meschberger: Hi all Carsten started to review the Sightly Engine API in SLING-4275 [1]. Since this

Jenkins build is back to normal : sling-trunk-1.6 #2931

2015-01-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/2931/changes

Re: [SLING-4275] API: ResourceResolution helper

2015-01-13 Thread Radu Cotescu
Hi, The ResourceResolution class provides helper methods for resource resolution which are not available directly from the ResourceResolver / ResourceUtil classes. The most important one, albeit named poorly, is org.apache.sling.scripting.sightly.ResourceResolution#resolveComponentRelative,

Jenkins build is still unstable: sling-trunk-1.7 #1311

2015-01-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/changes

[VOTE] Release Apache Sling i18n 2.3.2

2015-01-13 Thread Carsten Ziegeler
Hi, we cancelled the 2.3.0 release to fix an issue introduced in 2.2.8 https://issues.apache.org/jira/browse/SLING-4299 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1165/ You can use this UNIX script to download the release and verify the signatures:

[jira] [Reopened] (SLING-1794) ConfigInstallTest fails semi-randomly: Configuration is still present

2015-01-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reopened SLING-1794: - ConfigInstallTest fails semi-randomly: Configuration is still present

[jira] [Updated] (SLING-1794) ConfigInstallTest fails semi-randomly: Configuration is still present

2015-01-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-1794: Fix Version/s: (was: Installer Core 3.6.2) ConfigInstallTest fails semi-randomly:

[jira] [Issue Comment Deleted] (SLING-4298) make BufferedServletOutputStream and CaptureResponseWrapper available to other scripting implementations

2015-01-13 Thread Oliver Lietz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz updated SLING-4298: Comment: was deleted (was: Sling's Scripting API only relates to Java Scripting API

[jira] [Commented] (SLING-4298) make BufferedServletOutputStream and CaptureResponseWrapper available to other scripting implementations

2015-01-13 Thread Oliver Lietz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14274957#comment-14274957 ] Oliver Lietz commented on SLING-4298: - Sling's Scripting API only relates to Java

Re: VOTE] Release Apache Sling Resource Resolver 1.1.10

2015-01-13 Thread Robert Munteanu
+1 Robert On Tue, Jan 13, 2015 at 3:33 PM, Antonio Sanso asa...@adobe.com wrote: +1 On Jan 13, 2015, at 2:30 PM, Antonio Sanso asa...@adobe.com wrote: Hi, We solved 4 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12329053 Staging repository:

Re: [VOTE] Release Apache Sling i18n 2.3.2

2015-01-13 Thread Robert Munteanu
+1 Robert On Tue, Jan 13, 2015 at 3:31 PM, Antonio Sanso asa...@adobe.com wrote: +1 On Jan 13, 2015, at 9:29 AM, Carsten Ziegeler cziege...@apache.org wrote: Hi, we cancelled the 2.3.0 release to fix an issue introduced in 2.2.8 https://issues.apache.org/jira/browse/SLING-4299 Staging

Re: VOTE] Release Apache Sling Resource Resolver 1.1.10

2015-01-13 Thread Carsten Ziegeler
Am 13.01.15 um 14:30 schrieb Antonio Sanso: Hi, We solved 4 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12329053 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1167/ You can use this UNIX script to download

Jenkins build is back to stable : sling-trunk-1.8 #608

2015-01-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/608/changes

[jira] [Created] (SLING-4304) Refactor the ResourceResolution class and improve its JavaDoc

2015-01-13 Thread Radu Cotescu (JIRA)
Radu Cotescu created SLING-4304: --- Summary: Refactor the ResourceResolution class and improve its JavaDoc Key: SLING-4304 URL: https://issues.apache.org/jira/browse/SLING-4304 Project: Sling

Re: [SLING-4275] API: Record Interface

2015-01-13 Thread Carsten Ziegeler
Am 13.01.15 um 15:36 schrieb Radu Cotescu: Hi, We could do this, but in this case I'd suggest to go for something like: T getValueForProperty(String propertyName) instead of T get(String name) SetString getPropertyNames() instead of SetString properties() WDYT? Yes get() doesn't look

[jira] [Updated] (SLING-4304) Refactor the ResourceResolution class and improve its JavaDoc

2015-01-13 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-4304: Fix Version/s: Scripting Sightly JS Use Provider 1.0.0 Refactor the ResourceResolution class and

[jira] [Commented] (SLING-4302) ClusterTest.testStableClusterId sometimes fails

2015-01-13 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14275220#comment-14275220 ] Stefan Egli commented on SLING-4302: Increased timeouts in

Re: [SLING-4275] API: Record Interface

2015-01-13 Thread Radu Cotescu
Hi, We could do this, but in this case I'd suggest to go for something like: T getValueForProperty(String propertyName) instead of T get(String name) SetString getPropertyNames() instead of SetString properties() WDYT? Radu On Tue, Jan 13, 2015 at 12:49 PM, Carsten Ziegeler

[jira] [Commented] (SLING-4303) ClusterLoadTest.testFourInstances sometimes fails

2015-01-13 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14275260#comment-14275260 ] Stefan Egli commented on SLING-4303: Added more logging (and avoided a NPE - but that

[jira] [Updated] (SLING-4304) Refactor the ResourceResolution class and improve its JavaDoc

2015-01-13 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-4304: Description: The {{ResourceResolution}} class provides two static methods used for identifying

[jenkins] more history on jenkin builds

2015-01-13 Thread Stefan Egli
Hi, Are there particular reasons against having a larger history (number) of jenkins builds (eg at [0])? Sometimes useful to go back more than 1-2 days.. If not, who could change this (I don't seem to have the karma)? Cheers, Stefan -- [0] - https://builds.apache.org/job/sling-trunk-1.6/

[jira] [Created] (SLING-4303) ClusterLoadTest.testFourInstances sometimes fails

2015-01-13 Thread Stefan Egli (JIRA)
Stefan Egli created SLING-4303: -- Summary: ClusterLoadTest.testFourInstances sometimes fails Key: SLING-4303 URL: https://issues.apache.org/jira/browse/SLING-4303 Project: Sling Issue Type: Test

Re: [SLING-4275] API: ResourceResolution helper

2015-01-13 Thread Radu Cotescu
Sure. I created https://issues.apache.org/jira/browse/SLING-4304. On Tue, Jan 13, 2015 at 12:56 PM, Carsten Ziegeler cziege...@apache.org wrote: Alright, so what about doing the renaming/javadoc update first and then see where to put it?

[jira] [Updated] (SLING-4294) Servlet Filter Support adding sling.filter.pattern support

2015-01-13 Thread Antonio Sanso (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Sanso updated SLING-4294: - Attachment: SLING-4294-patch.txt added straw man patch Servlet Filter Support adding

Re: Servlet Filter Support adding sling.filter.pattern support

2015-01-13 Thread Antonio Sanso
hi *, I have tracked the issue and added a straw man patch in https://issues.apache.org/jira/browse/SLING-4294 WDYT? regards antonio On Dec 5, 2014, at 12:00 PM, Felix Meschberger fmesc...@adobe.com wrote: Hi The point is that we should implement what we need and ignore what we don’t

Re: [SLING-4275] API: RenderContext Object Traversal

2015-01-13 Thread Radu Cotescu
However, I just realised that those methods need to be accessible outside of the o.a.s.s.sightly bundle for people who implement RuntimeExtensions. On Tue, Jan 13, 2015 at 12:54 PM, Carsten Ziegeler cziege...@apache.org wrote: Am 13.01.15 um 10:03 schrieb Radu Cotescu: Hi, We could

[jira] [Commented] (SLING-4298) make BufferedServletOutputStream and CaptureResponseWrapper available to other scripting implementations

2015-01-13 Thread Oliver Lietz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14274958#comment-14274958 ] Oliver Lietz commented on SLING-4298: - Sling's Scripting API only relates to Java

Jenkins build is back to stable : sling-trunk-1.7 #1312

2015-01-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/1312/changes

Re: [SLING-4275] API: Record Interface

2015-01-13 Thread Carsten Ziegeler
Can we at least rename the properties() method to getPropertyNames() Carsten Am 12.01.15 um 18:55 schrieb Radu Cotescu: Hi, The Record interface is more complex. Besides being used in the JS Use Provider code for injecting global objects to the current bindings, the interface is also used

Re: [VOTE] Release Apache Sling i18n 2.3.2

2015-01-13 Thread Carsten Ziegeler
+1 Carsten Am 13.01.15 um 09:29 schrieb Carsten Ziegeler: Hi, we cancelled the 2.3.0 release to fix an issue introduced in 2.2.8 https://issues.apache.org/jira/browse/SLING-4299 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1165/ You can use

Re: [VOTE] Release Apache Sling Installer Core 3.6.2

2015-01-13 Thread Carsten Ziegeler
+1 Carsten Am 13.01.15 um 09:25 schrieb Carsten Ziegeler: Hi, the 3.6.0 release has unfortunately a nasty bug which is fixed with this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12329251/ Staging repository:

Jenkins build became unstable: sling-trunk-1.6 #2932

2015-01-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/2932/changes

Jenkins build became unstable: sling-trunk-1.7 #1313

2015-01-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/1313/changes

Re: [SLING-4275] API: RenderContext Object Traversal

2015-01-13 Thread Carsten Ziegeler
Am 13.01.15 um 10:03 schrieb Radu Cotescu: Hi, We could extract those methods into a utility class. I would prefer that, but on the other hand if its just me... :) Carsten Cheers, Radu On Mon, Jan 12, 2015 at 1:45 PM, Carsten Ziegeler cziege...@apache.org wrote: Am 12.01.15 um

Re: [SLING-4275] API: ResourceResolution helper

2015-01-13 Thread Carsten Ziegeler
Am 13.01.15 um 09:11 schrieb Radu Cotescu: Hi, The ResourceResolution class provides helper methods for resource resolution which are not available directly from the ResourceResolver / ResourceUtil classes. The most important one, albeit named poorly, is

Jenkins build became unstable: sling-trunk-1.8 #607

2015-01-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/607/changes

Jenkins build is back to stable : sling-trunk-1.6 #2933

2015-01-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/2933/changes

VOTE] Release Apache Sling Resource Resolver 1.1.10

2015-01-13 Thread Antonio Sanso
Hi, We solved 4 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12329053 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1167/ You can use this UNIX script to download the release and verify the signatures:

Jenkins build is back to stable : sling-trunk-1.7 #1314

2015-01-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/1314/changes

Re: [VOTE] Release Apache Sling i18n 2.3.2

2015-01-13 Thread Antonio Sanso
+1 On Jan 13, 2015, at 9:29 AM, Carsten Ziegeler cziege...@apache.org wrote: Hi, we cancelled the 2.3.0 release to fix an issue introduced in 2.2.8 https://issues.apache.org/jira/browse/SLING-4299 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1165/

Re: [VOTE] Release Apache Sling Installer Core 3.6.2

2015-01-13 Thread Antonio Sanso
+1 On Jan 13, 2015, at 9:25 AM, Carsten Ziegeler cziege...@apache.org wrote: Hi, the 3.6.0 release has unfortunately a nasty bug which is fixed with this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12329251/ Staging repository:

Re: VOTE] Release Apache Sling Resource Resolver 1.1.10

2015-01-13 Thread Antonio Sanso
+1 On Jan 13, 2015, at 2:30 PM, Antonio Sanso asa...@adobe.com wrote: Hi, We solved 4 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12329053 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1167/ You can use this

[jira] [Created] (SLING-4302) ClusterTest.testStableClusterId sometimes fails

2015-01-13 Thread Stefan Egli (JIRA)
Stefan Egli created SLING-4302: -- Summary: ClusterTest.testStableClusterId sometimes fails Key: SLING-4302 URL: https://issues.apache.org/jira/browse/SLING-4302 Project: Sling Issue Type: Test

Re: [jenkins] more history on jenkin builds

2015-01-13 Thread Robert Munteanu
On Tue, 2015-01-13 at 15:24 +0100, Stefan Egli wrote: Hi, Are there particular reasons against having a larger history (number) of jenkins builds (eg at [0])? Sometimes useful to go back more than 1-2 days.. If not, who could change this (I don't seem to have the karma)? Cheers, Stefan

Re: [jenkins] more history on jenkin builds

2015-01-13 Thread Stefan Egli
Hi Robert, On 1/13/15 4:02 PM, Robert Munteanu romb...@apache.org wrote: I guess it's limited to not overload Jenkins ( both memory and disk space ) with history. Do we know how much a build needs in terms of disk space? I would have assumed that it keeps only the test/console results not the

[jira] [Resolved] (SLING-4306) Disable trigger method does not unregister trigger

2015-01-13 Thread Marius Petria (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Petria resolved SLING-4306. -- Resolution: Fixed Fix Version/s: Content Distribution 0.1.0 Assignee: Marius

[jira] [Commented] (SLING-4306) Disable trigger method does not unregister trigger

2015-01-13 Thread Marius Petria (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14275403#comment-14275403 ] Marius Petria commented on SLING-4306: -- Committed revision 1651383. Disable

[jira] [Created] (SLING-4306) Disable trigger method does not unregister trigger

2015-01-13 Thread Marius Petria (JIRA)
Marius Petria created SLING-4306: Summary: Disable trigger method does not unregister trigger Key: SLING-4306 URL: https://issues.apache.org/jira/browse/SLING-4306 Project: Sling Issue Type:

Re: [VOTE] Release Apache Sling JCR Resource Security 1.0.2

2015-01-13 Thread Carsten Ziegeler
We still need a third binding vote, please :) Carsten Am 13.01.15 um 08:59 schrieb Carsten Ziegeler: Anyone else? Carsten Am 09.01.15 um 14:01 schrieb Carsten Ziegeler: Hi, the 1.0.0 release has unfortunately a nasty bug which is fixed with this release:

[VOTE RESULT] Release Apache Sling JCR Resource Security 1.0.2

2015-01-13 Thread Carsten Ziegeler
The vote passed with three binding +1 votes. Thanks! Carsten -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org

Jenkins build became unstable: sling-trunk-1.8 #610

2015-01-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/610/changes

[jira] [Closed] (SLING-4291) NPE if optional prefix is not configured

2015-01-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-4291. --- NPE if optional prefix is not configured

[jira] [Resolved] (SLING-4291) NPE if optional prefix is not configured

2015-01-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-4291. - Resolution: Fixed NPE if optional prefix is not configured

[jira] [Updated] (SLING-4261) WriteableResourcesProxyTest.runWriteableResourcesTest test failure

2015-01-13 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated SLING-4261: --- Description: {noformat}java.lang.AssertionError: POST request to

Re: [jenkins] more history on jenkin builds

2015-01-13 Thread Robert Munteanu
On Tue, Jan 13, 2015 at 5:14 PM, Stefan Egli stefane...@apache.org wrote: Hi Robert, On 1/13/15 4:02 PM, Robert Munteanu romb...@apache.org wrote: I guess it's limited to not overload Jenkins ( both memory and disk space ) with history. Do we know how much a build needs in terms of disk

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

2015-01-13 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14275486#comment-14275486 ] Robert Munteanu commented on SLING-920: --- Updated sling-trunk-{1.6,1.7,1.8} to hold up

[jira] [Commented] (SLING-4294) Servlet Filter Support adding sling.filter.pattern support

2015-01-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14275505#comment-14275505 ] Carsten Ziegeler commented on SLING-4294: - Patch looks basically good, I suggest

[jira] [Updated] (SLING-1794) ConfigInstallTest fails semi-randomly: Configuration is still present

2015-01-13 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated SLING-1794: --- Labels: it,intermittent sling-IT (was: it,intermittent) ConfigInstallTest fails