[jira] [Created] (FELIX-5246) Update the Felix OBR repository

2016-05-03 Thread Michael Lipp (JIRA)
Michael Lipp created FELIX-5246: --- Summary: Update the Felix OBR repository Key: FELIX-5246 URL: https://issues.apache.org/jira/browse/FELIX-5246 Project: Felix Issue Type: Bug Repor

[SCR] Suspicious method in MultiplePrototypeRefPair ?

2016-05-03 Thread Pierre De Rop
Hello all; if the scr codebase (felix-trunk), I see that the MultiplePrototypeRefPair.unsetServiceObject(ComponentContextImpl key) does this: @Override public T unsetServiceObject(ComponentContextImpl key) { return instances.get(key); } Is there a bug here ? shouldn't thi

[jira] [Created] (FELIX-5247) Reduce number of threads created by Resolver during a startup of OSGi-based applications

2016-05-03 Thread Dmitry Konstantinov (JIRA)
Dmitry Konstantinov created FELIX-5247: -- Summary: Reduce number of threads created by Resolver during a startup of OSGi-based applications Key: FELIX-5247 URL: https://issues.apache.org/jira/browse/FELIX-5247

[jira] [Updated] (FELIX-5247) Reduce number of threads created by Resolver during a startup of OSGi-based applications

2016-05-03 Thread Dmitry Konstantinov (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Konstantinov updated FELIX-5247: --- Attachment: karaf_thread_creation.png > Reduce number of threads created by Resolver d

[jira] [Updated] (FELIX-5247) Reduce number of threads created by Resolver during a startup of OSGi-based applications

2016-05-03 Thread Dmitry Konstantinov (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Konstantinov updated FELIX-5247: --- Description: Thread creation is a quite expensive operation, so it make sense to reuse

[SCR] Some refactoring on SCR code

2016-05-03 Thread Guillaume Nodet
I've raised FELIX-5243 about refactoring some SCR code but haven't had any feedback. The commits are visible at: https://github.com/gnodet/felix/commits/FELIX-5243 Unless someone complains, and given it's only refactoring and should not alter the code itself (and all tests pass), I'll push those

[jira] [Created] (FELIX-5248) SCR does not reactivate a failed component after a configuration update

2016-05-03 Thread Timothy Ward (JIRA)
Timothy Ward created FELIX-5248: --- Summary: SCR does not reactivate a failed component after a configuration update Key: FELIX-5248 URL: https://issues.apache.org/jira/browse/FELIX-5248 Project: Felix

[jira] [Commented] (FELIX-5248) SCR does not reactivate a failed component after a configuration update

2016-05-03 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269101#comment-15269101 ] David Jencks commented on FELIX-5248: - Can you provide more information about the scen

Re: [SCR] Some refactoring on SCR code

2016-05-03 Thread David Jencks
Hi Guillaume, Somehow I missed the issue being filed. I’d appreciate it if you could hold off committing this until I have affirmatively reviewed the proposal. I’ll try to get to it soon, but can’t promise. thanks david jencks > On May 3, 2016, at 7:54 AM, Guillaume Nodet wrote: > > I've

Re: [SCR] Some refactoring on SCR code

2016-05-03 Thread Guillaume Nodet
2016-05-03 19:12 GMT+02:00 David Jencks : > Hi Guillaume, > > Somehow I missed the issue being filed. I’d appreciate it if you could > hold off committing this until I have affirmatively reviewed the proposal. > I’ll try to get to it soon, but can’t promise. > There's no rush. I'm currently wor

[jira] [Commented] (FELIX-5248) SCR does not reactivate a failed component after a configuration update

2016-05-03 Thread Timothy Ward (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269493#comment-15269493 ] Timothy Ward commented on FELIX-5248: - Hi David, The component is immediate and has a

[jira] [Commented] (FELIX-5248) SCR does not reactivate a failed component after a configuration update

2016-05-03 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269562#comment-15269562 ] David Jencks commented on FELIX-5248: - I think this can be fixed. I suggest we get Gu