Re: [VOTE] framework 4.2.1 and related subproject releases

2013-03-11 Thread Felix Meschberger
+1 Regards Felix Am 10.03.2013 um 14:32 schrieb Carsten Ziegeler: +1 Not really required, but it would be nice to have a link to the changes for the release in the mail. Carsten 2013/3/9 Jean-Baptiste Onofré j...@nanthrax.net: +1 (non binding) Regards JB On 03/09/2013 06:56

Re: [InventoryPrinter] Finding methods by reflection

2013-03-11 Thread Felix Meschberger
Hi, Am 10.03.2013 um 19:59 schrieb Carsten Ziegeler: Hi, My opinion would be: (a) search the implementation class only (b) accept all method modifiers (c) document to prefer private Alternatively we could search the class hierarchy as is defined in section 112.9.4 (Locating

Re: [VOTE] framework 4.2.1 and related subproject releases

2013-03-11 Thread Chetan Mehrotra
+1 (non-binding) Regards, Chetan Chetan Mehrotra On Mon, Mar 11, 2013 at 12:48 PM, Felix Meschberger fmesc...@adobe.comwrote: +1 Regards Felix Am 10.03.2013 um 14:32 schrieb Carsten Ziegeler: +1 Not really required, but it would be nice to have a link to the changes for the

[jira] [Created] (FELIX-3963) Properly handle method resolution through reflection

2013-03-11 Thread Felix Meschberger (JIRA)
Felix Meschberger created FELIX-3963: Summary: Properly handle method resolution through reflection Key: FELIX-3963 URL: https://issues.apache.org/jira/browse/FELIX-3963 Project: Felix

[jira] [Updated] (FELIX-3963) Properly handle method resolution through reflection

2013-03-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated FELIX-3963: - Description: An InventoryPrinter can be registered as an InventoryPrinter service

[jira] [Created] (FELIX-3964) Wrong signature for non-service InventoryPrinter services

2013-03-11 Thread Felix Meschberger (JIRA)
Felix Meschberger created FELIX-3964: Summary: Wrong signature for non-service InventoryPrinter services Key: FELIX-3964 URL: https://issues.apache.org/jira/browse/FELIX-3964 Project: Felix

Re: [VOTE] framework 4.2.1 and related subproject releases

2013-03-11 Thread Clement Escoffier
+1, Regards, Clement On 11 mars 2013, at 08:51, Chetan Mehrotra chetan.mehro...@gmail.com wrote: +1 (non-binding) Regards, Chetan Chetan Mehrotra On Mon, Mar 11, 2013 at 12:48 PM, Felix Meschberger fmesc...@adobe.comwrote: +1 Regards Felix Am 10.03.2013 um 14:32 schrieb

Re: [InventoryPrinter] Finding methods by reflection

2013-03-11 Thread Clement Escoffier
Hi, What about walking in two steps: - first with getMethod - then with getDeclaredMethod and check the owner class. If the first lookup is not successful, then try with the private methods of the implementation class. Regards, Clement On 11 mars 2013, at 08:35, Felix Meschberger

[jira] [Resolved] (FELIX-3963) Properly handle method resolution through reflection

2013-03-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved FELIX-3963. -- Resolution: Fixed Fixed in Rev. 1455065: - replace Boolean.class by Boolean.type in

[jira] [Resolved] (FELIX-3964) Wrong signature for non-service InventoryPrinter services

2013-03-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved FELIX-3964. -- Resolution: Fixed Fixed in Rev. 1455065: - replace Boolean.class by Boolean.type in

[jira] [Created] (FELIX-3965) threads configuration status generates invalid results

2013-03-11 Thread Valentin Valchev (JIRA)
Valentin Valchev created FELIX-3965: --- Summary: threads configuration status generates invalid results Key: FELIX-3965 URL: https://issues.apache.org/jira/browse/FELIX-3965 Project: Felix

[jira] [Resolved] (FELIX-3965) threads configuration status generates invalid results

2013-03-11 Thread Valentin Valchev (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentin Valchev resolved FELIX-3965. - Resolution: Fixed Fix Version/s: webconsole-4.0.2 threads configuration

[jira] [Commented] (FELIX-3965) threads configuration status generates invalid results

2013-03-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13598789#comment-13598789 ] Felix Meschberger commented on FELIX-3965: -- Nice catch !

[jira] [Resolved] (FELIX-3958) Allow JSON output for InventoryPrinters not natively supporting JSON

2013-03-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved FELIX-3958. -- Resolution: Fixed Implemented this JSON wrapping in Rev. 1455133

Re: [InventoryPrinter] Finding methods by reflection

2013-03-11 Thread Carsten Ziegeler
2013/3/11 Felix Meschberger fmesc...@adobe.com: Hi, Am 10.03.2013 um 19:59 schrieb Carsten Ziegeler: Hi, My opinion would be: (a) search the implementation class only (b) accept all method modifiers (c) document to prefer private Alternatively we could search the class hierarchy as is

Re: [InventoryPrinter] Finding methods by reflection

2013-03-11 Thread Felix Meschberger
Hi Why does the method need to be public ? Ok, if you implement the interface, it is by definition public. But if you don't use the interface ? Regards Felix Am 11.03.2013 um 14:26 schrieb Carsten Ziegeler: 2013/3/11 Felix Meschberger fmesc...@adobe.com: Hi, Am 10.03.2013 um 19:59

Re: [InventoryPrinter] Finding methods by reflection

2013-03-11 Thread Carsten Ziegeler
:) Just to be consistentI'm not favoring one or the other, using public seemed natural for me because of the interface, but allowing non-public is fine as well. Carsten 2013/3/11 Felix Meschberger fmesc...@adobe.com: Hi Why does the method need to be public ? Ok, if you implement the

Re: [VOTE] framework 4.2.1 and related subproject releases

2013-03-11 Thread Richard S. Hall
+1 Minor nit: * Change log for main says it upgraded to 4.2.0 framework rather than 4.2.1. - richard On 3/8/13 16:58 , Karl Pauls wrote: I would like to call a vote on the following subproject releases: framework 4.2.1 framework.security 2.2.0 main 4.2.1 main.distribution 4.2.1

Fwd: [REPORT] Apache Felix

2013-03-11 Thread Felix Meschberger
FYI, just posted this report to board@ Regards Felix Anfang der weitergeleiteten E-Mail: Von: Felix Meschberger fmesc...@adobe.com Betreff: [REPORT] Apache Felix Datum: 11. März 2013 10:56:30 MEZ An: bo...@apache.org bo...@apache.org Antwort an: bo...@apache.org Hi Here's the