Re: [PROPOSAL] Sightly donation to Apache Sling

2014-10-24 Thread Radu Cotescu
Hi Oliver, Indeed Adobe hosts multiple open-source projects in various locations. Nevertheless, Adobe is also committed to the projects it started at Apache Software Foundation through Day Software, and also after the acquisition of Day (see Apache DeviceMap, Apache Cordova, Apache Flex, etc.).

[jira] [Commented] (SLING-4001) Apache Sling Resource Editor contribution

2014-10-24 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182590#comment-14182590 ] Bertrand Delacretaz commented on SLING-4001: I don't think we are using

[jira] [Commented] (SLING-4058) ResourceResolverProxyTest fails on Oak, 10 second delay in observation

2014-10-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-4058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182598#comment-14182598 ] Michael Dürig commented on SLING-4058: -- In a quick test I couldn't reproduce this on

[jira] [Commented] (SLING-4001) Apache Sling Resource Editor contribution

2014-10-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182602#comment-14182602 ] Felix Meschberger commented on SLING-4001: -- bq. The Require-Bundle isn't good

[jira] [Commented] (SLING-4001) Apache Sling Resource Editor contribution

2014-10-24 Thread Sandro Boehme (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182627#comment-14182627 ] Sandro Boehme commented on SLING-4001: -- I was just weighing between embedding the

integrating a JavaScript library in a Sling project that doesn't have a public Java API

2014-10-24 Thread Sandro Boehme
Hello, in the Sling Resource-Editor I would like to integrate the JavaScript JSNodeTypes library that doesn't have a public Java API. But the user should still be able to use OSGi to easily install the tool. The problem is, when using the maven-bundle-plugin the Bnd tool won't automatically

[Jenkins] http port clashes

2014-10-24 Thread Carsten Ziegeler
Hi, from time to time some of our integration tests fail because the port to be used is already in use. And this although we're using the build helper plugin to allocate a port. I think, this is due to parallel builds for the different jdks and they might see the same port as free, then one

Re: integrating a JavaScript library in a Sling project that doesn't have a public Java API

2014-10-24 Thread Felix Meschberger
Hi I am a bit confused, sorry. I am referring to the provider bundle at https://github.com/sandroboehme/jsNodeTypes. Is that correct ? Also having SLING-4001 in mind, I might come to the core of the problem: You want to deploy an application which depends on the functionality of the

Re: integrating a JavaScript library in a Sling project that doesn't have a public Java API

2014-10-24 Thread Sandro Boehme
Yay that sounds like the right path! Thanks Felix for the hint! I'm looking forward to David Bosschaerts pointers to use the Provide-/Require-Capability model! I am referring to the provider bundle at https://github.com/sandroboehme/jsNodeTypes. Is that correct ? Yes, thats correct. Thanks,

RE: [RTC] ThreadLocal for getting current request in sling

2014-10-24 Thread Stefan Seifert
Personally, I don't quite see the use case -- if your AdapterFactory (whether it is generated by Sling Models or hand-coded) needs request-based context, the adaptable is the request. to shed some more light on my usecase an example: - a sightly template calls a controller model, which adapts

RE: [RTC] ThreadLocal for getting current request in sling - summary

2014-10-24 Thread Stefan Seifert
a summary of this thread: - there are good ideas how to implement this, if we want to implement it (via the engine, not a servlet filter) - but there are a lot of objections if we should add such a thread-local-based feature at all with good arguments - still there are usecases for some of us

build a Sling OSGi bundle with dependencies located in an OSGi Bundle Repository

2014-10-24 Thread Sandro Boehme
Hello, in the Sling Resource Editor I have dependencies to libraries that are located in an OBR. To build it with maven and install it to a Sling instance I deployed it before, using the OSGi Repository page in the console. But of course it would be better to use one command at the command

[jira] [Created] (SLING-4102) Queue state information missing

2014-10-24 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created SLING-4102: --- Summary: Queue state information missing Key: SLING-4102 URL: https://issues.apache.org/jira/browse/SLING-4102 Project: Sling Issue Type: Bug

[jira] [Commented] (SLING-4093) run performance tests to compare with JSP and Sightly

2014-10-24 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182722#comment-14182722 ] Stefan Seifert commented on SLING-4093: --- does this apply to JSP vs. sightly or JSP

[jira] [Commented] (SLING-3985) update dependency Sling Commons Threads to 3.2.0

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182731#comment-14182731 ] Carsten Ziegeler commented on SLING-3985: - [~olli] We used a thread pool in

Re: integrating a JavaScript library in a Sling project that doesn't have a public Java API

2014-10-24 Thread Sandro Boehme
Hi David, thanks for your detailed feedback! I will work on the generic capabilities/requirements model first as Felix and you suggested, as it looks like I can use Require-Capability/ and Provide-Capability/ as instructions in the configuration of the maven-bundle-plugin as seen here

Re: [RTC] ThreadLocal for getting current request in sling

2014-10-24 Thread Carsten Ziegeler
Am 24.10.14 um 13:53 schrieb Stefan Seifert: i'm not a fan of the proposals to extend the adaptTo() semantic for this usecase. not only because its difficult to do it without breaking existing code (or leads to an interface like Adaptable2), the caller should not have to now the

[jira] [Resolved] (SLING-4102) Queue state information missing

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-4102. - Resolution: Fixed Added back the same information as with previous versions Queue state

[jira] [Created] (SLING-4103) Potential NPE when services get restarted

2014-10-24 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created SLING-4103: --- Summary: Potential NPE when services get restarted Key: SLING-4103 URL: https://issues.apache.org/jira/browse/SLING-4103 Project: Sling Issue Type:

Re: [Jenkins] http port clashes

2014-10-24 Thread Bertrand Delacretaz
Hi, On Fri, Oct 24, 2014 at 12:41 PM, Carsten Ziegeler cziege...@apache.org wrote: ...from time to time some of our integration tests fail because the port to be used is already in use. And this although we're using the build helper plugin to allocate a port As the build helper doesn't

Re: build a Sling OSGi bundle with dependencies located in an OSGi Bundle Repository

2014-10-24 Thread Bertrand Delacretaz
Hi Sandro, On Fri, Oct 24, 2014 at 2:03 PM, Sandro Boehme sandro.boe...@gmx.de wrote: ...in the Sling Resource Editor I have dependencies to libraries that are located in an OBR. To build it with maven and install it to a Sling instance I deployed it before, using the OSGi Repository page in

[VOTE RESULT] Release Apache Sling Distributed Event Admin 1.0.0 and Eventing 3.4.0

2014-10-24 Thread Carsten Ziegeler
The vote passed with four binding +1 votes, thanks! Carsten -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org

[jira] [Commented] (SLING-4093) run performance tests to compare with JSP and Sightly

2014-10-24 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182749#comment-14182749 ] Bertrand Delacretaz commented on SLING-4093: I don't know what [~olli]'s

[jira] [Closed] (SLING-4047) Unable to schedule jobs using JobManager

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-4047. --- Unable to schedule jobs using JobManager

[jira] [Closed] (SLING-4067) Prepare jobs after a restart before processing starts

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-4067. --- Prepare jobs after a restart before processing starts

[jira] [Closed] (SLING-4014) Sling Jobs do not get picked at times

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-4014. --- Sling Jobs do not get picked at times -

[jira] [Closed] (SLING-4053) Deprecate queue types IGNORE and DROP

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-4053. --- Deprecate queue types IGNORE and DROP -

[jira] [Closed] (SLING-4068) Drop support PROPERTY_NOTIFICATION_JOB event property

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-4068. --- Drop support PROPERTY_NOTIFICATION_JOB event property

[jira] [Closed] (SLING-4063) Fix job queue statistics

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-4063. --- Fix job queue statistics Key: SLING-4063

[jira] [Closed] (SLING-4065) Add notification when a job is added

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-4065. --- Add notification when a job is added

[jira] [Closed] (SLING-4044) Remove distributed eventing from job handling

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-4044. --- Remove distributed eventing from job handling -

[jira] [Closed] (SLING-3882) Move the distributed event admin into a separate project

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-3882. --- Move the distributed event admin into a separate project

[jira] [Closed] (SLING-4048) Avoid keeping jobs in memory

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-4048. --- Avoid keeping jobs in memory Key: SLING-4048

[jira] [Closed] (SLING-4066) Reassign unhandled jobs

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-4066. --- Reassign unhandled jobs --- Key: SLING-4066

[jira] [Closed] (SLING-4064) Move resource resolver creation to a single place

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-4064. --- Move resource resolver creation to a single place

Re: [Jenkins] http port clashes

2014-10-24 Thread Carsten Ziegeler
Am 24.10.14 um 14:56 schrieb Bertrand Delacretaz: Hi, On Fri, Oct 24, 2014 at 12:41 PM, Carsten Ziegeler cziege...@apache.org wrote: ...from time to time some of our integration tests fail because the port to be used is already in use. And this although we're using the build helper plugin

Jenkins build is still unstable: sling-trunk-1.8 » Apache Sling SlingRepository Integration Tests #359

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/359/

Jenkins build is back to stable : sling-trunk-1.8 » Apache Sling Resource-Based Discovery Service #359

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/org.apache.sling$org.apache.sling.discovery.impl/359/

Jenkins build is still unstable: sling-trunk-1.8 » Apache Sling Event Support #359

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/org.apache.sling$org.apache.sling.event/changes

Re: [RTC] ThreadLocal for getting current request in sling

2014-10-24 Thread Justin Edelson
Hi Stefan, On Fri, Oct 24, 2014 at 7:53 AM, Stefan Seifert sseif...@pro-vision.de wrote: Personally, I don't quite see the use case -- if your AdapterFactory (whether it is generated by Sling Models or hand-coded) needs request-based context, the adaptable is the request. to shed some more

Jenkins build is still unstable: sling-trunk-1.8 #359

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/changes

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

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/changes

Jenkins build is still unstable: sling-trunk-1.7 » Apache Sling SlingRepository Integration Tests #1075

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/1075/

[jira] [Resolved] (SLING-4103) Potential NPE when services get restarted

2014-10-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-4103. - Resolution: Fixed Added extra checks in the queue manager Potential NPE when services

[jira] [Created] (SLING-4104) Sling Models: Overview of registered Model classes

2014-10-24 Thread David Herges (JIRA)
David Herges created SLING-4104: --- Summary: Sling Models: Overview of registered Model classes Key: SLING-4104 URL: https://issues.apache.org/jira/browse/SLING-4104 Project: Sling Issue Type:

Jenkins build is back to stable : sling-trunk-1.6 » Apache Sling Event Support #2706

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.event/2706/changes

Jenkins build is still unstable: sling-trunk-1.6 » Apache Sling SlingRepository Integration Tests #2706

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/2706/

Jenkins build is still unstable: sling-trunk-1.6 #2706

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/changes

Re: [Jenkins] http port clashes

2014-10-24 Thread Carsten Ziegeler
Am 24.10.14 um 15:27 schrieb Carsten Ziegeler: Am 24.10.14 um 14:56 schrieb Bertrand Delacretaz: Hi, On Fri, Oct 24, 2014 at 12:41 PM, Carsten Ziegeler cziege...@apache.org wrote: ...from time to time some of our integration tests fail because the port to be used is already in use. And

Re: [RTC] ThreadLocal for getting current request in sling

2014-10-24 Thread Dominik Süß
Hey everybody, thinking about this again I also realized that changing the Adaptable Interface or having another one creates more issues then solving. In fact it would be way easier to have some generic Wrapperclass that can hold the request and another object and implementing Adaptable. This

[jira] [Commented] (SLING-4104) Sling Models: Overview of registered Model classes

2014-10-24 Thread Konrad Windszus (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182838#comment-14182838 ] Konrad Windszus commented on SLING-4104: The first issue is already fixed in

Re: [RTC] ThreadLocal for getting current request in sling

2014-10-24 Thread Justin Edelson
Hi Dominik, Anyone is free to define their own objects which implement Adaptable and their own model classes which can be adapted from those adaptable classes. This doesn't require any additions to any part of Sling nor any changes to Sightly. Regards, Justin On Fri, Oct 24, 2014 at 10:20 AM,

Jenkins build is still unstable: sling-trunk-1.7 » Apache Sling SlingRepository Integration Tests #1076

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/1076/

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

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/changes

Re: [RTC] ThreadLocal for getting current request in sling

2014-10-24 Thread Dominik Süß
Hi Justin, it is not true that no change in sightly would be required sightly use just tries to adapt resource or request, not any other objects (see ClassUseProvider L65 ff as to be found in the contribution zip). I'm currently searching for the option to solve the case with the least

Jenkins build is still unstable: sling-trunk-1.6 » Apache Sling SlingRepository Integration Tests #2707

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/2707/

Jenkins build is still unstable: sling-trunk-1.6 #2707

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/changes

Engine 2.3.8 release? [was Re: Jenkins build is still unstable: sling-trunk-1.6 » Apache Sling SlingRepository Integration Tests #2707]

2014-10-24 Thread Carsten Ziegeler
Am 24.10.14 um 16:58 schrieb Apache Jenkins Server: See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/2707/ This job fails because Engine 2.3.8 can't be downloaded Carsten -- Carsten Ziegeler Adobe Research Switzerland

Re: [RTC] ThreadLocal for getting current request in sling

2014-10-24 Thread Justin Edelson
Hi Dominik, It is true that the ClassUseProvider only deals with resource and request objects, but That's far from the only way to use adaptTo from Sightly scripts. Justin On Fri, Oct 24, 2014 at 10:40 AM, Dominik Süß dominik.su...@gmail.com wrote: Hi Justin, it is not true that no change in

Re: Engine 2.3.8 release? [was Re: Jenkins build is still unstable: sling-trunk-1.6 » Apache Sling SlingRepository Integration Tests #2707]

2014-10-24 Thread Carsten Ziegeler
Am 24.10.14 um 17:01 schrieb Carsten Ziegeler: Am 24.10.14 um 16:58 schrieb Apache Jenkins Server: See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/2707/ This job fails because Engine 2.3.8 can't be downloaded I changed

Re: build a Sling OSGi bundle with dependencies located in an OSGi Bundle Repository

2014-10-24 Thread Sandro Boehme
Hi Bertrand, you mean I should add the libraries as usual Maven dependencies? AFAIK the maven-bundle-plugin should create the right import package. The dependencies are from a Spring OBR. If I remember correctly I could get the JSTL libraries only there as bundles. But that was some time ago

Jenkins build is still unstable: sling-trunk-1.8 #360

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/changes

Jenkins build is still unstable: sling-trunk-1.8 » Apache Sling SlingRepository Integration Tests #360

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/360/

Jenkins build is still unstable: sling-trunk-1.8 » Apache Sling Event Support #360

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/org.apache.sling$org.apache.sling.event/changes

Jenkins build is still unstable: sling-trunk-1.7 » Apache Sling SlingRepository Integration Tests #1077

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/1077/

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

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/changes

Jenkins build is still unstable: sling-trunk-1.6 » Apache Sling SlingRepository Integration Tests #2708

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/2708/

Jenkins build is still unstable: sling-trunk-1.6 #2708

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/changes

Jenkins build is still unstable: sling-trunk-1.8 » Apache Sling Event Support #361

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/org.apache.sling$org.apache.sling.event/changes

Jenkins build is still unstable: sling-trunk-1.8 #361

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/changes

Jenkins build is back to stable : sling-trunk-1.8 » Apache Sling SlingRepository Integration Tests #361

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/361/changes

Jenkins build is back to stable : sling-trunk-1.7 » Apache Sling SlingRepository Integration Tests #1078

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/1078/changes

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

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/1078/changes

Jenkins build is back to stable : sling-trunk-1.6 » Apache Sling SlingRepository Integration Tests #2709

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/2709/changes

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

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/2709/changes

[jira] [Commented] (SLING-4058) ResourceResolverProxyTest fails on Oak, 10 second delay in observation

2014-10-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-4058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183375#comment-14183375 ] Michael Dürig commented on SLING-4058: -- Tried to reproduce this following [above

[jira] [Commented] (SLING-4051) Warning about unset VLT package version when using Sling replication

2014-10-24 Thread Laurie byrum (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183497#comment-14183497 ] Laurie byrum commented on SLING-4051: - FYI: verified that this still happens on the

[jira] [Commented] (SLING-4098) Full coverage aggregates nested under a partial coverage aggregate incorrectly deleted when a sibling resource is published

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183661#comment-14183661 ] Robert Munteanu commented on SLING-4098: Fixed in

[jira] [Resolved] (SLING-4098) Full coverage aggregates nested under a partial coverage aggregate incorrectly deleted when a sibling resource is published

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-4098. Resolution: Fixed Full coverage aggregates nested under a partial coverage aggregate

[jira] [Updated] (SLING-4098) Full coverage aggregates nested under a partial coverage aggregate incorrectly deleted when a sibling resource is published

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated SLING-4098: --- Assignee: Robert Munteanu Full coverage aggregates nested under a partial coverage aggregate

[jira] [Updated] (SLING-4092) Eclipse run out of file descriptors due to vault files being kept open

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated SLING-4092: --- Assignee: Robert Munteanu Eclipse run out of file descriptors due to vault files being kept

[jira] [Commented] (SLING-4092) Eclipse runs out of file descriptors due to vault files being kept open

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183699#comment-14183699 ] Robert Munteanu commented on SLING-4092: Fixed in

[jira] [Updated] (SLING-4092) Eclipse runs out of file descriptors due to vault files being kept open

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated SLING-4092: --- Summary: Eclipse runs out of file descriptors due to vault files being kept open (was:

[jira] [Resolved] (SLING-4092) Eclipse runs out of file descriptors due to vault files being kept open

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-4092. Resolution: Fixed Eclipse runs out of file descriptors due to vault files being kept open

Jenkins build is still unstable: sling-trunk-1.8 #362

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/changes

Jenkins build is still unstable: sling-trunk-1.8 » Apache Sling Event Support #362

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/org.apache.sling$org.apache.sling.event/362/

[jira] [Created] (SLING-4105) Content Navigator should not read all the jcr_root when initialized

2014-10-24 Thread Robert Munteanu (JIRA)
Robert Munteanu created SLING-4105: -- Summary: Content Navigator should not read all the jcr_root when initialized Key: SLING-4105 URL: https://issues.apache.org/jira/browse/SLING-4105 Project: Sling

[jira] [Updated] (SLING-4099) Content Navigator: unable to delete node with a namespace prefix in its name

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated SLING-4099: --- Assignee: Robert Munteanu Content Navigator: unable to delete node with a namespace prefix

[jira] [Commented] (SLING-4099) Content Navigator: unable to delete node with a namespace prefix in its name

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183743#comment-14183743 ] Robert Munteanu commented on SLING-4099: Fixed in

[jira] [Resolved] (SLING-4099) Content Navigator: unable to delete node with a namespace prefix in its name

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-4099. Resolution: Fixed Content Navigator: unable to delete node with a namespace prefix in its

[jira] [Commented] (SLING-4099) Content Navigator: unable to delete node with a namespace prefix in its name

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14183750#comment-14183750 ] Robert Munteanu commented on SLING-4099: [~egli] - it would be good if you could

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

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/2710/changes

Jenkins build became unstable: sling-trunk-1.6 » Apache Sling Resource Access Security Integration Tests #2710

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.resourceaccesssecurity.it/2710/

[jira] [Assigned] (SLING-4069) Intermediate resources that do not match the filter are not created when publishing

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu reassigned SLING-4069: -- Assignee: Robert Munteanu Intermediate resources that do not match the filter are not

[jira] [Assigned] (SLING-3781) Fix unstable Eclipse-based tests

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu reassigned SLING-3781: -- Assignee: Robert Munteanu Fix unstable Eclipse-based tests

[jira] [Assigned] (SLING-3783) Capture command-related Events during test execution

2014-10-24 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu reassigned SLING-3783: -- Assignee: Robert Munteanu Capture command-related Events during test execution

Jenkins build is still unstable: sling-trunk-1.8 » Apache Sling Event Support #363

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/org.apache.sling$org.apache.sling.event/363/

Jenkins build is still unstable: sling-trunk-1.8 #363

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.8/changes

Jenkins build became unstable: sling-trunk-1.7 » Apache Sling Launchpad Testing #1080

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.launchpad.testing/1080/

Jenkins build became unstable: sling-trunk-1.7 » Apache Sling SlingRepository Integration Tests #1080

2014-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/1080/

  1   2   >