[VOTE RESULT] Release Scripting JST 2.0.6

2012-08-16 Thread Carsten Ziegeler
The vote to release Apache Sling Scripting JST 2.0.6 passed with five binding +1 votes from Carsten Ziegeler, Ian Boston, Felix Meschberger, Bertrand Delacretaz, and Mike Müller. No other votes have been cast - I'll continue with the release process. Thanks everyone for voting Regards Carsten 20

Re: [POST servlet] Wildcard for deleting properties

2012-08-16 Thread Justin Edelson
Alex- WDYT about implementing this as an operation? I don't know what to call it :) but it seems like we should generally stop (or slow) down additions to the modify operation. One alternative is to add special case composite operations like this. Justin On Wed, Aug 15, 2012 at 1:30 PM, Alexander

Re: [VOTE] Release Apache Sling Installer Core and Launchpad Installer

2012-08-16 Thread Justin Edelson
+1 On Wed, Aug 15, 2012 at 7:08 PM, Ian Boston wrote: > +1 > all good. > Ian > > On 16 August 2012 04:39, Carsten Ziegeler wrote: > > +1 > > > > 2012/8/15 Carsten Ziegeler : > >> Hi, > >> > >> This vote is about two releases, containing important fixes for our > >> installer/startup: > >> > >>

Re: [VOTE] Release maven launchpad plugin 2.1.2

2012-08-16 Thread Justin Edelson
+1 Thanks for releasing, Justin On Wed, Aug 15, 2012 at 9:22 AM, Carsten Ziegeler wrote: > Hi, > > This vote is about the release of Apache Sling Maven Launchpad Plugin 2.1.2 > https://issues.apache.org/jira/browse/SLING/fixforversion/12317947 > > Staging repository: > https://repository.apache.

[jira] [Updated] (SLING-2564) expose MBeans for Sling Thread Pools

2012-08-16 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated SLING-2564: -- Attachment: SLING-2564.patch patch attached is missing the bulk of the MBean definition and imp

[jira] [Created] (SLING-2564) expose MBeans for Sling Thread Pools

2012-08-16 Thread Justin Edelson (JIRA)
Justin Edelson created SLING-2564: - Summary: expose MBeans for Sling Thread Pools Key: SLING-2564 URL: https://issues.apache.org/jira/browse/SLING-2564 Project: Sling Issue Type: Improvement

[jira] [Updated] (SLING-2563) when a thread pool is created without a label, the label should be generated using the class name requesting the thread pool

2012-08-16 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated SLING-2563: -- Attachment: SLING-2563.patch proposed patch > when a thread pool is created wi

[jira] [Created] (SLING-2563) when a thread pool is created without a label, the label should be generated using the class name requesting the thread pool

2012-08-16 Thread Justin Edelson (JIRA)
Justin Edelson created SLING-2563: - Summary: when a thread pool is created without a label, the label should be generated using the class name requesting the thread pool Key: SLING-2563 URL: https://issues.apache.

Re: [POST servlet] Wildcard for deleting properties

2012-08-16 Thread Alexander Klimetschek
Bertrand Delacretaz wrote: > I dunno...this starts sounding like a Node Manipulation Language - > right now IIRC the POST servlet just mimics the basic JCR node CRUD > operations, but once you start introducing set operations things might > get hard to follow. Jeff Young wrote: > I think this use

Re: Empty string property values

2012-08-16 Thread Alexander Klimetschek
On 13.08.2012, at 13:47, Bertrand Delacretaz wrote: > I don't think IgnoreBlanks can be used to remove properties, IIUC it > just causes request parameters with empty values to be ignored. So IMO > there would be no way to remove a property if we changed the current > behavior. property@Delete =

[jira] [Commented] (SLING-2562) Add a test for servlet resolver as Web Console Tab

2012-08-16 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13435963#comment-13435963 ] Felix Meschberger commented on SLING-2562: -- Excellent idea ! I for myself would w

[jira] [Updated] (SLING-2562) Add a test for servlet resolver as Web Console Tab

2012-08-16 Thread Konrad Windszus (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SLING-2562: --- Attachment: servletresolverplugin.png This screenshot shows an implementation of this feature

[jira] [Created] (SLING-2562) Add a test for servlet resolver as Web Console Tab

2012-08-16 Thread Konrad Windszus (JIRA)
Konrad Windszus created SLING-2562: -- Summary: Add a test for servlet resolver as Web Console Tab Key: SLING-2562 URL: https://issues.apache.org/jira/browse/SLING-2562 Project: Sling Issue Ty

RE: [POST servlet] Wildcard for deleting properties

2012-08-16 Thread Jeff Young
+0 I think this use case (for me) would be just over the line: the correct answer would be to write a custom servlet (as you did). Making the sling POST servlet more complicated doesn't seem worth it. But I don't feel strongly (thus the +0). Jeff. > -Original Message- > From: Alexan

Re: [POST servlet] Wildcard for deleting properties

2012-08-16 Thread Bertrand Delacretaz
Hi Alex, On Wed, Aug 15, 2012 at 7:30 PM, Alexander Klimetschek wrote: > I had an interesting use case, which could be solved by allowing something > like this in the Sling POST servlet: > > *@Delete = true > > Which would delete all properties and child nodes of a node, without the > client kn