[jira] [Updated] (FELIX-5791) Support OSGi R7 framework features

2018-02-23 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls updated FELIX-5791: -- Description: Now that the R7 spec is completed we need to look into getting the framework to support

[jira] [Updated] (FELIX-5791) Support OSGi R7 framework features

2018-02-23 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls updated FELIX-5791: -- Description: Now that the R7 spec is completed we need to look into getting the framework to support

[jira] [Commented] (FELIX-5792) Implement java.* import and exports

2018-02-23 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375085#comment-16375085 ] Karl Pauls commented on FELIX-5792: --- I added support for this in r1825179. > Implement java.* import

[jira] [Created] (FELIX-5792) Implement java.* import and exports

2018-02-23 Thread Karl Pauls (JIRA)
Karl Pauls created FELIX-5792: - Summary: Implement java.* import and exports Key: FELIX-5792 URL: https://issues.apache.org/jira/browse/FELIX-5792 Project: Felix Issue Type: Sub-task

[jira] [Created] (FELIX-5791) Support OSGi R7 framework features

2018-02-23 Thread Karl Pauls (JIRA)
Karl Pauls created FELIX-5791: - Summary: Support OSGi R7 framework features Key: FELIX-5791 URL: https://issues.apache.org/jira/browse/FELIX-5791 Project: Felix Issue Type: New Feature

[jira] [Commented] (FELIX-5782) allow resolver errors to be introspected

2018-02-23 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374874#comment-16374874 ] Raymond Augé commented on FELIX-5782: - See the updated PR https://github.com/apache/felix/pull/132 >

[jira] [Commented] (FELIX-5782) allow resolver errors to be introspected

2018-02-23 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374838#comment-16374838 ] Raymond Augé commented on FELIX-5782: - great, i will make this change. > allow resolver errors to be

[jira] [Commented] (FELIX-5782) allow resolver errors to be introspected

2018-02-23 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374836#comment-16374836 ] Thomas Watson commented on FELIX-5782: -- +1 to creating an enum Reason and single exception type.  I

[jira] [Commented] (FELIX-5782) allow resolver errors to be introspected

2018-02-23 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374825#comment-16374825 ] Raymond Augé commented on FELIX-5782: - I could take that approach if you prefer. How about: {code}

[jira] [Comment Edited] (FELIX-5782) allow resolver errors to be introspected

2018-02-23 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374825#comment-16374825 ] Raymond Augé edited comment on FELIX-5782 at 2/23/18 6:46 PM: -- I could take

Re: [VOTE] Apache Felix Web Console Memory Usage Plugin 1.0.8

2018-02-23 Thread Pierre De Rop
Hi +1 thanks Pierre On Thu, Feb 22, 2018 at 3:35 PM, Francois Papon < francois.pa...@openobject.fr> wrote: > +1 (non-binding) > > Francois > > > Le 22/02/2018 à 18:07, Karl Pauls a écrit : > > I would like to call a vote on the following subproject release: > > > > Apache Felix Web Console

[jira] [Commented] (FELIX-5782) allow resolver errors to be introspected

2018-02-23 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374814#comment-16374814 ] Richard S. Hall commented on FELIX-5782: Looking at this latest patch, it makes it a little more

Re: FELIX-5782

2018-02-23 Thread Raymond Auge
As you can see I've made some changes based on Tom's feedback: - the exceptions are lazily created once again - the exception types are stupid simple and so cannot bleed impl details - there's javadoc on each type Cheers, - Ray On Fri, Feb 23, 2018 at 10:59 AM, Thomas Watson

[GitHub] felix pull request #132: FELIX-5782 allow resolver errors to be introspected

2018-02-23 Thread rotty3000
GitHub user rotty3000 opened a pull request: https://github.com/apache/felix/pull/132 FELIX-5782 allow resolver errors to be introspected Signed-off-by: Raymond Augé You can merge this pull request into a Git repository by running: $ git pull

[GitHub] felix pull request #131: FELIX-5782 allow resolver errors to be introspected

2018-02-23 Thread rotty3000
Github user rotty3000 closed the pull request at: https://github.com/apache/felix/pull/131 ---

[jira] [Commented] (FELIX-5782) allow resolver errors to be introspected

2018-02-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374785#comment-16374785 ] ASF GitHub Bot commented on FELIX-5782: --- GitHub user rotty3000 opened a pull request:

[jira] [Commented] (FELIX-5782) allow resolver errors to be introspected

2018-02-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374779#comment-16374779 ] ASF GitHub Bot commented on FELIX-5782: --- Github user rotty3000 closed the pull request at:

[jira] [Commented] (FELIX-5782) allow resolver errors to be introspected

2018-02-23 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374555#comment-16374555 ] Raymond Augé commented on FELIX-5782: - > 1. You now eagerly create ResolutionExceptions during all

Re: FELIX-5782

2018-02-23 Thread Thomas Watson
See my comments in the issue. Tom On Fri, Feb 23, 2018 at 9:16 AM, Raymond Auge wrote: > Hello All, > > I'd like to get some feedback particularly from Richard Hall, Thomas Watson > and/or Karl Pauls regarding the change described in >

[jira] [Commented] (FELIX-5782) allow resolver errors to be introspected

2018-02-23 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374545#comment-16374545 ] Thomas Watson commented on FELIX-5782: -- Two comments # You now eagerly create ResolutionExceptions

Re: FELIX-5782

2018-02-23 Thread Richard S. Hall
Clearly, this will only be of interest to a very small number of people, but that's probably also true of the resolver API in general. Regardless, the patch itself seems reasonably harmless, so I don't have any technical issues with it as an implementation detail. In general, though, we try

FELIX-5782

2018-02-23 Thread Raymond Auge
Hello All, I'd like to get some feedback particularly from Richard Hall, Thomas Watson and/or Karl Pauls regarding the change described in https://issues.apache.org/jira/browse/FELIX-5782 Is there any reason I cannot merge this change? I'd like to get this in and call a vote for a release of the

[jira] [Created] (FELIX-5790) Improve procedural function syntax

2018-02-23 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created FELIX-5790: -- Summary: Improve procedural function syntax Key: FELIX-5790 URL: https://issues.apache.org/jira/browse/FELIX-5790 Project: Felix Issue Type: Improvement