Re: [DISCUSS] Consider implementors of Sling API

2013-08-05 Thread Ian Boston
On 6 August 2013 07:14, Ian Boston wrote: > > Finally, ;) , last time I read the java memory management docs and > hotspot description, IIRC, final can prevent hotspot optimising the > code, so some versions strip it or ignore it. I would have to find the > detail to be certain of that. > [1] P

[jira] [Resolved] (SLING-2995) Update Maven Plugins to latest version

2013-08-05 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-2995. - Resolution: Fixed Updated in rev 1510863 > Update Maven Plugins to lates

Re: [DISCUSS] Consider implementors of Sling API

2013-08-05 Thread Ian Boston
+1 to Javadoc. I am tempted to -1 final, but I never say -1. Every framework that has final, and doesn't do quite what is required is a complete nightmare to use. I remember Hibernate in the early days when everything was final, and nothing worked properly. It was impossible to fix except by forki

[jira] [Created] (SLING-2995) Update Maven Plugins to latest version

2013-08-05 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created SLING-2995: --- Summary: Update Maven Plugins to latest version Key: SLING-2995 URL: https://issues.apache.org/jira/browse/SLING-2995 Project: Sling Issue Type: Improv

[jira] [Resolved] (SLING-2994) Update to latest SCR plugin

2013-08-05 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-2994. - Resolution: Fixed Updated to version 1.14.0 and annotations version 1.9.6 in rev 1510862

[jira] [Created] (SLING-2994) Update to latest SCR plugin

2013-08-05 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created SLING-2994: --- Summary: Update to latest SCR plugin Key: SLING-2994 URL: https://issues.apache.org/jira/browse/SLING-2994 Project: Sling Issue Type: Improvement

Re: [DISCUSS] Consider implementors of Sling API

