You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Created JIRA)" <ji...@apache.org> on 2012/03/05 16:09:56 UTC

[jira] [Created] (KARAF-1252) Features core bundle should not depend to shell bundles

Features core bundle should not depend to shell bundles
-------------------------------------------------------

                 Key: KARAF-1252
                 URL: https://issues.apache.org/jira/browse/KARAF-1252
             Project: Karaf
          Issue Type: Bug
          Components: karaf-feature
    Affects Versions: 2.2.5, 3.0.0
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 2.2.6, 3.0.0


The feature core bundle has explicit Import-Package statements to:
- org.apache.felix.service.command
- org.apache.karaf.shell.commands
- org.apache.karaf.shell.console

whereas it doesn't use it.

These imports should be removed.

--
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

       

Re: [jira] [Commented] (KARAF-1252) Features core bundle should not depend to shell bundles

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Yeah, I think so.

I tested in both Felix and Equinox without problem ;)

Regards
JB

On 03/05/2012 04:17 PM, Guillaume Nodet wrote:
> Forget about that, I think the reason is that commands were included in
> this bundle before being externalized.
>
> On Mon, Mar 5, 2012 at 16:15, Guillaume Nodet (Commented) (JIRA)<
> jira@apache.org>  wrote:
>
>>
>>     [
>> https://issues.apache.org/jira/browse/KARAF-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222390#comment-13222390]
>>
>> Guillaume Nodet commented on KARAF-1252:
>> ----------------------------------------
>>
>> I think those packages are needed or were needed at some point to avoid
>> problems with equinox.
>> History may be a good way to double check that.
>>
>>> Features core bundle should not depend to shell bundles
>>> -------------------------------------------------------
>>>
>>>                  Key: KARAF-1252
>>>                  URL: https://issues.apache.org/jira/browse/KARAF-1252
>>>              Project: Karaf
>>>           Issue Type: Bug
>>>           Components: karaf-feature
>>>     Affects Versions: 2.2.5, 3.0.0
>>>             Reporter: Jean-Baptiste Onofré
>>>             Assignee: Jean-Baptiste Onofré
>>>              Fix For: 2.2.6, 3.0.0
>>>
>>>
>>> The feature core bundle has explicit Import-Package statements to:
>>> - org.apache.felix.service.command
>>> - org.apache.karaf.shell.commands
>>> - org.apache.karaf.shell.console
>>> whereas it doesn't use it.
>>> These imports should be removed.
>>
>> --
>> 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
>>
>>
>>
>
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: [jira] [Commented] (KARAF-1252) Features core bundle should not depend to shell bundles

Posted by Guillaume Nodet <gn...@gmail.com>.
Forget about that, I think the reason is that commands were included in
this bundle before being externalized.

On Mon, Mar 5, 2012 at 16:15, Guillaume Nodet (Commented) (JIRA) <
jira@apache.org> wrote:

>
>    [
> https://issues.apache.org/jira/browse/KARAF-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222390#comment-13222390]
>
> Guillaume Nodet commented on KARAF-1252:
> ----------------------------------------
>
> I think those packages are needed or were needed at some point to avoid
> problems with equinox.
> History may be a good way to double check that.
>
> > Features core bundle should not depend to shell bundles
> > -------------------------------------------------------
> >
> >                 Key: KARAF-1252
> >                 URL: https://issues.apache.org/jira/browse/KARAF-1252
> >             Project: Karaf
> >          Issue Type: Bug
> >          Components: karaf-feature
> >    Affects Versions: 2.2.5, 3.0.0
> >            Reporter: Jean-Baptiste Onofré
> >            Assignee: Jean-Baptiste Onofré
> >             Fix For: 2.2.6, 3.0.0
> >
> >
> > The feature core bundle has explicit Import-Package statements to:
> > - org.apache.felix.service.command
> > - org.apache.karaf.shell.commands
> > - org.apache.karaf.shell.console
> > whereas it doesn't use it.
> > These imports should be removed.
>
> --
> 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
>
>
>


-- 
------------------------
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
FuseSource, Integration everywhere
http://fusesource.com

[jira] [Commented] (KARAF-1252) Features core bundle should not depend to shell bundles

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

Guillaume Nodet commented on KARAF-1252:
----------------------------------------

I think those packages are needed or were needed at some point to avoid problems with equinox.
History may be a good way to double check that.
                
> Features core bundle should not depend to shell bundles
> -------------------------------------------------------
>
>                 Key: KARAF-1252
>                 URL: https://issues.apache.org/jira/browse/KARAF-1252
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 2.2.5, 3.0.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.6, 3.0.0
>
>
> The feature core bundle has explicit Import-Package statements to:
> - org.apache.felix.service.command
> - org.apache.karaf.shell.commands
> - org.apache.karaf.shell.console
> whereas it doesn't use it.
> These imports should be removed.

--
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] [Closed] (KARAF-1252) Features core bundle should not depend to shell and management bundles

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

Jamie goodyear closed KARAF-1252.
---------------------------------

    
> Features core bundle should not depend to shell and management bundles
> ----------------------------------------------------------------------
>
>                 Key: KARAF-1252
>                 URL: https://issues.apache.org/jira/browse/KARAF-1252
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 2.2.5, 3.0.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.6, 3.0.0
>
>
> The feature core bundle has explicit Import-Package statements to:
> - org.apache.felix.service.command
> - org.apache.karaf.shell.commands
> - org.apache.karaf.shell.console
> - javax.management
> - javax.management.loading
> whereas it doesn't use it.
> These imports should be removed.

--
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] (KARAF-1252) Features core bundle should not depend to shell and management bundles

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

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

    Resolution: Fixed
    
> Features core bundle should not depend to shell and management bundles
> ----------------------------------------------------------------------
>
>                 Key: KARAF-1252
>                 URL: https://issues.apache.org/jira/browse/KARAF-1252
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 2.2.5, 3.0.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.6, 3.0.0
>
>
> The feature core bundle has explicit Import-Package statements to:
> - org.apache.felix.service.command
> - org.apache.karaf.shell.commands
> - org.apache.karaf.shell.console
> - javax.management
> - javax.management.loading
> whereas it doesn't use it.
> These imports should be removed.

--
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] (KARAF-1252) Features core bundle should not depend to shell and management bundles

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

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

    Description: 
The feature core bundle has explicit Import-Package statements to:
- org.apache.felix.service.command
- org.apache.karaf.shell.commands
- org.apache.karaf.shell.console
- javax.management
- javax.management.loading

whereas it doesn't use it.

These imports should be removed.

  was:
The feature core bundle has explicit Import-Package statements to:
- org.apache.felix.service.command
- org.apache.karaf.shell.commands
- org.apache.karaf.shell.console

whereas it doesn't use it.

These imports should be removed.

        Summary: Features core bundle should not depend to shell and management bundles  (was: Features core bundle should not depend to shell bundles)
    
> Features core bundle should not depend to shell and management bundles
> ----------------------------------------------------------------------
>
>                 Key: KARAF-1252
>                 URL: https://issues.apache.org/jira/browse/KARAF-1252
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 2.2.5, 3.0.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.6, 3.0.0
>
>
> The feature core bundle has explicit Import-Package statements to:
> - org.apache.felix.service.command
> - org.apache.karaf.shell.commands
> - org.apache.karaf.shell.console
> - javax.management
> - javax.management.loading
> whereas it doesn't use it.
> These imports should be removed.

--
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] (KARAF-1252) Features core bundle should not depend to shell bundles

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

Guillaume Nodet updated KARAF-1252:
-----------------------------------

    Comment: was deleted

(was: I think those packages are needed or were needed at some point to avoid problems with equinox.
History may be a good way to double check that.)
    
> Features core bundle should not depend to shell bundles
> -------------------------------------------------------
>
>                 Key: KARAF-1252
>                 URL: https://issues.apache.org/jira/browse/KARAF-1252
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 2.2.5, 3.0.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.6, 3.0.0
>
>
> The feature core bundle has explicit Import-Package statements to:
> - org.apache.felix.service.command
> - org.apache.karaf.shell.commands
> - org.apache.karaf.shell.console
> whereas it doesn't use it.
> These imports should be removed.

--
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