RE: closing out remaining API 2.1.0 issues

2010-07-09 Thread Mike Müller
I'd like to see us start the Sling 6 release train soon, even if we haven't nailed down the final Launchpad contents (chiefly the discussion about httpauth vs. formauth needs to be nailed down). IMHO, we need to start with API 2.1.0. Looking at JIRA, there are just a few outstanding

[jira] Created: (SLING-1593) Decouple authentication mechanism from JCR

2010-07-09 Thread JIRA
Decouple authentication mechanism from JCR -- Key: SLING-1593 URL: https://issues.apache.org/jira/browse/SLING-1593 Project: Sling Issue Type: Improvement Components: API, Commons

[jira] Commented: (SLING-1593) Decouple authentication mechanism from JCR

2010-07-09 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886658#action_12886658 ] Ian Boston commented on SLING-1593: --- IIUC this removes the need to add a

Re: Preventing Listing of child nodes of a resource.

2010-07-09 Thread Ian Boston
On 6 Jul 2010, at 17:04, Ian Boston wrote: On 6 Jul 2010, at 09:21, Ian Boston wrote: 1. In the WebDav area: We could modify the webdav servlet to allow other bundles to provide an implementation of SlingResourceConfig or ItemFilter in the Sling webdav bundle or some other service

RE: Preventing Listing of child nodes of a resource.

2010-07-09 Thread Mike Müller
1. In the WebDav area: We could modify the webdav servlet to allow other bundles to provide an implementation of SlingResourceConfig or ItemFilter in the Sling webdav bundle or some other service implementation to provide filtering of webdav. It may turn out to be irrelevant, but

[jira] Commented: (SLING-1593) Decouple authentication mechanism from JCR

2010-07-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886707#action_12886707 ] Mike Müller commented on SLING-1593: I try to be more clear: The new

Re: closing out remaining API 2.1.0 issues

2010-07-09 Thread Justin Edelson
On Jul 9, 2010, at 7:56 AM, Carsten Ziegeler cziege...@apache.org wrote: Justin Edelson wrote I'd like to see us start the Sling 6 release train soon, even if we haven't nailed down the final Launchpad contents (chiefly the discussion about httpauth vs. formauth needs to be nailed down).

[jira] Resolved: (SLING-1262) Implement ResourceResolverFactory concept

2010-07-09 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-1262. - Resolution: Fixed Implement ResourceResolverFactory concept

Re: closing out remaining API 2.1.0 issues

2010-07-09 Thread Carsten Ziegeler
Great. Do you agree that SLING-1262 can be marked as resolved? Yes, I just resolved it. Carsten Regards Carsten -- Carsten Ziegeler cziege...@apache.org -- Carsten Ziegeler cziege...@apache.org

Re: [jira] Commented: (SLING-1593) Decouple authentication mechanism from JCR

2010-07-09 Thread Justin Edelson
I must be missing something here. Is the use case for this non-JCR ResourceResolverFactory implementations? Because for a JCR-backed ResourceResolverFactory, you still need to log into the repository with credentials. In the case of an external data source, this means writing a

RE: [jira] Commented: (SLING-1593) Decouple authentication mechanism from JCR

2010-07-09 Thread Mike Müller
I must be missing something here. Is the use case for this non-JCR ResourceResolverFactory implementations? Because for a JCR-backed ResourceResolverFactory, you still need to log into the repository with credentials. In the case of an external data source, this means writing a

Re: instrumenting bundles with emma

2010-07-09 Thread Justin Edelson
I think the simplest thing would be to add the emma jar to the classpath and then add the necessary package(s) to the packages exported by the system bundle (i.e. via sling.system.packages). You can do this by adding emma as a dependency to the maven-launchpad-plugin and create a file called

[jira] Created: (SLING-1594) Support CommonJS Modules i.e. the require function

2010-07-09 Thread Lars Trieloff (JIRA)
Support CommonJS Modules i.e. the require function -- Key: SLING-1594 URL: https://issues.apache.org/jira/browse/SLING-1594 Project: Sling Issue Type: Improvement Components:

Re: instrumenting bundles with emma

2010-07-09 Thread D. Stuart Freeman
On Fri, Jul 09, 2010 at 10:55:14AM -0400, Justin Edelson wrote: I think the simplest thing would be to add the emma jar to the classpath and then add the necessary package(s) to the packages exported by the system bundle (i.e. via sling.system.packages). You can do this by adding emma as a