[jira] [Assigned] (SLING-3321) Incorrect caching/timeout behavior with slow health check

2014-01-27 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-3321: --- Assignee: Carsten Ziegeler (was: Bertrand Delacretaz) Incorrect caching/timeout

[jira] [Resolved] (SLING-3321) Incorrect caching/timeout behavior with slow health check

2014-01-27 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-3321. - Resolution: Fixed Fix Version/s: Health Check Core 1.0.8 I've changed the

Re: Health Check Core Release?

2014-01-27 Thread Carsten Ziegeler
I've added additional syncing for handling the futures and I think that should fix the problem for now. Carsten 2014-01-23 Carsten Ziegeler cziege...@apache.org I'm not sure, if the current behaviour is optimal if the same health checks are started in parallel - I have the feeling that some

Re: svn commit: r1561617 - in /sling/whiteboard/fmeschbe/featureflags/feature-flags/src/main/java/org/apache/sling/featureflags/impl: CurrentClientContextFilter.java FeatureManager.java

2014-01-27 Thread Julian Sedding
The FeatureManager assigns both Filter registrations to this.featureGlobalFilter. IIUC the second assignment should be to this.featureSlingFilter. Regards Julian On Mon, Jan 27, 2014 at 10:08 AM, fmesc...@apache.org wrote: Author: fmeschbe Date: Mon Jan 27 09:08:58 2014 New Revision: 1561617

[jira] [Commented] (SLING-3321) Incorrect caching/timeout behavior with slow health check

2014-01-27 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13882716#comment-13882716 ] Bertrand Delacretaz commented on SLING-3321: Looks good, I've done a quick

Re: Health Check Core Release?

2014-01-27 Thread Bertrand Delacretaz
On Mon, Jan 27, 2014 at 10:28 AM, Carsten Ziegeler cziege...@apache.org wrote: ...I've added additional syncing for handling the futures and I think that should fix the problem for now Yes, as mentioned at SLING-3321 my tests with the slow health check look much better now. -Bertrand

Re: [VOTE] Release Apache Sling Pax Exam Utilities V1.0.2

2014-01-27 Thread Bertrand Delacretaz
On Fri, Jan 24, 2014 at 2:26 PM, Bertrand Delacretaz bdelacre...@apache.org wrote: ... https://repository.apache.org/content/repositories/orgapachesling-1004/... Here's my +1 BTW, and we need one more binding +1. -Bertrand

Re: [VOTE] Release Apache Sling Pax Exam Utilities V1.0.2

2014-01-27 Thread Carsten Ziegeler
+1 2014-01-27 Bertrand Delacretaz bdelacre...@apache.org On Fri, Jan 24, 2014 at 2:26 PM, Bertrand Delacretaz bdelacre...@apache.org wrote: ... https://repository.apache.org/content/repositories/orgapachesling-1004/. .. Here's my +1 BTW, and we need one more binding +1. -Bertrand

[jira] [Created] (SLING-3341) [logback] Race condition in configuring Logback

2014-01-27 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created SLING-3341: -- Summary: [logback] Race condition in configuring Logback Key: SLING-3341 URL: https://issues.apache.org/jira/browse/SLING-3341 Project: Sling Issue

[jira] [Updated] (SLING-3341) [logback] Race condition in configuring Logback

2014-01-27 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated SLING-3341: --- Description: Current way to configure Logback works like as below 1. Any change in config

[jira] [Commented] (SLING-3341) [logback] Race condition in configuring Logback

2014-01-27 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13882801#comment-13882801 ] Chetan Mehrotra commented on SLING-3341: Refactored the logic in

Re: FeatureFlags without ResourceAccessGate

2014-01-27 Thread Felix Meschberger
Hi It took me a bit longer and caused me a few more changes to the FeatureFlags stuff …. So instead of immediately merging back to trunk, lets have another round of discussions. The most important changes (off the top of my mind): * Support HttpServletRequest instead of requiring

Re: FeatureFlags without ResourceAccessGate

2014-01-27 Thread Carsten Ziegeler
Thanks for the work, Felix - changes look good to me. I'm not sure if we should register two filters, the global one should be enough I think. Carsten 2014-01-27 Felix Meschberger fmesc...@adobe.com Hi It took me a bit longer and caused me a few more changes to the FeatureFlags stuff ….

Re: FeatureFlags without ResourceAccessGate

2014-01-27 Thread Felix Meschberger
Hi Am 27.01.2014 um 14:58 schrieb Carsten Ziegeler cziege...@apache.org: Thanks for the work, Felix - changes look good to me. Thanks :-) I'm not sure if we should register two filters, the global one should be enough I think. The global one basically just provides access to the raw

[jira] [Commented] (SLING-3293) Make HC compatible to CQ 5.5/5.6/5.6.1

2014-01-27 Thread Konrad Windszus (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13882868#comment-13882868 ] Konrad Windszus commented on SLING-3293: The problem in the referenced

Re: FeatureFlags without ResourceAccessGate

2014-01-27 Thread Felix Meschberger
Hi Am 27.01.2014 um 15:24 schrieb Carsten Ziegeler cziege...@apache.org: The global one basically just provides access to the raw request while the Sling-embedded one also provides access to the SlingHttpServletRequest as well as the request's ResourceResolver. Ah right, because you

[jira] [Updated] (SLING-3278) Provide a HealthCheckExecutor service

2014-01-27 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-3278: Fix Version/s: Health Check webconsole 1.1.0 Provide a HealthCheckExecutor service

Re: FeatureFlags without ResourceAccessGate

2014-01-27 Thread Carsten Ziegeler
The global one basically just provides access to the raw request while the Sling-embedded one also provides access to the SlingHttpServletRequest as well as the request's ResourceResolver. Ah right, because you don't have the resolver in the global filter...but this means that all flags are

[VOTE] Release Apache Sling HealthCheck Core 1.1.0 and Webconsole 1.1.0

2014-01-27 Thread Carsten Ziegeler
Hi, as discussed in the list, I think it's time for a new health check core and web console release (which uses the new core). The list of changes is: https://issues.apache.org/jira/browse/SLING/fixforversion/12325301 Staging repository:

[jira] [Updated] (SLING-1298) Update Authentication Documentation with Impersonation support info

2014-01-27 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-1298: Fix Version/s: (was: Auth Core 1.1.6) Update Authentication Documentation with

[VOTE] Release Apache Sling Auth Core 1.1.6

2014-01-27 Thread Carsten Ziegeler
Hi, I think we should cut a release of Sling Auth Core 1.1.6 which fixes one bug https://issues.apache.org/jira/browse/SLING/fixforversion/12325026 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1006 You can use this UNIX script to download the release

Re: [VOTE] Release Apache Sling HealthCheck Core 1.1.0 and Webconsole 1.1.0

2014-01-27 Thread Carsten Ziegeler
+1 Carsten 2014-01-27 Carsten Ziegeler cziege...@apache.org Hi, as discussed in the list, I think it's time for a new health check core and web console release (which uses the new core). The list of changes is: https://issues.apache.org/jira/browse/SLING/fixforversion/12325301 Staging

Re: [VOTE] Release Apache Sling Auth Core 1.1.6

2014-01-27 Thread Carsten Ziegeler
+1 Carsten 2014-01-28 Carsten Ziegeler cziege...@apache.org Hi, I think we should cut a release of Sling Auth Core 1.1.6 which fixes one bug https://issues.apache.org/jira/browse/SLING/fixforversion/12325026 Staging repository: