Re: [GitHub] felix pull request #130: New SCR commands

2018-01-10 Thread Neil Bartlett
On Thu, Jan 11, 2018 at 6:43 AM, David Jencks wrote: > It looks to me as if your patch results in there no longer being an > ScrInfo service registered. The people using it might possibly not > appreciate its removal. I think you should remove the interface and change > the version appropriately

[VOTE] SCR Tooling Release

2018-01-10 Thread Carsten Ziegeler
I would like to call a vote on the following subproject releases: SCR Generator 1.18.0 http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr.generator-1.18.0/changelog.txt Maven SCR Plugin 1.26.0 http://svn.apache.org/repos/asf/felix/releases/maven-scr-plugin-1.26.0/changelog.txt

Re: [GitHub] felix pull request #130: New SCR commands

2018-01-10 Thread David Jencks
As I recall (possibly wrongly) there are no ComponentConfigurationDTOs for instances created from a factory component, so a command based on DTOs would have had difficulty displaying info about them. Has this changed in the r7 spec, or, perhaps, is my recollection wrong? David Jencks Sent fro

[jira] [Closed] (FELIX-5771) Metatype generation via bnd plugin creates incorrect file names

2018-01-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed FELIX-5771. --- Resolution: Fixed Thanks for your patch, Robert. it's applied > Metatype generation via bnd p

[jira] [Updated] (FELIX-5771) Metatype generation via bnd plugin creates incorrect file names

2018-01-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated FELIX-5771: Fix Version/s: scr bnd plugin 1.8.2 scr generator 1.18.0

[jira] [Assigned] (FELIX-5771) Metatype generation via bnd plugin creates incorrect file names

2018-01-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-5771: --- Assignee: Carsten Ziegeler > Metatype generation via bnd plugin creates incorrect fil

[jira] [Updated] (FELIX-5771) Metatype generation via bnd plugin creates incorrect file names

2018-01-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated FELIX-5771: Affects Version/s: maven-scr-plugin-1.25.0 scr ant task 1.17.0

Re: [GitHub] felix pull request #130: New SCR commands

2018-01-10 Thread David Jencks
It looks to me as if your patch results in there no longer being an ScrInfo service registered. The people using it might possibly not appreciate its removal. I think you should remove the interface and change the version appropriately to make clear what is going on, or else provide the service.

[jira] [Updated] (FELIX-5771) Metatype generation via bnd plugin creates incorrect file names

2018-01-10 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated FELIX-5771: --- Attachment: FELIX-5771.patch > Metatype generation via bnd plugin creates incorrect file names

[jira] [Created] (FELIX-5771) Metatype generation via bnd plugin creates incorrect file names

2018-01-10 Thread Robert Munteanu (JIRA)
Robert Munteanu created FELIX-5771: -- Summary: Metatype generation via bnd plugin creates incorrect file names Key: FELIX-5771 URL: https://issues.apache.org/jira/browse/FELIX-5771 Project: Felix

Re: [GitHub] felix pull request #130: New SCR commands

2018-01-10 Thread Raymond Auge
On Wed, Jan 10, 2018 at 7:50 AM, Neil Bartlett wrote: > I don't have much experience with Component Factories. I can try it out... > if you have a sample bundle that I can test against that would be helpful. > Ok, I can put something simple together. I know they are not much used, but since we

Re: [GitHub] felix pull request #130: New SCR commands

2018-01-10 Thread Neil Bartlett
I don't have much experience with Component Factories. I can try it out... if you have a sample bundle that I can test against that would be helpful. Neil On Wed, Jan 10, 2018 at 12:25 PM, Raymond Auge wrote: > +1 > > I've been meaning for a long time to improve the output. Yours looks very > g

Re: [GitHub] felix pull request #130: New SCR commands

2018-01-10 Thread Raymond Auge
+1 I've been meaning for a long time to improve the output. Yours looks very good. Does it support component factory instances? I don't think the original one does. - Ray On Wed, Jan 10, 2018 at 4:40 AM, njbartlett wrote: > GitHub user njbartlett opened a pull request: > > https://github.

[GitHub] felix pull request #130: New SCR commands

2018-01-10 Thread njbartlett
GitHub user njbartlett opened a pull request: https://github.com/apache/felix/pull/130 New SCR commands New SCR Commands This is a reimplementation of the `scr:list` and `scr:info` commands, presented in a more compact and accessible way. The proposal i

[jira] [Created] (FELIX-5770) Improve usability and extensibility of SCR commands

2018-01-10 Thread Neil Bartlett (JIRA)
Neil Bartlett created FELIX-5770: Summary: Improve usability and extensibility of SCR commands Key: FELIX-5770 URL: https://issues.apache.org/jira/browse/FELIX-5770 Project: Felix Issue Type: