Re: FeatureFlags without ResourceAccessGate

2014-01-20 Thread Felix Meschberger
Yes, I can — Probably tomorrow, works ? Regards Felix Am 20.01.2014 um 04:25 schrieb Carsten Ziegeler : > So I think we should really replace the current implemenation with the new > one. > > @Felix can you do the move please? > > Carsten > > > 2014/1/17 Justin Edelson > >> Hi Carsten, >>

Re: [FeatureFlags] Handling of sling:features property

2014-01-20 Thread Felix Meschberger
Hi Am 20.01.2014 um 04:19 schrieb Carsten Ziegeler : > If the sling:features property contains a single string value, this > resource is only visible if the feature is enabled. This is pretty straight > forward. Yes > It seems we have use cases, like A-B testing where you want to hide a > resou

Re: Should we have some basic health checks in org.apache.sling.hc.core?

2014-01-20 Thread Bertrand Delacretaz
On Mon, Jan 20, 2014 at 4:52 AM, Carsten Ziegeler wrote: > ...I think we should leave core free of real HCs, support seems to be the > correct project... +1 -Bertrand

Re: [FeatureFlags] Handling of sling:features property

2014-01-20 Thread Bertrand Delacretaz
Hi, On Mon, Jan 20, 2014 at 9:35 AM, Felix Meschberger wrote: > Am 20.01.2014 um 04:19 schrieb Carsten Ziegeler : >>... It seems we have use cases, like A-B testing where you want to hide a >> resource if a feature is enabled.. >> ...We can easily implement this with negating the value, like >> !

Re: Should we have some basic health checks in org.apache.sling.hc.core?

2014-01-20 Thread Georg Henzler
Let's put the basic checks in the support package then (and maybe we can add a line or two to the description in the pom). -Georg Am 20.01.2014 10:36, schrieb Bertrand Delacretaz: On Mon, Jan 20, 2014 at 4:52 AM, Carsten Ziegeler wrote: ...I think we should leave core free of real HCs, suppor

Re: Lost parameter order for form POSTs

2014-01-20 Thread Felix Meschberger
Hi Ok, I have created a request parameter processing prototype in my whiteboard [1]: - Create new "parameters" bundle to reuse request parameter support independently of the Sling Engine - Added new ParameterSupport method to retrieve java.util.List of request parameter name-value pair

Re: Should we have some basic health checks in org.apache.sling.hc.core?

2014-01-20 Thread Bertrand Delacretaz
On Mon, Jan 20, 2014 at 11:24 AM, Georg Henzler wrote: > Let's put the basic checks in the support package then (and maybe we can add > a line or two to the description in the pom). Yes, and examples in the samples module are also a good way to expose them. -Bertrand

Re: FeatureFlags without ResourceAccessGate

2014-01-20 Thread Bertrand Delacretaz
On Mon, Jan 20, 2014 at 4:25 AM, Carsten Ziegeler wrote: > ...So I think we should really replace the current implemenation with the new > one +1, I also like the whiteboard/fmeschbe/featureflags/feature-flags implementation. It will need tests and more debug log messages to be ready for pri

Re: [FeatureFlags] Handling of sling:features property

2014-01-20 Thread Carsten Ziegeler
I'm fine with using OR and not going up the hierarchy to see whether a parent is hidden. Carsten 2014/1/20 Bertrand Delacretaz > Hi, > > On Mon, Jan 20, 2014 at 9:35 AM, Felix Meschberger > wrote: > > Am 20.01.2014 um 04:19 schrieb Carsten Ziegeler : > >>... It seems we have use cases, like A

[jira] [Commented] (SLING-3326) Create "All bundles started" Health Check

2014-01-20 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876402#comment-13876402 ] Bertrand Delacretaz commented on SLING-3326: Looks good to me, as discussed on

[jira] [Commented] (SLING-3325) Create Memory Health Check

2014-01-20 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876404#comment-13876404 ] Bertrand Delacretaz commented on SLING-3325: Looks good to me, same comments S

[jira] [Commented] (SLING-3324) Create Disk Space Health Check

2014-01-20 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876410#comment-13876410 ] Bertrand Delacretaz commented on SLING-3324: Looks good to me but I haven't te

[jira] [Commented] (SLING-3326) Create "All bundles started" Health Check

2014-01-20 Thread Georg Henzler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876431#comment-13876431 ] Georg Henzler commented on SLING-3326: -- - ignoredBundles is probably a better name, +

[jira] [Commented] (SLING-3326) Create "All bundles started" Health Check

