Re: [VOTE] Apache Felix Dependency Manager Release Candidate R3

2015-05-21 Thread Jean-Baptiste Onofré
+1 (non binding) Regards JB On 05/21/2015 08:35 PM, Pierre De Rop wrote: Hello all, I would like to call for a vote on the Dependency Manager toplevel release R3. We solved the following issues: ** Bug * [FELIX-4858] - DependencyManager: missing createCopy method in timed service depend

Re: [VOTE] Release Apache Felix Connect 0.1.0

2015-05-21 Thread Pierre De Rop
Thanks for the information Karl. /Pierre On Thu, May 21, 2015 at 11:10 PM, Karl Pauls wrote: > I think it would be great if you could fix this! > > To answer the question of Pierre: I don't think we contain all core API in > Felix framework nor do we necessarily have to include all in connect I

Re: [VOTE] Release Apache Felix Connect 0.1.0

2015-05-21 Thread Karl Pauls
I think it would be great if you could fix this! To answer the question of Pierre: I don't think we contain all core API in Felix framework nor do we necessarily have to include all in connect IMO. We should however (and do so for framework) include the one we need to run. btw.: there is some bug

Re: Strange behaviour with maven bundle plugin 2.5.4

2015-05-21 Thread David Bosschaert
I think it's important that we release Maven Bundle Plugin 2.5.5 soon. If nobody else beats me to it, I'll start a release process early next week. If we don't get a clear testcase for FELIX-4874 soon, then I think we should move that issue to the release after... Cheers, David On 21 May 2015 a

Re: [VOTE] Release Apache Felix Connect 0.1.0

2015-05-21 Thread Guillaume Nodet
Yeah, it seems the package is missing, given all the other packages are embedded in the jar. I'll try to cut a new release after adding the missing package tomorrow. 2015-05-20 11:35 GMT+02:00 Pierre De Rop : > Hello Guillaume, > > before voting, I have a question: > > I was using so far the init

[jira] [Commented] (FELIX-4883) ServiceComponentRuntime.getComponentConfigurationDTOs NullPointerException