2013-08-05 Thread Carsten Ziegeler
In general I'm fine with this, however as Justin noted adding "final "to some of the classes might break clients of Sling. Marking an interface as ConsumerType means also we shouldn't change it, right? (i'm fine with that, just clarifying) Carsten 2013/8/5 Felix Meschberger > Hi > > Am 05.08.2

Build failed in Jenkins: sling-trunk-1.6 #1790

2013-08-05 Thread Apache Jenkins Server
See Changes: [fmeschbe] SLING-2944 Use latest Filesystem and Bundle Resource Provider SNAPSHOTs [fmeschbe] SLING-2944 Revert Sling API dependency to 2.2.0 again Sling API 2.4.0 is not required and probably only has been updated to

Re: [VOTE] Release Apache Sling JSP Taglib version 2.2.0

2013-08-05 Thread Felix Meschberger
+1 Regards Felix Am 02.08.2013 um 22:07 schrieb Daniel Klco: > Hi, > > This vote is to release some useful new functionality for the Sling JSP > Taglibs. > > We solved 7 issues in this release: > https://issues.apache.org/jira/browse/SLING/fixforversion/12323463 > > Staging repository: > http

Re: [DISCUSS] Consider implementors of Sling API

2013-08-05 Thread Felix Meschberger
Hi Am 05.08.2013 um 19:48 schrieb Justin Edelson: > Hi Felix, > +1 to all of this. > > Out of curiosity, would adding the final keyword require a major version > bump? It isn't backwards compatible, but is perhaps an interesting grey > area. Yes, technically, this is binary incompatible because

Build failed in Jenkins: sling-trunk-1.7 #162

2013-08-05 Thread Apache Jenkins Server
See Changes: [fmeschbe] SLING-2944 Use latest Filesystem and Bundle Resource Provider SNAPSHOTs [fmeschbe] SLING-2944 Revert Sling API dependency to 2.2.0 again Sling API 2.4.0 is not required and probably only has been updated to m

Build failed in Jenkins: sling-trunk-1.6 #1789

2013-08-05 Thread Apache Jenkins Server
See Changes: [fmeschbe] SLING-2944 Revert Sling API dependency to 2.3.0 again Sling API 2.4.0 is not required and probably only has been updated to make sure the import version range for the Resource API is correct. Given SLING-2993 we

Re: [DISCUSS] Consider implementors of Sling API

2013-08-05 Thread Justin Edelson
Hi Felix, +1 to all of this. Out of curiosity, would adding the final keyword require a major version bump? It isn't backwards compatible, but is perhaps an interesting grey area. Justin On Mon, Aug 5, 2013 at 11:04 AM, Felix Meschberger wrote: > Hi all > > While working on SLING-2944 [1] it oc

Re: [DISCUSS] Consider implementors of Sling API

2013-08-05 Thread Daniel Klco
+1 On Mon, Aug 5, 2013 at 11:18 AM, Amit.. Gupta. wrote: > +1 > > Regards, > Amit > > -Original Message- > From: Felix Meschberger [mailto:fmesc...@adobe.com] > Sent: 05 August 2013 20:35 > To: dev@sling.apache.org > Subject: [DISCUSS] Consider implementors of Sling API > > Hi all > > W

Build failed in Jenkins: sling-trunk-1.7 #161

2013-08-05 Thread Apache Jenkins Server
See Changes: [fmeschbe] SLING-2944 Reapply Service User Mapper implementation changes * Adapt to new AbstractSlingRepository extension API [fmeschbe] SLING-2944 Update to latest Jackrabbit Server bundle SNAPSHOT to have the Service

[jira] [Comment Edited] (SLING-2944) Replace administrative login by service-based login

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729563#comment-13729563 ] Felix Meschberger edited comment on SLING-2944 at 8/5/13 3:30 PM: --

RE: [DISCUSS] Consider implementors of Sling API

2013-08-05 Thread Amit.. Gupta.
+1 Regards, Amit -Original Message- From: Felix Meschberger [mailto:fmesc...@adobe.com] Sent: 05 August 2013 20:35 To: dev@sling.apache.org Subject: [DISCUSS] Consider implementors of Sling API Hi all While working on SLING-2944 [1] it occurred to me that we do not currently take good

[jira] [Commented] (SLING-2944) Replace administrative login by service-based login

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729563#comment-13729563 ] Felix Meschberger commented on SLING-2944: -- Fixed Servlet Resolver in Rev. 151054

[DISCUSS] Consider implementors of Sling API

2013-08-05 Thread Felix Meschberger
Hi all While working on SLING-2944 [1] it occurred to me that we do not currently take good care to differentiate between interfaces to be implemented by a single bundle (such as SlingHttpServletRequest) and interfaces which may be implemented by multiple bundles to extend some functionality (s

[jira] [Commented] (SLING-2993) Properly tag and annotate interfaces and classes

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729554#comment-13729554 ] Felix Meschberger commented on SLING-2993: -- In addition, the parent POM must refe

[jira] [Updated] (SLING-2993) Properly tag and annotate interfaces and classes

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-2993: - Attachment: SLING-2993.patch Proposed patch: * All classes intended for extension remain

[jira] [Commented] (SLING-2944) Replace administrative login by service-based login

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729547#comment-13729547 ] Felix Meschberger commented on SLING-2944: -- The following bundles have also to be

[jira] [Created] (SLING-2993) Properly tag and annotate interfaces and classes

2013-08-05 Thread Felix Meschberger (JIRA)
Felix Meschberger created SLING-2993: Summary: Properly tag and annotate interfaces and classes Key: SLING-2993 URL: https://issues.apache.org/jira/browse/SLING-2993 Project: Sling Issue

[jira] [Updated] (SLING-2944) Replace administrative login by service-based login

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-2944: - Fix Version/s: Extensions Bundleresource 2.1.4 File System Resource Pro

Re: [VOTE] Release Apache Sling JCR Jackrabbit Server 2.1.2

2013-08-05 Thread Daniel Klco
+1 -Dan On Mon, Aug 5, 2013 at 9:10 AM, Ian Boston wrote: > +1 > Ian > > On 5 August 2013 13:47, Felix Meschberger wrote: > > Hi, > > > > This vote is to release the Apache Sling JCR Jackrabbit Server 2.1.2 > > bundle. > > > > We solved 10 issues in this release: > > https://issues.apache.org

Build failed in Jenkins: sling-trunk-1.6 #1787

2013-08-05 Thread Apache Jenkins Server
See Changes: [fmeschbe] SLING-2944 add Service User Mapper bundle to build reactor [fmeschbe] SLING-2944 Implement Service User Mapper * Add ServiceUserMapper service and implementation bundle * Add service login methods to ResourceRe

Build failed in Jenkins: sling-trunk-1.7 #160

2013-08-05 Thread Apache Jenkins Server
See Changes: [fmeschbe] SLING-2944 add Service User Mapper bundle to build reactor [fmeschbe] SLING-2944 Implement Service User Mapper * Add ServiceUserMapper service and implementation bundle * Add service login methods to ResourceRes

Re: [VOTE] Release Apache Sling JCR Jackrabbit Server 2.1.2

2013-08-05 Thread Ian Boston
+1 Ian On 5 August 2013 13:47, Felix Meschberger wrote: > Hi, > > This vote is to release the Apache Sling JCR Jackrabbit Server 2.1.2 > bundle. > > We solved 10 issues in this release: > https://issues.apache.org/jira/browse/SLING/fixforversion/12315318 > > Staging repository: > https://reposito

[NOTE] Expect IT failures in the Sling Event bundle

2013-08-05 Thread Felix Meschberger
Hi The Sling Event bundle was depending on the Jackrabbit Server 2.1.1-SNAPSHOT bundle, which caused me some grieves applying my patches for Service Authentication (SLING-2944). To fix this issue but also (and maybe more importantly) to have a clean state before applying those fixes, I have st

Re: [VOTE] Release Apache Sling JCR Jackrabbit Server 2.1.2

2013-08-05 Thread Carsten Ziegeler
+1 Carsten 2013/8/5 Felix Meschberger > +1 > > Regards > Felix > > Am 05.08.2013 um 14:47 schrieb Felix Meschberger: > > > Hi, > > > > This vote is to release the Apache Sling JCR Jackrabbit Server 2.1.2 > > bundle. > > > > We solved 10 issues in this release: > > https://issues.apache.org/jir

Re: [VOTE] Release Apache Sling JCR Jackrabbit Server 2.1.2

2013-08-05 Thread Felix Meschberger
+1 Regards Felix Am 05.08.2013 um 14:47 schrieb Felix Meschberger: > Hi, > > This vote is to release the Apache Sling JCR Jackrabbit Server 2.1.2 > bundle. > > We solved 10 issues in this release: > https://issues.apache.org/jira/browse/SLING/fixforversion/12315318 > > Staging repository: > h

[jira] [Resolved] (SLING-2923) release org.apache.sling.jcr.jackrabbit.server 2.1.1

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-2923. -- Resolution: Fixed Release vote has been started so this can be resolved.

[VOTE] Release Apache Sling JCR Jackrabbit Server 2.1.2

2013-08-05 Thread Felix Meschberger
Hi, This vote is to release the Apache Sling JCR Jackrabbit Server 2.1.2 bundle. We solved 10 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12315318 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-061/ You can use this UN

[jira] [Commented] (SLING-2944) Replace administrative login by service-based login

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729469#comment-13729469 ] Felix Meschberger commented on SLING-2944: -- Reapplied the temporarily removed cha

[jira] [Updated] (SLING-2944) Replace administrative login by service-based login

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-2944: - Fix Version/s: (was: JCR Jackrabbit Server 2.1.2) JCR Jackrabbit Se

[jira] [Updated] (SLING-2923) release org.apache.sling.jcr.jackrabbit.server 2.1.1

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-2923: - Fix Version/s: (was: JCR Jackrabbit Server 2.2.0) JCR Jackrabbit Se

[jira] [Updated] (SLING-2923) release org.apache.sling.jcr.jackrabbit.server 2.1.1

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-2923: - Fix Version/s: JCR Jackrabbit Server 2.1.2 > release org.apache.sling.jcr.jackrabbit.

[jira] [Commented] (SLING-2944) Replace administrative login by service-based login

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729453#comment-13729453 ] Felix Meschberger commented on SLING-2944: -- Temporarily reverted the SlingReposit

[jira] [Assigned] (SLING-2923) release org.apache.sling.jcr.jackrabbit.server 2.1.1

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-2923: Assignee: Felix Meschberger (was: Robert Munteanu) > release org.apache.sling.

[jira] [Commented] (SLING-2923) release org.apache.sling.jcr.jackrabbit.server 2.1.1

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729451#comment-13729451 ] Felix Meschberger commented on SLING-2923: -- Since I want to apply the patches for

Jenkins build is unstable: sling-trunk-1.6 #1786

2013-08-05 Thread Apache Jenkins Server
See

Jenkins build is unstable: sling-trunk-1.6 » Apache Sling Sample Integration Tests #1786

2013-08-05 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.6 » Apache Sling Launchpad Application Builder #1786

2013-08-05 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.7 #159

2013-08-05 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.7 » Apache Sling Launchpad Application Builder #159

2013-08-05 Thread Apache Jenkins Server
See

[jira] [Commented] (SLING-2944) Replace administrative login by service-based login

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729354#comment-13729354 ] Felix Meschberger commented on SLING-2944: -- Committed a first batch of implementa

Build failed in Jenkins: sling-trunk-1.6 » Apache Sling Launchpad Application Builder #1785

2013-08-05 Thread Apache Jenkins Server
See -- Aug 5, 2013 9:28:21 AM org.apache.maven.cli.event.ExecutionEventLogger projectStarted INFO:

Build failed in Jenkins: sling-trunk-1.6 #1785

2013-08-05 Thread Apache Jenkins Server
See Changes: [stefanegli] SLING-2968 : issue remote heartbeat calls only after startup has finished - using startuplistener for that. RTC not needed. only added launchpad.api dependency to pom.xml. [stefanegli] SLING-2962 : adjusted

Build failed in Jenkins: sling-trunk-1.7 » Apache Sling Launchpad Application Builder #158

2013-08-05 Thread Apache Jenkins Server
See -- Aug 05, 2013 9:20:30 AM org.apache.maven.cli.event.ExecutionEventLogger projectStarted INFO:

Build failed in Jenkins: sling-trunk-1.7 #158

2013-08-05 Thread Apache Jenkins Server
See Changes: [stefanegli] SLING-2968 : issue remote heartbeat calls only after startup has finished - using startuplistener for that. RTC not needed. only added launchpad.api dependency to pom.xml. [stefanegli] SLING-2962 : adjusted j

[jira] [Resolved] (SLING-2968) DiscoveryServiceImpl can make HTTP calls before Sling is properly started up

2013-08-05 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Egli resolved SLING-2968. Resolution: Fixed fixed as discussed: remote heartbeats will be issued only after startup was fini

[jira] [Resolved] (SLING-2992) lower isolated mode error to info

2013-08-05 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Egli resolved SLING-2992. Resolution: Fixed lowered to info and typo fixed > lower isolated mode error to in

[jira] [Created] (SLING-2992) lower isolated mode error to info

2013-08-05 Thread Stefan Egli (JIRA)
Stefan Egli created SLING-2992: -- Summary: lower isolated mode error to info Key: SLING-2992 URL: https://issues.apache.org/jira/browse/SLING-2992 Project: Sling Issue Type: Bug Compone

[jira] [Commented] (SLING-2944) Replace administrative login by service-based login

2013-08-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729298#comment-13729298 ] Felix Meschberger commented on SLING-2944: -- Prepared initial documentation in Rev

[jira] [Commented] (SLING-2985) [Tooling] show content of .content.xml in project explorer

2013-08-05 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729291#comment-13729291 ] Stefan Egli commented on SLING-2985: Also: similar to the way JDT shows packages and c

Re: Exposing RequestProgressTracker as ThreadLocal

2013-08-05 Thread Carsten Ziegeler
Yes, but why reinventing the wheel than rather do the right thing ?: ) Carsten 2013/8/5 Chetan Mehrotra > Well adding LogBack support might require more effort. What about > adding a Listener API and adding support for that in current logic. > That might be easier to add :) > > Chetan Mehrotra

Re: Exposing RequestProgressTracker as ThreadLocal

2013-08-05 Thread Chetan Mehrotra
Well adding LogBack support might require more effort. What about adding a Listener API and adding support for that in current logic. That might be easier to add :) Chetan Mehrotra On Mon, Aug 5, 2013 at 1:43 PM, Bertrand Delacretaz wrote: > On Mon, Aug 5, 2013 at 10:03 AM, Carsten Ziegeler >

Re: Exposing RequestProgressTracker as ThreadLocal

2013-08-05 Thread Bertrand Delacretaz
On Mon, Aug 5, 2013 at 10:03 AM, Carsten Ziegeler wrote: >> ...I was wondering where we are with [0] as well as I could make > use of it :) We're probably just missing a volunteer ;-) -Bertrand >> [0] http://markmail.org/message/etcayimn6ili3edr

Re: Exposing RequestProgressTracker as ThreadLocal

2013-08-05 Thread Carsten Ziegeler
2013/8/5 Bertrand Delacretaz > Yes, that's long overdue IMO, I could make good use of this for the > health check tool as well. > > We discussed this a few times already, and IIRC the conclusion was > that we should get rid of our custom logging implementation in favor > of logback (see [0] for e

[jira] [Commented] (SLING-2984) [Tooling] improve import-content wizard

2013-08-05 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729280#comment-13729280 ] Stefan Egli commented on SLING-2984: That's indeed odd - I didn't knowingly reformat -

Re: Exposing RequestProgressTracker as ThreadLocal

2013-08-05 Thread Bertrand Delacretaz
On Mon, Aug 5, 2013 at 9:36 AM, Chetan Mehrotra wrote: > ...If listener support can be added to Sling > logging then same thing (more powerful) can be achieved using MDC [1] > and Markers [2]... Yes, that's long overdue IMO, I could make good use of this for the health check tool as well. We dis

Re: Clarification of RequestProgressTracker#done()

2013-08-05 Thread Carsten Ziegeler
Ah, so "all calls except the first one" means all calls to the "done" method, yes, thanks. I guess I was reading too much into the comment :) And the implementation fits that comment nicely. Thanks Carsten 2013/8/5 Bertrand Delacretaz > Hi, > > On Mon, Aug 5, 2013 at 9:12 AM, Carsten Ziegeler

Re: Clarification of RequestProgressTracker#done()

2013-08-05 Thread Bertrand Delacretaz
Hi, On Mon, Aug 5, 2013 at 9:12 AM, Carsten Ziegeler wrote: > The javadocs of RequestProgressTrackr#done state: > ...Call this when done processing the request - all calls except the > first one are ignored... > ...I would expect that after a call to done() only dump is possible and all > calls

Re: Exposing RequestProgressTracker as ThreadLocal

2013-08-05 Thread Chetan Mehrotra
> I'm not 100% sure if this is a good thing; the resource resolver can be > used without a request, I understand that hence the main ask was for RequestProgressTracker. And yes the debug logic would check its not null and then would log. Reason I asked for ResourceResolver is that at times I had

[GSoC2013] Unsatisfied dependencies.

2013-08-05 Thread Ian Boston
Hi, Dishara Wijewardana wrote in thread titled [Status Update] Apache Cassandra backend for Sling: > Hi Ian > > I started Sling launchpad and Cassandra Server as well. And uploaded the > bundle through management console from http://localhost:8080/system/console > . > When I try to start the bun

Re: [Status Update] Apache Cassandra backend for Sling

2013-08-05 Thread Ian Boston
Hi, I'll start a new thread on this for you. Ian On 5 August 2013 01:20, Dishara Wijewardana wrote: > On Tue, Jul 23, 2013 at 5:32 PM, Dishara Wijewardana < > ddwijeward...@gmail.com> wrote: > >> >> >> On Mon, Jul 22, 2013 at 1:56 PM, Ian Boston wrote: >> >>> Hi Dishara, >>> >>> The Unit test co

Clarification of RequestProgressTracker#done()

2013-08-05 Thread Carsten Ziegeler
The javadocs of RequestProgressTrackr#done state: "/** * Call this when done processing the request - all calls except the first * one are ignored */ void done(); " I'm wondering what is ment with "the first one"? In addition, looking at the implementation in the Sling en