2014-01-20 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876436#comment-13876436 ] Bertrand Delacretaz commented on SLING-3326: I agree that we don't need a fact

[jira] [Commented] (SLING-3324) Create Disk Space Health Check

2014-01-20 Thread Georg Henzler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876439#comment-13876439 ] Georg Henzler commented on SLING-3324: -- Configuring the current directory (".") works

[jira] [Created] (SLING-3327) Remove packages after being processed

2014-01-20 Thread Marius Petria (JIRA)
Marius Petria created SLING-3327: Summary: Remove packages after being processed Key: SLING-3327 URL: https://issues.apache.org/jira/browse/SLING-3327 Project: Sling Issue Type: Improvement

[jira] [Updated] (SLING-3327) Remove packages after being processed

2014-01-20 Thread Marius Petria (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Petria updated SLING-3327: - Attachment: SLING-3327.patch - replication packages should be persisted by a package builder and

[jira] [Commented] (SLING-2986) Merged Resource Provider

2014-01-20 Thread Gilles Knobloch (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876572#comment-13876572 ] Gilles Knobloch commented on SLING-2986: Thanks for your feedback [~cziegeler]. I

[jira] [Commented] (SLING-2986) Merged Resource Provider

2014-01-20 Thread Gilles Knobloch (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876573#comment-13876573 ] Gilles Knobloch commented on SLING-2986: BTW, i agree tests are still missing :-)

[jira] [Assigned] (SLING-3327) Remove packages after being processed

2014-01-20 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili reassigned SLING-3327: -- Assignee: Tommaso Teofili > Remove packages after being processed > ---

[jira] [Commented] (SLING-2986) Merged Resource Provider

2014-01-20 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876583#comment-13876583 ] Carsten Ziegeler commented on SLING-2986: - [~gknob] Great, thanks Gilles - it woul

[jira] [Commented] (SLING-3327) Remove packages after being processed

2014-01-20 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876597#comment-13876597 ] Tommaso Teofili commented on SLING-3327: thanks Marius, I've adapted the patch and

[jira] [Commented] (SLING-3327) Remove packages after being processed

2014-01-20 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876603#comment-13876603 ] Tommaso Teofili commented on SLING-3327: some leftout (forgot to svn add) files ad

[jira] [Resolved] (SLING-3327) Remove packages after being processed

2014-01-20 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved SLING-3327. Resolution: Fixed > Remove packages after being processed > ---

[jira] [Created] (SLING-3328) Improve support when connecting to already running instance

2014-01-20 Thread JIRA
Jörg Hoh created SLING-3328: --- Summary: Improve support when connecting to already running instance Key: SLING-3328 URL: https://issues.apache.org/jira/browse/SLING-3328 Project: Sling Issue Type:

[jira] [Updated] (SLING-3328) Improve support when connecting to already running instance

2014-01-20 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-3328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörg Hoh updated SLING-3328: Attachment: standalone-sling-instance.patch > Improve support when connecting to already running instance >

Re: Lost parameter order for form POSTs

2014-01-20 Thread Alexander Klimetschek
On 20.01.2014, at 02:43, Felix Meschberger wrote: > Ok, I have created a request parameter processing prototype in my whiteboard > [1]: > > - Create new "parameters" bundle to reuse request parameter support >independently of the Sling Engine > - Added new ParameterSupport method to retriev

[jira] [Commented] (SLING-2986) Merged Resource Provider

2014-01-20 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876962#comment-13876962 ] Alexander Klimetschek commented on SLING-2986: -- I think the ResourceMerger se

Re: [FeatureFlags] Handling of sling:features property

2014-01-20 Thread Carsten Ziegeler
Can we get some consensus, whether we need to specify that a resource is hidden if a feature is enabled? The use case I heard of, is that e.g. a button/link(navigation entry is switched depending whether the feature is available. If it's available button A is rendered, if not button B - this could

[VOTE] Apache Sling API 2.5.0

2014-01-20 Thread Carsten Ziegeler
Hi, its finally time for a new API release, we didn't have one for a long time: https://issues.apache.org/jira/browse/SLING/fixforversion/12324378 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1002/ You can use this UNIX script to download the release an

Re: [VOTE] Apache Sling API 2.5.0

2014-01-20 Thread Carsten Ziegeler
+1 Carsten 2014/1/20 Carsten Ziegeler > Hi, > > its finally time for a new API release, we didn't have one for a long time: > > https://issues.apache.org/jira/browse/SLING/fixforversion/12324378 > > Staging repository: > https://repository.apache.org/content/repositories/orgapachesling-1002/