2015-05-21 Thread David Bosschaert (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554934#comment-14554934 ] David Bosschaert commented on FELIX-4883: - I guessed that the problem may be there

Re: [VOTE] Apache Felix Dependency Manager Release Candidate R3

2015-05-21 Thread Paul Bakker
+1 (non binding) Built from sources, ran tests and did some quick tests in an application. Thanks Pierre! Cheers, Paul On Thu, May 21, 2015 at 8:35 PM Pierre De Rop wrote: > Hello all, > > I would like to call for a vote on the Dependency Manager toplevel release > R3. > > We solved the foll

Re: [VOTE] Apache Felix Dependency Manager Release Candidate R3

2015-05-21 Thread Marcel Offermans
+1 Built the code from source, ran all the tests. Looking good! Thanks Pierre!

[VOTE] Apache Felix Dependency Manager Release Candidate R3

2015-05-21 Thread Pierre De Rop
Hello all, I would like to call for a vote on the Dependency Manager toplevel release R3. We solved the following issues: ** Bug * [FELIX-4858] - DependencyManager: missing createCopy method in timed service dependency * [FELIX-4869] - Callbacks not invoked for dependencies that are adde

[jira] [Deleted] (FELIX-4879) ConfigurationDependency should always "need instance".

2015-05-21 Thread Pierre De Rop (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre De Rop deleted FELIX-4879: - > ConfigurationDependency should always "need instance". > --

[jira] [Closed] (FELIX-4879) ConfigurationDependency should always "need instance".

2015-05-21 Thread Pierre De Rop (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre De Rop closed FELIX-4879. Resolution: Fixed Canceling this issue, which is invalid. Indeed, when using a ConfigurationDepende

[jira] [Reopened] (FELIX-4879) ConfigurationDependency should always "need instance".

2015-05-21 Thread Pierre De Rop (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre De Rop reopened FELIX-4879: -- > ConfigurationDependency should always "need instance". > -

[jira] [Comment Edited] (FELIX-4883) ServiceComponentRuntime.getComponentConfigurationDTOs NullPointerException

2015-05-21 Thread Rob Ryan (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554543#comment-14554543 ] Rob Ryan edited comment on FELIX-4883 at 5/21/15 3:45 PM: -- The pa

[jira] [Commented] (FELIX-4883) ServiceComponentRuntime.getComponentConfigurationDTOs NullPointerException

2015-05-21 Thread Rob Ryan (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554543#comment-14554543 ] Rob Ryan commented on FELIX-4883: - The particular point where this exception was seen was:

[jira] [Comment Edited] (FELIX-4883) ServiceComponentRuntime.getComponentConfigurationDTOs NullPointerException

2015-05-21 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554518#comment-14554518 ] David Jencks edited comment on FELIX-4883 at 5/21/15 3:30 PM: --

[jira] [Commented] (FELIX-4883) ServiceComponentRuntime.getComponentConfigurationDTOs NullPointerException

2015-05-21 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554518#comment-14554518 ] David Jencks commented on FELIX-4883: - I don't understand your suggestion. The code i

[GitHub] felix pull request: Add a check for service use count

2015-05-21 Thread acartapanis
GitHub user acartapanis opened a pull request: https://github.com/apache/felix/pull/17 Add a check for service use count This is a known bug in equinox. https://bugs.eclipse.org/bugs/show_bug.cgi?id=350719 You can merge this pull request into a Git repository by running: $

[jira] [Commented] (FELIX-4860) Revisit HandlerRegistry implementation

2015-05-21 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554506#comment-14554506 ] Carsten Ziegeler commented on FELIX-4860: - As a first step I've optimized the filt

[jira] [Commented] (FELIX-4860) Revisit HandlerRegistry implementation

2015-05-21 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554393#comment-14554393 ] Carsten Ziegeler commented on FELIX-4860: - I rewrote the handler registration and

[jira] [Assigned] (FELIX-4860) Revisit HandlerRegistry implementation

2015-05-21 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-4860: --- Assignee: Carsten Ziegeler > Revisit HandlerRegistry implementation > ---

[jira] [Commented] (FELIX-4897) Dynamic package resolution with fragment package exports can lead to invalid wirings

2015-05-21 Thread David Bosschaert (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554340#comment-14554340 ] David Bosschaert commented on FELIX-4897: - See here for a test case: http://git.e

[jira] [Resolved] (FELIX-4897) Dynamic package resolution with fragment package exports can lead to invalid wirings

2015-05-21 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall resolved FELIX-4897. Resolution: Fixed Fix Version/s: resolver-1.4.0 The patch looks simple enough, I've a

[jira] [Created] (FELIX-4900) Felix-SCR Source Tarball Downloads Are Not Available

2015-05-21 Thread Jie Kang (JIRA)
Jie Kang created FELIX-4900: --- Summary: Felix-SCR Source Tarball Downloads Are Not Available Key: FELIX-4900 URL: https://issues.apache.org/jira/browse/FELIX-4900 Project: Felix Issue Type: Bug

[jira] [Updated] (FELIX-4897) Dynamic package resolution with fragment package exports can lead to invalid wirings

2015-05-21 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Watson updated FELIX-4897: - Attachment: (was: FELIX-4897.patch) > Dynamic package resolution with fragment package exports

[jira] [Updated] (FELIX-4897) Dynamic package resolution with fragment package exports can lead to invalid wirings

2015-05-21 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Watson updated FELIX-4897: - Attachment: FELIX-4897.patch Alternative fix. This fix is likely better because it behaves more c

[jira] [Resolved] (FELIX-4899) Change service id for http service context

2015-05-21 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-4899. - Resolution: Fixed Updated the impl to use -1 as the context id > Change service id for ht

Re: Strange behaviour with maven bundle plugin 2.5.4

2015-05-21 Thread David Bosschaert
It would be nice to do a release of the MBP sometime soon. I noticed that there is still this open issue: https://issues.apache.org/jira/browse/FELIX-4874 Does anyone have a testcase for it? Cheers, David On 15 May 2015 at 09:03, Carsten Ziegeler wrote: > The reason for this seems to be > > ht

[jira] [Commented] (FELIX-4895) dead link to FAQ page

2015-05-21 Thread David Bosschaert (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554107#comment-14554107 ] David Bosschaert commented on FELIX-4895: - Yeah, seems like its another victim of

[jira] [Commented] (FELIX-4883) ServiceComponentRuntime.getComponentConfigurationDTOs NullPointerException

2015-05-21 Thread David Bosschaert (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554007#comment-14554007 ] David Bosschaert commented on FELIX-4883: - [~rr...@adobe.com] how should I run you

[jira] [Work started] (FELIX-4883) ServiceComponentRuntime.getComponentConfigurationDTOs NullPointerException

2015-05-21 Thread David Bosschaert (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on FELIX-4883 started by David Bosschaert. --- > ServiceComponentRuntime.getComponentConfigurationDTOs NullPointerExceptio

[jira] [Assigned] (FELIX-4864) Implement whiteboard security checks

2015-05-21 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-4864: --- Assignee: Carsten Ziegeler > Implement whiteboard security checks > -

[jira] [Updated] (FELIX-4779) Improve request dispatching

2015-05-21 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated FELIX-4779: Issue Type: Improvement (was: Sub-task) Parent: (was: FELIX-4060) > Improve req

[jira] [Resolved] (FELIX-4893) Replace filter registry with path resolvers

2015-05-21 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-4893. - Resolution: Fixed I've improved the filter registry to work with just a single data struct