[jira] [Commented] (SLING-3352) Expose OSGI configuration as JCR nodes

2014-02-03 Thread Marius Petria (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13889309#comment-13889309 ] Marius Petria commented on SLING-3352: -- [~tripod], I am just restating your proposal

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

2014-02-03 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra resolved SLING-3341. Resolution: Fixed issue has not surfaced/reported again post this fix. Current fixes looks

Re: [osgi] Using Inventory API in Commons Log

2014-02-03 Thread Chetan Mehrotra
Thanks for the clarification Felix! Just to confirm though ... if Inventory bundle is later patched/refreshed it would then lead to refresh of Commons Log bundle also. Would that mean framework would be bought down to level 1 and restarted again Chetan Mehrotra On Mon, Feb 3, 2014 at 2:21 PM,

Re: [osgi] Using Inventory API in Commons Log

2014-02-03 Thread Felix Meschberger
Hi Am 03.02.2014 um 10:03 schrieb Chetan Mehrotra chetan.mehro...@gmail.com: Thanks for the clarification Felix! Just to confirm though ... if Inventory bundle is later patched/refreshed it would then lead to refresh of Commons Log bundle also. Yes Would that mean framework would be

Re: [osgi] Using Inventory API in Commons Log

2014-02-03 Thread Chetan Mehrotra
On Mon, Feb 3, 2014 at 2:54 PM, Felix Meschberger fmesc...@adobe.com wrote: So the question really is: what happens to the logger instances held by the bundles Before answering that I need to confirm would a new classloader be created for Commons Log upon package refresh? Probably yes

Re: [osgi] Using Inventory API in Commons Log

2014-02-03 Thread Felix Meschberger
Hi Am 03.02.2014 um 10:30 schrieb Chetan Mehrotra chetan.mehro...@gmail.com: On Mon, Feb 3, 2014 at 2:54 PM, Felix Meschberger fmesc...@adobe.com wrote: So the question really is: what happens to the logger instances held by the bundles Before answering that I need to confirm would a

Re: [osgi] Using Inventory API in Commons Log

2014-02-03 Thread Chetan Mehrotra
Yes, that probably is the consequence and we should refrain from adding Inventory API binding -- unless the commons log bundle exports the inventory API itself Well I required Inventory API to expose the logback state in JSON format (not that strong requirement though). Currently WebConsole

Re: buildbot failure in ASF Buildbot on sling-trunk

2014-02-03 Thread Bertrand Delacretaz
Hi, On Sat, Feb 1, 2014 at 1:13 PM, Amit.. Gupta. amitg...@adobe.com wrote: ... org.apache.sling.models.it.RemoteIT Time elapsed: 60.52 sec ERROR! java.lang.AssertionError: Server not ready after 60 seconds, giving up ... I have increased that timeout in the build setup, details at

[jira] [Created] (SLING-3363) Make Logback status part of Configuration Printer output

2014-02-03 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created SLING-3363: -- Summary: Make Logback status part of Configuration Printer output Key: SLING-3363 URL: https://issues.apache.org/jira/browse/SLING-3363 Project: Sling

[jira] [Resolved] (SLING-3363) Make Logback status part of Configuration Printer output

2014-02-03 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra resolved SLING-3363. Resolution: Fixed Fix Version/s: Commons Log 4.0.0 Done with

Re: [osgi] Using Inventory API in Commons Log

2014-02-03 Thread Felix Meschberger
Hi Well, officially, ConfigurationPrinter does not support JSON, but you can write JSON as TXT output Regards Felix Am 03.02.2014 um 11:01 schrieb Chetan Mehrotra chetan.mehro...@gmail.com: Yes, that probably is the consequence and we should refrain from adding Inventory API binding --

Re: [osgi] Using Inventory API in Commons Log

2014-02-03 Thread Chetan Mehrotra
On Mon, Feb 3, 2014 at 3:50 PM, Felix Meschberger fmesc...@adobe.com wrote: Well, officially, ConfigurationPrinter does not support JSON, but you can write JSON as TXT output I can ... but rendering JSON in TXT does not look pretty!!. Probably it can be officially made to support json.

[jira] [Created] (SLING-3364) All rotated log files are not made part of the zip provided through webconsole

2014-02-03 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created SLING-3364: -- Summary: All rotated log files are not made part of the zip provided through webconsole Key: SLING-3364 URL: https://issues.apache.org/jira/browse/SLING-3364

Re: [osgi] Using Inventory API in Commons Log

2014-02-03 Thread Felix Meschberger
Hi Am 03.02.2014 um 11:24 schrieb Chetan Mehrotra chetan.mehro...@gmail.com: On Mon, Feb 3, 2014 at 3:50 PM, Felix Meschberger fmesc...@adobe.com wrote: Well, officially, ConfigurationPrinter does not support JSON, but you can write JSON as TXT output I can ... but rendering JSON in TXT

Re: [osgi] Using Inventory API in Commons Log

2014-02-03 Thread Chetan Mehrotra
On Mon, Feb 3, 2014 at 4:31 PM, Felix Meschberger fmesc...@adobe.com wrote: (Or semi-officially by just silently supporting it ?) Patches welcome. Sure. Added that to ToDo list!! Chetan Mehrotra

Re: [VOTE] Release Testing Resource Resolver Mock 0.2.0

2014-02-03 Thread Bertrand Delacretaz
Hi, On Thu, Jan 30, 2014 at 3:37 PM, Carsten Ziegeler cziege...@apache.org wrote: ...Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1009 +1, checked signatures, build and the below archive matches the corresponding svn tag. MD5

[jira] [Created] (SLING-3365) HeartbeatHandler.deactivate() should not block

2014-02-03 Thread Stefan Egli (JIRA)
Stefan Egli created SLING-3365: -- Summary: HeartbeatHandler.deactivate() should not block Key: SLING-3365 URL: https://issues.apache.org/jira/browse/SLING-3365 Project: Sling Issue Type: Bug

[jira] [Updated] (SLING-3365) HeartbeatHandler.deactivate() should not block

2014-02-03 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Egli updated SLING-3365: --- Description: We've seen a case where the HeartbeatHandler.deactivate() method was blocked at the

[jira] [Resolved] (SLING-3365) HeartbeatHandler.deactivate() should not block

2014-02-03 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Egli resolved SLING-3365. Resolution: Fixed fixed, will be shipped with discovery.impl 1.0.4 HeartbeatHandler.deactivate()

[jira] [Created] (SLING-3366) Allow to configure the heartbeat connection parameters

2014-02-03 Thread Timothee Maret (JIRA)
Timothee Maret created SLING-3366: - Summary: Allow to configure the heartbeat connection parameters Key: SLING-3366 URL: https://issues.apache.org/jira/browse/SLING-3366 Project: Sling Issue

[jira] [Created] (SLING-3367) gzip topology announcements

2014-02-03 Thread Stefan Egli (JIRA)
Stefan Egli created SLING-3367: -- Summary: gzip topology announcements Key: SLING-3367 URL: https://issues.apache.org/jira/browse/SLING-3367 Project: Sling Issue Type: Improvement

[jira] [Created] (SLING-3368) Add toMap iterable to resp. JSONObject and JSONArray

2014-02-03 Thread Nicolas Peltier (JIRA)
Nicolas Peltier created SLING-3368: -- Summary: Add toMap iterable to resp. JSONObject and JSONArray Key: SLING-3368 URL: https://issues.apache.org/jira/browse/SLING-3368 Project: Sling

[jira] [Updated] (SLING-3368) Add toMap iterable to resp. JSONObject and JSONArray

2014-02-03 Thread Nicolas Peltier (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Peltier updated SLING-3368: --- Attachment: [json]_add_other_ways_to_use_JSONArray_and_JSONObject.patch proposed patch Add

[RESULT] [VOTE] Release Apache Sling Models API Implementation 1.0.0

2014-02-03 Thread Justin Edelson
Hi, The vote has passed with the following result : +1 (binding): Justin Edelson, Ian Boston, Felix Meschberger, Carsten Ziegler +1 (non binding): Dan Klco I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Thanks for voting!

[jira] [Commented] (SLING-3368) Add toMap iterable to resp. JSONObject and JSONArray

2014-02-03 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13889982#comment-13889982 ] Justin Edelson commented on SLING-3368: --- Is there any reason to be concerned that