You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Justin Edelson (JIRA)" <ji...@apache.org> on 2011/07/18 20:09:58 UTC

[jira] [Created] (FELIX-3045) new webconsole plugin - dependency finder

new webconsole plugin - dependency finder
-----------------------------------------

                 Key: FELIX-3045
                 URL: https://issues.apache.org/jira/browse/FELIX-3045
             Project: Felix
          Issue Type: New Feature
          Components: Web Console
            Reporter: Justin Edelson


I recently put together a small web console plugin which allows a user to enter a list of package or class names and get back the list of bundles which export those packages (deduping the list first) as well as a dependency block to insert into a Maven pom.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (FELIX-3045) new webconsole plugin - dependency finder

Posted by "Felix Meschberger (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reassigned FELIX-3045:
----------------------------------------

    Assignee: Felix Meschberger
    
> new webconsole plugin - dependency finder
> -----------------------------------------
>
>                 Key: FELIX-3045
>                 URL: https://issues.apache.org/jira/browse/FELIX-3045
>             Project: Felix
>          Issue Type: New Feature
>          Components: Web Console
>            Reporter: Justin Edelson
>            Assignee: Felix Meschberger
>         Attachments: FELIX-3045-real.patch
>
>
> I recently put together a small web console plugin which allows a user to enter a list of package or class names and get back the list of bundles which export those packages (deduping the list first) as well as a dependency block to insert into a Maven pom.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FELIX-3045) new webconsole plugin - dependency finder

Posted by "Felix Meschberger (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-3045.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: webconsole-packageadmin-plugin 1.0.0

Thanks for providing the patch. I have applied it in Rev. 1187506
                
> new webconsole plugin - dependency finder
> -----------------------------------------
>
>                 Key: FELIX-3045
>                 URL: https://issues.apache.org/jira/browse/FELIX-3045
>             Project: Felix
>          Issue Type: New Feature
>          Components: Web Console
>            Reporter: Justin Edelson
>            Assignee: Felix Meschberger
>             Fix For: webconsole-packageadmin-plugin 1.0.0
>
>         Attachments: FELIX-3045-real.patch
>
>
> I recently put together a small web console plugin which allows a user to enter a list of package or class names and get back the list of bundles which export those packages (deduping the list first) as well as a dependency block to insert into a Maven pom.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-3045) new webconsole plugin - dependency finder

Posted by "Felix Meschberger (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132940#comment-13132940 ] 

Felix Meschberger commented on FELIX-3045:
------------------------------------------

Sorry for the delay ... lost track of it.
                
> new webconsole plugin - dependency finder
> -----------------------------------------
>
>                 Key: FELIX-3045
>                 URL: https://issues.apache.org/jira/browse/FELIX-3045
>             Project: Felix
>          Issue Type: New Feature
>          Components: Web Console
>            Reporter: Justin Edelson
>            Assignee: Felix Meschberger
>         Attachments: FELIX-3045-real.patch
>
>
> I recently put together a small web console plugin which allows a user to enter a list of package or class names and get back the list of bundles which export those packages (deduping the list first) as well as a dependency block to insert into a Maven pom.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-3045) new webconsole plugin - dependency finder

Posted by "Justin Edelson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132816#comment-13132816 ] 

Justin Edelson commented on FELIX-3045:
---------------------------------------

ping...
                
> new webconsole plugin - dependency finder
> -----------------------------------------
>
>                 Key: FELIX-3045
>                 URL: https://issues.apache.org/jira/browse/FELIX-3045
>             Project: Felix
>          Issue Type: New Feature
>          Components: Web Console
>            Reporter: Justin Edelson
>         Attachments: FELIX-3045-real.patch
>
>
> I recently put together a small web console plugin which allows a user to enter a list of package or class names and get back the list of bundles which export those packages (deduping the list first) as well as a dependency block to insert into a Maven pom.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3045) new webconsole plugin - dependency finder

Posted by "Justin Edelson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Edelson updated FELIX-3045:
----------------------------------

    Attachment: FELIX-3045-real.patch

here's the real patch. that other one only had the change to the existing files. whoops.

> new webconsole plugin - dependency finder
> -----------------------------------------
>
>                 Key: FELIX-3045
>                 URL: https://issues.apache.org/jira/browse/FELIX-3045
>             Project: Felix
>          Issue Type: New Feature
>          Components: Web Console
>            Reporter: Justin Edelson
>         Attachments: FELIX-3045-real.patch
>
>
> I recently put together a small web console plugin which allows a user to enter a list of package or class names and get back the list of bundles which export those packages (deduping the list first) as well as a dependency block to insert into a Maven pom.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3045) new webconsole plugin - dependency finder

Posted by "Justin Edelson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Edelson updated FELIX-3045:
----------------------------------

    Attachment: FELIX-3045.patch

here's the plugin. patch also includes some formatting to the Activator in the packageadmin bundle as that was using a different brace style than the PackageAdminPlugin and also the addition of the @SuppressWarnings("serial") annotation to the PackageAdminPlugin.

> new webconsole plugin - dependency finder
> -----------------------------------------
>
>                 Key: FELIX-3045
>                 URL: https://issues.apache.org/jira/browse/FELIX-3045
>             Project: Felix
>          Issue Type: New Feature
>          Components: Web Console
>            Reporter: Justin Edelson
>         Attachments: FELIX-3045.patch
>
>
> I recently put together a small web console plugin which allows a user to enter a list of package or class names and get back the list of bundles which export those packages (deduping the list first) as well as a dependency block to insert into a Maven pom.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3045) new webconsole plugin - dependency finder

Posted by "Justin Edelson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Edelson updated FELIX-3045:
----------------------------------

    Attachment:     (was: FELIX-3045.patch)

> new webconsole plugin - dependency finder
> -----------------------------------------
>
>                 Key: FELIX-3045
>                 URL: https://issues.apache.org/jira/browse/FELIX-3045
>             Project: Felix
>          Issue Type: New Feature
>          Components: Web Console
>            Reporter: Justin Edelson
>         Attachments: FELIX-3045-real.patch
>
>
> I recently put together a small web console plugin which allows a user to enter a list of package or class names and get back the list of bundles which export those packages (deduping the list first) as well as a dependency block to insert into a Maven pom.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira