[jira] [Commented] (SLING-5163) Rewrite the JCR Resource to post events using the new observation API

2016-01-26 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-5163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117477#comment-15117477 ] Tomek Rękawek commented on SLING-5163: -- [~rombert], I rebased changes on the current

[jira] [Reopened] (SLING-5455) Add helper class to construct valid paths

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu reopened SLING-5455: Reopening to track move to a different bundle than org.apache.sling.api, as suggested by [~bdel

Re: Utility to construct paths out of strings?

2016-01-26 Thread Robert Munteanu
On Tue, 2016-01-26 at 16:15 +0100, Bertrand Delacretaz wrote: > Hi Robert, > > > ... > >   https://issues.apache.org/jira/browse/SLING-5455 > >   https://svn.apache.org/r1726814 ... > > I have second thoughts about this, sorry ;-) > > Touching our "sacred" API bundle just for this doesn't feel >

[jira] [Updated] (SLING-5163) Rewrite the JCR Resource to post events using the new observation API

2016-01-26 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-5163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomek Rękawek updated SLING-5163: - Attachment: SLING-5163.patch > Rewrite the JCR Resource to post events using the new observation A

Re: Utility to construct paths out of strings?

2016-01-26 Thread Bertrand Delacretaz
Hi Robert, > ... > https://issues.apache.org/jira/browse/SLING-5455 > https://svn.apache.org/r1726814 ... I have second thoughts about this, sorry ;-) Touching our "sacred" API bundle just for this doesn't feel right...how about creating a new bundles/extensions/sling-commons or sling-util b

[jira] [Commented] (SLING-5455) Add helper class to construct valid paths

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117338#comment-15117338 ] Robert Munteanu commented on SLING-5455: Fixed in [r1726814|https://svn.apache.org

Re: Utility to construct paths out of strings?

2016-01-26 Thread Robert Munteanu
On Tue, 2016-01-26 at 15:05 +0100, Bertrand Delacretaz wrote: > On Tue, Jan 26, 2016 at 1:57 PM, Robert Munteanu > wrote: > > org.apache.sling.api.text ? .. > > org.apache.sling.api.paths maybe if it's just about paths? Sounds good to me.   https://issues.apache.org/jira/browse/SLING-5455   htt

[jira] [Resolved] (SLING-5455) Add helper class to construct valid paths

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-5455. Resolution: Fixed > Add helper class to construct valid paths >

FYI, starting work on SlingRepositoryInitializer plug-ins

2016-01-26 Thread Bertrand Delacretaz
Hi, See details at https://issues.apache.org/jira/browse/SLING-5456 - the idea is to allow such plug-ins to act on the SlingRepository service before it's registered, for example to initialize things like service users, ACLs, the base tree etc. Minor comments are welcome in that ticket, or if we

[jira] [Updated] (SLING-5456) Implement SlingRepositoryInitializer plug-ins to setup the repository

2016-01-26 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-5456: --- Component/s: (was: Engine) JCR > Implement SlingRepositoryInitial

[jira] [Created] (SLING-5456) Implement SlingRepositoryInitializer plug-ins to setup the repository

2016-01-26 Thread Bertrand Delacretaz (JIRA)
Bertrand Delacretaz created SLING-5456: -- Summary: Implement SlingRepositoryInitializer plug-ins to setup the repository Key: SLING-5456 URL: https://issues.apache.org/jira/browse/SLING-5456 Proje

[jira] [Created] (SLING-5455) Add helper class to construct valid paths

2016-01-26 Thread Robert Munteanu (JIRA)
Robert Munteanu created SLING-5455: -- Summary: Add helper class to construct valid paths Key: SLING-5455 URL: https://issues.apache.org/jira/browse/SLING-5455 Project: Sling Issue Type: New F

[jira] [Assigned] (SLING-5135) Whitelist legit usages of loginAdministrative and administrative ResourceResolver

2016-01-26 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz reassigned SLING-5135: -- Assignee: (was: Bertrand Delacretaz) Unassigning as I won't be able to work

Re: Utility to construct paths out of strings?

2016-01-26 Thread Bertrand Delacretaz
On Tue, Jan 26, 2016 at 1:57 PM, Robert Munteanu wrote: > org.apache.sling.api.text ? .. org.apache.sling.api.paths maybe if it's just about paths? > ...I don't see a related bundle under bundles/commons and I'm not sure > it's worth creating a new bundle just for this utility... Agreed. -Bert

[jira] [Commented] (SLING-5163) Rewrite the JCR Resource to post events using the new observation API

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117217#comment-15117217 ] Robert Munteanu commented on SLING-5163: [~tomek.rekawek] - I've tried applying th

[jira] [Assigned] (SLING-5163) Rewrite the JCR Resource to post events using the new observation API

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu reassigned SLING-5163: -- Assignee: Robert Munteanu > Rewrite the JCR Resource to post events using the new obser

[jira] [Resolved] (SLING-4585) Performance: Use JackrabbitSession#getItemOrNull to speed up JcrResourceProvider#createResource

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-4585. Resolution: Fixed > Performance: Use JackrabbitSession#getItemOrNull to speed up > JcrResou

[jira] [Commented] (SLING-4585) Performance: Use JackrabbitSession#getItemOrNull to speed up JcrResourceProvider#createResource

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117202#comment-15117202 ] Robert Munteanu commented on SLING-4585: Applied in [r1726793|https://svn.apache.o

[jira] [Resolved] (SLING-4750) New Resource Provider API

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-4750. Resolution: Fixed All subtasks done, considering fixed. > New Resource Provider API > -

[jira] [Commented] (SLING-5218) ResourceProviderAuthenticator must not hold stateless providers

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117190#comment-15117190 ] Robert Munteanu commented on SLING-5218: I'm not sure how to perform this change -

[jira] [Comment Edited] (SLING-5218) ResourceProviderAuthenticator must not hold stateless providers

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117190#comment-15117190 ] Robert Munteanu edited comment on SLING-5218 at 1/26/16 1:37 PM: ---

[jira] [Updated] (SLING-5218) ResourceProviderAuthenticator must not hold stateless providers

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated SLING-5218: --- Issue Type: Improvement (was: Sub-task) Parent: (was: SLING-4750) > ResourceProvi

Re: Utility to construct paths out of strings?

2016-01-26 Thread Robert Munteanu
On Tue, 2016-01-26 at 11:32 +0100, Bertrand Delacretaz wrote: > Hi Robert, > > On Tue, Jan 26, 2016 at 9:44 AM, Robert Munteanu > wrote: > > ...it's not API right now, but I'll make it for the next release, > > probably as part of org.apache.sling.api.resource ... > > IMO that utility should to

Re: Utility to construct paths out of strings?

2016-01-26 Thread Bertrand Delacretaz
Hi Robert, On Tue, Jan 26, 2016 at 9:44 AM, Robert Munteanu wrote: > ...it's not API right now, but I'll make it for the next release, > probably as part of org.apache.sling.api.resource ... IMO that utility should to into its own package(s) then, to avoid requiring changes to existing packages

[jira] [Resolved] (SLING-5206) Create tests for all new features/handling

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-5206. Resolution: Fixed > Create tests for all new features/handling > ---

[jira] [Updated] (SLING-5206) Create tests for all new features/handling

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated SLING-5206: --- Attachment: screenshot.png > Create tests for all new features/handling >

[jira] [Commented] (SLING-5206) Create tests for all new features/handling

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117008#comment-15117008 ] Robert Munteanu commented on SLING-5206: IMO the most important changes have been

[jira] [Commented] (SLING-5206) Create tests for all new features/handling

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117002#comment-15117002 ] Robert Munteanu commented on SLING-5206: * [r1726752|https://svn.apache.org/r17267

[jira] [Commented] (SLING-4750) New Resource Provider API

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117001#comment-15117001 ] Robert Munteanu commented on SLING-4750: * [r1726751|https://svn.apache.org/r17267

[jira] [Assigned] (SLING-4585) Performance: Use JackrabbitSession#getItemOrNull to speed up JcrResourceProvider#createResource

2016-01-26 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu reassigned SLING-4585: -- Assignee: Robert Munteanu > Performance: Use JackrabbitSession#getItemOrNull to speed u

[jira] [Updated] (SLING-5454) Improve logging on startup of QueueManager and Job reassignment

2016-01-26 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörg Hoh updated SLING-5454: Attachment: SLING-5454.patch attached a patch which adresses this issue. > Improve logging on startup of Qu

[jira] [Created] (SLING-5454) Improve logging on startup of QueueManager and Job reassignment

2016-01-26 Thread JIRA
Jörg Hoh created SLING-5454: --- Summary: Improve logging on startup of QueueManager and Job reassignment Key: SLING-5454 URL: https://issues.apache.org/jira/browse/SLING-5454 Project: Sling Issue Ty

Re: Utility to construct paths out of strings?

2016-01-26 Thread Robert Munteanu
On Mon, 2016-01-25 at 17:56 +0100, Bertrand Delacretaz wrote: > Hi Robert, > > On Mon, Jan 25, 2016 at 4:38 PM, Robert Munteanu > wrote: > > ...Do we have a utility class somewhere that constructs paths out > > of > > strings?... > > I don't think we have a comprehensive one, there are bits and

Re: [VOTE] Release Apache Sling Testing Tools 1.0.12

2016-01-26 Thread Robert Munteanu
On Mon, 2016-01-25 at 23:07 +, Stefan Seifert wrote: > sh check_staged_release.sh 1411 /tmp/sling-staging +1 Robert signature.asc Description: This is a digitally signed message part