You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Heath Kesler (JIRA)" <ji...@apache.org> on 2012/08/30 00:08:09 UTC

[jira] [Created] (KARAF-1778) backport new command bundle:find-class

Heath Kesler created KARAF-1778:
-----------------------------------

             Summary: backport new command bundle:find-class
                 Key: KARAF-1778
                 URL: https://issues.apache.org/jira/browse/KARAF-1778
             Project: Karaf
          Issue Type: New Feature
            Reporter: Heath Kesler
             Fix For: 2.3.0


Backport the command bundle:find-class <classname>, which will take a class name or partial class name as an argument then list (grouped by bundle) any class where the argument is part of the class name. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (KARAF-1778) backport new command bundle:find-class

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-1778:
----------------------------------------

    Component/s: karaf-shell
    
> backport new command bundle:find-class
> --------------------------------------
>
>                 Key: KARAF-1778
>                 URL: https://issues.apache.org/jira/browse/KARAF-1778
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-shell
>            Reporter: Heath Kesler
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0
>
>
> Backport the command bundle:find-class <classname>, which will take a class name or partial class name as an argument then list (grouped by bundle) any class where the argument is part of the class name. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-1778) backport new command bundle:find-class

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445240#comment-13445240 ] 

Jean-Baptiste Onofré commented on KARAF-1778:
---------------------------------------------

Great, thanks, I review the other one.
                
> backport new command bundle:find-class
> --------------------------------------
>
>                 Key: KARAF-1778
>                 URL: https://issues.apache.org/jira/browse/KARAF-1778
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-shell
>            Reporter: Heath Kesler
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0
>
>
> Backport the command bundle:find-class <classname>, which will take a class name or partial class name as an argument then list (grouped by bundle) any class where the argument is part of the class name. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (KARAF-1778) backport new command bundle:find-class

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

Heath Kesler updated KARAF-1778:
--------------------------------

    Attachment: karaf-2.3_1778.diff

added the backport of the new command find-class, it takes a class name or partial class name as an argument and lists the results grouped by bundle. It will list the bundle title followed by the list of resources that have the specified argument as part of the resource name. Example: if Interceptor is entered it will list any class with that in the name. The more specific the argument request the more specific the results. 
                
> backport new command bundle:find-class
> --------------------------------------
>
>                 Key: KARAF-1778
>                 URL: https://issues.apache.org/jira/browse/KARAF-1778
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-shell
>            Reporter: Heath Kesler
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0
>
>         Attachments: karaf-2.3_1778.diff
>
>
> Backport the command bundle:find-class <classname>, which will take a class name or partial class name as an argument then list (grouped by bundle) any class where the argument is part of the class name. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-1778) backport new command bundle:find-class

Posted by "Heath Kesler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445127#comment-13445127 ] 

Heath Kesler commented on KARAF-1778:
-------------------------------------

Hi JB, I will be providing a patch for this, this evening.
                
> backport new command bundle:find-class
> --------------------------------------
>
>                 Key: KARAF-1778
>                 URL: https://issues.apache.org/jira/browse/KARAF-1778
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-shell
>            Reporter: Heath Kesler
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0
>
>
> Backport the command bundle:find-class <classname>, which will take a class name or partial class name as an argument then list (grouped by bundle) any class where the argument is part of the class name. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (KARAF-1778) backport new command bundle:find-class

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-1778.
-----------------------------------------

    Resolution: Fixed

http://svn.apache.org/viewvc?view=revision&revision=1380188
                
> backport new command bundle:find-class
> --------------------------------------
>
>                 Key: KARAF-1778
>                 URL: https://issues.apache.org/jira/browse/KARAF-1778
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-shell
>            Reporter: Heath Kesler
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0
>
>         Attachments: karaf-2.3_1778.diff
>
>
> Backport the command bundle:find-class <classname>, which will take a class name or partial class name as an argument then list (grouped by bundle) any class where the argument is part of the class name. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-1778) backport new command bundle:find-class

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446133#comment-13446133 ] 

Jean-Baptiste Onofré commented on KARAF-1778:
---------------------------------------------

Thanks Heath, I'm reviewing your patch(es).
                
> backport new command bundle:find-class
> --------------------------------------
>
>                 Key: KARAF-1778
>                 URL: https://issues.apache.org/jira/browse/KARAF-1778
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-shell
>            Reporter: Heath Kesler
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0
>
>         Attachments: karaf-2.3_1778.diff
>
>
> Backport the command bundle:find-class <classname>, which will take a class name or partial class name as an argument then list (grouped by bundle) any class where the argument is part of the class name. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Work started] (KARAF-1778) backport new command bundle:find-class

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on KARAF-1778 started by Jean-Baptiste Onofré.

> backport new command bundle:find-class
> --------------------------------------
>
>                 Key: KARAF-1778
>                 URL: https://issues.apache.org/jira/browse/KARAF-1778
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-shell
>            Reporter: Heath Kesler
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0
>
>         Attachments: karaf-2.3_1778.diff
>
>
> Backport the command bundle:find-class <classname>, which will take a class name or partial class name as an argument then list (grouped by bundle) any class where the argument is part of the class name. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (KARAF-1778) backport new command bundle:find-class

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-1778:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré
    
> backport new command bundle:find-class
> --------------------------------------
>
>                 Key: KARAF-1778
>                 URL: https://issues.apache.org/jira/browse/KARAF-1778
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Heath Kesler
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0
>
>
> Backport the command bundle:find-class <classname>, which will take a class name or partial class name as an argument then list (grouped by bundle) any class where the argument is part of the class name. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira