[jira] [Commented] (FELIX-5573) Detect recursive class loads while invoking weaving hooks

2017-02-28 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889096#comment-15889096 ] David Jencks commented on FELIX-5573: - I don't see why there's a problem returning null if there's

[jira] [Commented] (FELIX-5573) Detect recursive class loads while invoking weaving hooks

2017-02-28 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889029#comment-15889029 ] Richard S. Hall commented on FELIX-5573: Rightly or wrongly, we explicitly chose to return null in

[jira] [Commented] (FELIX-5570) Immediate service component that provides a WeavingHook results in an NPE

2017-02-28 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889010#comment-15889010 ] Karl Pauls commented on FELIX-5570: --- I will try to implement what [~tjwatson] is planning for equinox in

[jira] [Commented] (FELIX-5573) Detect recursive class loads while invoking weaving hooks

2017-02-28 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15889008#comment-15889008 ] Karl Pauls commented on FELIX-5573: --- One example of this is FELIX-5570 where we apparently just return

[jira] [Created] (FELIX-5573) Detect recursive class loads while invoking weaving hooks

2017-02-28 Thread Karl Pauls (JIRA)
Karl Pauls created FELIX-5573: - Summary: Detect recursive class loads while invoking weaving hooks Key: FELIX-5573 URL: https://issues.apache.org/jira/browse/FELIX-5573 Project: Felix Issue

[jira] [Commented] (FELIX-5570) Immediate service component that provides a WeavingHook results in an NPE

2017-02-28 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888978#comment-15888978 ] Thomas Watson commented on FELIX-5570: -- The framework is supposed to ignore the registration of the

Re: Request new snapshot of converter

2017-02-28 Thread David Bosschaert
Done. It's in here: https://repository.apache.org/content/groups/snapshots/org/apache/felix/org.apache.felix.converter/0.1.0-SNAPSHOT/ Cheers, David On 28 February 2017 at 17:30, Raymond Auge wrote: > Hello David, et al. > > May I request a new version of the

OSGi API Snapshots are Live!

2017-02-28 Thread Raymond Auge
Hello everyone, I thought it would please you to know that the OSGi Alliance's integration build now publishes snapshots of individual and aggregate API artifacts to Sonatype's public OSS Maven repository [1]. Tim Ward wrote a nice blog post about it [2]. [1]

Request new snapshot of converter

2017-02-28 Thread Raymond Auge
Hello David, et al. May I request a new version of the converter be deployed to the snapshots repo? Sincerely, - Ray

[jira] [Commented] (FELIX-5549) Factory component fails to reactivate after config changes

2017-02-28 Thread Alex Soto (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888472#comment-15888472 ] Alex Soto commented on FELIX-5549: -- Agree is not perfect right now, but, can the OSGi people fix it in

[jira] [Commented] (FELIX-5568) SCR contains compact3 profile code

2017-02-28 Thread Ferry Huberts (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888446#comment-15888446 ] Ferry Huberts commented on FELIX-5568: -- Well, we tried connecting with jconsole to our app and it

[jira] [Commented] (FELIX-5568) SCR contains compact3 profile code

2017-02-28 Thread Ferry Huberts (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888444#comment-15888444 ] Ferry Huberts commented on FELIX-5568: -- Quick-and-Dirty: {quote} final ThreadGroup currentGroup

Re: [VOTE] main.distribution 5.6.2-update1

2017-02-28 Thread Raymond Auge
+1 (non-binding) On Tue, Feb 28, 2017 at 7:36 AM, Clement Escoffier < clement.escoff...@gmail.com> wrote: > +1, > > Regards, > > Clement > > > On 28 Feb 2017, at 09:53, David Bosschaert > wrote: > > > > +1 > > > > David > > > > On 27 February 2017 at 20:46, Karl

[jira] [Commented] (FELIX-5568) SCR contains compact3 profile code

2017-02-28 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888418#comment-15888418 ] David Jencks commented on FELIX-5568: - Do you have any idea why trying to connect jconsole would have

[jira] [Commented] (FELIX-5570) Immediate service component that provides a WeavingHook results in an NPE

2017-02-28 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888391#comment-15888391 ] David Jencks commented on FELIX-5570: - Felix DS used to create the component instance before

[jira] [Commented] (FELIX-5570) Immediate service component that provides a WeavingHook results in an NPE

2017-02-28 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888125#comment-15888125 ] Thomas Watson commented on FELIX-5570: -- I agree with David. The simplest fix would be to get/unget

Re: [jira] [Commented] (FELIX-5571) Replace JSONParser in Serializer with the new one from utils

2017-02-28 Thread Felix Meschberger
The problem, really is that scope=compile on the utils bundle is the viral thing which cannot be undone by doing scope=provided in the consumer of the utils bundle … (unless you explicitly exclude the dependency or do the ordering trick) Regards Felix > Am 28.02.2017 um 15:02 schrieb

Re: [jira] [Commented] (FELIX-5571) Replace JSONParser in Serializer with the new one from utils

2017-02-28 Thread Carsten Ziegeler
Well I think provided is way more correct, from the maven docs: "This is much like compile, but indicates you expect the JDK or a container to provide the dependency at runtime." and osgi core is provided by the container at runtime. Carsten Guillaume Nodet wrote > I disagree. Semantically,

Re: [jira] [Commented] (FELIX-5571) Replace JSONParser in Serializer with the new one from utils

2017-02-28 Thread Guillaume Nodet
I disagree. Semantically, utils dependencies are actually at scope=compile. However an osgi bundle should depend on utils with a scope=provided because it has to embed the packages it needs, so it makes sense to not convey this dependency. 2017-02-28 14:49 GMT+01:00 Felix Meschberger

[jira] [Commented] (FELIX-5567) EventAdmin contains compact3 profile code

2017-02-28 Thread Ferry Huberts (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888043#comment-15888043 ] Ferry Huberts commented on FELIX-5567: -- It does run under compact1. However, trying to connect with

[jira] [Commented] (FELIX-5568) SCR contains compact3 profile code

2017-02-28 Thread Ferry Huberts (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888042#comment-15888042 ] Ferry Huberts commented on FELIX-5568: -- It does run under compact1. However, trying to connect with

[jira] [Updated] (FELIX-5567) EventAdmin contains compact3 profile code

2017-02-28 Thread Ferry Huberts (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferry Huberts updated FELIX-5567: - Summary: EventAdmin contains compact3 profile code (was: EventAdmin does not run under compact1

[jira] [Updated] (FELIX-5568) SCR contains compact3 profile code

2017-02-28 Thread Ferry Huberts (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferry Huberts updated FELIX-5568: - Summary: SCR contains compact3 profile code (was: SCR contains compact3 profile) > SCR contains

[jira] [Updated] (FELIX-5568) SCR contains compact3 profile

2017-02-28 Thread Ferry Huberts (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferry Huberts updated FELIX-5568: - Summary: SCR contains compact3 profile (was: SCR does not run under compact1 profile) > SCR

Re: [jira] [Commented] (FELIX-5571) Replace JSONParser in Serializer with the new one from utils

2017-02-28 Thread Felix Meschberger
Hi The problem seems that utils actually declares its own dependencies with scope=compile which pollutes the transitive dependency space. The fix is for utils to declare the dependencies as scope=provided so that these dependencies are not transitive. Regards Felix > Am 28.02.2017 um 11:30

[jira] [Created] (FELIX-5572) Reference target filter fails when using field strategy for multiple cardinality reference with multiple component instances

2017-02-28 Thread Karel Haeck (JIRA)
Karel Haeck created FELIX-5572: -- Summary: Reference target filter fails when using field strategy for multiple cardinality reference with multiple component instances Key: FELIX-5572 URL:

[jira] [Comment Edited] (FELIX-5543) Component property types must implement java.lang.annotation.Annotation methods properly

2017-02-28 Thread Konrad Windszus (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865523#comment-15865523 ] Konrad Windszus edited comment on FELIX-5543 at 2/28/17 12:59 PM: -- Right

[jira] [Updated] (FELIX-5543) Component property types must implement java.lang.annotation.Annotation methods properly

2017-02-28 Thread Konrad Windszus (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated FELIX-5543: --- Description: Currently component property types only implement one getter method for each

Re: [VOTE] main.distribution 5.6.2-update1

2017-02-28 Thread Clement Escoffier
+1, Regards, Clement > On 28 Feb 2017, at 09:53, David Bosschaert wrote: > > +1 > > David > > On 27 February 2017 at 20:46, Karl Pauls wrote: > >> I would like to call a vote on a release of a quick fix of the Felix >> framework convenience

[jira] [Resolved] (FELIX-5571) Replace JSONParser in Serializer with the new one from utils

2017-02-28 Thread David Leangen (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Leangen resolved FELIX-5571. -- Resolution: Fixed Resolved in rev 1784722 > Replace JSONParser in Serializer with the new one

[jira] [Commented] (FELIX-5571) Replace JSONParser in Serializer with the new one from utils

2017-02-28 Thread David Leangen (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1588#comment-1588 ] David Leangen commented on FELIX-5571: -- Well well well... I had no idea that ordering mattered! Ok,

[jira] [Commented] (FELIX-5571) Replace JSONParser in Serializer with the new one from utils

2017-02-28 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15887770#comment-15887770 ] Carsten Ziegeler commented on FELIX-5571: - ok, then you have two options: a) put the dependency to

[jira] [Commented] (FELIX-5571) Replace JSONParser in Serializer with the new one from utils

2017-02-28 Thread David Leangen (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15887753#comment-15887753 ] David Leangen commented on FELIX-5571: -- It is in the Activator. Actually, I did. I added the

[jira] [Commented] (FELIX-5571) Replace JSONParser in Serializer with the new one from utils

2017-02-28 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15887735#comment-15887735 ] Carsten Ziegeler commented on FELIX-5571: - Just declare the dependency as "provided" > Replace

[jira] [Commented] (FELIX-5571) Replace JSONParser in Serializer with the new one from utils

2017-02-28 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15887729#comment-15887729 ] Guillaume Nodet commented on FELIX-5571: How does a dependency from utils to core affect the json

[jira] [Commented] (FELIX-5571) Replace JSONParser in Serializer with the new one from utils

2017-02-28 Thread David Leangen (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15887715#comment-15887715 ] David Leangen commented on FELIX-5571: -- Unfortunately, utils has a dependency on core 4.1.0, which is

Re: [VOTE] main.distribution 5.6.2-update1

2017-02-28 Thread David Bosschaert
+1 David On 27 February 2017 at 20:46, Karl Pauls wrote: > I would like to call a vote on a release of a quick fix of the Felix > framework convenience distribution i.e., > > main.distribution 5.6.2-update1 > > The main change is tracked by FELIX-5569 - in a nutshell, we

[jira] [Commented] (FELIX-5571) Replace JSONParser in Serializer with the new one from utils

2017-02-28 Thread David Bosschaert (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15887582#comment-15887582 ] David Bosschaert commented on FELIX-5571: - That would be great, +1! > Replace JSONParser in