You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2011/09/26 19:29:26 UTC

[jira] [Created] (KARAF-896) Karaf webconsole exports wrong version of Felix webconsole package

Karaf webconsole exports wrong version of Felix webconsole package
------------------------------------------------------------------

                 Key: KARAF-896
                 URL: https://issues.apache.org/jira/browse/KARAF-896
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 2.2.3
         Environment: trunk rev 1175914
            Reporter: Jonathan Anstey
            Priority: Minor


The webconsole exports a hardcoded version of the felix webconsole:

{code}
org.apache.felix.webconsole;version=3.1.2
{code}

when in fact, it is using a newer version (3.1.8). Attaching simple patch to fix this.

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

        

[jira] [Work started] (KARAF-896) Karaf webconsole exports wrong version of Felix webconsole package

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

Work on KARAF-896 started by Jamie goodyear.

> Karaf webconsole exports wrong version of Felix webconsole package
> ------------------------------------------------------------------
>
>                 Key: KARAF-896
>                 URL: https://issues.apache.org/jira/browse/KARAF-896
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.2.3
>         Environment: trunk rev 1175914
>            Reporter: Jonathan Anstey
>            Assignee: Jamie goodyear
>            Priority: Minor
>         Attachments: webconsole_export.diff
>
>
> The webconsole exports a hardcoded version of the felix webconsole:
> {code}
> org.apache.felix.webconsole;version=3.1.2
> {code}
> when in fact, it is using a newer version (3.1.8). Attaching simple patch to fix this.

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

        

[jira] [Assigned] (KARAF-896) Karaf webconsole exports wrong version of Felix webconsole package

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

Jamie goodyear reassigned KARAF-896:
------------------------------------

    Assignee: Jamie goodyear

> Karaf webconsole exports wrong version of Felix webconsole package
> ------------------------------------------------------------------
>
>                 Key: KARAF-896
>                 URL: https://issues.apache.org/jira/browse/KARAF-896
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.2.3
>         Environment: trunk rev 1175914
>            Reporter: Jonathan Anstey
>            Assignee: Jamie goodyear
>            Priority: Minor
>         Attachments: webconsole_export.diff
>
>
> The webconsole exports a hardcoded version of the felix webconsole:
> {code}
> org.apache.felix.webconsole;version=3.1.2
> {code}
> when in fact, it is using a newer version (3.1.8). Attaching simple patch to fix this.

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

        

[jira] [Updated] (KARAF-896) Karaf webconsole exports wrong version of Felix webconsole package

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

Jonathan Anstey updated KARAF-896:
----------------------------------

    Attachment: webconsole_export.diff

> Karaf webconsole exports wrong version of Felix webconsole package
> ------------------------------------------------------------------
>
>                 Key: KARAF-896
>                 URL: https://issues.apache.org/jira/browse/KARAF-896
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.2.3
>         Environment: trunk rev 1175914
>            Reporter: Jonathan Anstey
>            Priority: Minor
>         Attachments: webconsole_export.diff
>
>
> The webconsole exports a hardcoded version of the felix webconsole:
> {code}
> org.apache.felix.webconsole;version=3.1.2
> {code}
> when in fact, it is using a newer version (3.1.8). Attaching simple patch to fix this.

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

        

[jira] [Resolved] (KARAF-896) Karaf webconsole exports wrong version of Felix webconsole package

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

Jamie goodyear resolved KARAF-896.
----------------------------------

    Resolution: Fixed
    
> Karaf webconsole exports wrong version of Felix webconsole package
> ------------------------------------------------------------------
>
>                 Key: KARAF-896
>                 URL: https://issues.apache.org/jira/browse/KARAF-896
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.2.3
>         Environment: trunk rev 1175914
>            Reporter: Jonathan Anstey
>            Assignee: Jamie goodyear
>            Priority: Minor
>             Fix For: 2.2.4, 3.0.0
>
>         Attachments: webconsole_export.diff
>
>
> The webconsole exports a hardcoded version of the felix webconsole:
> {code}
> org.apache.felix.webconsole;version=3.1.2
> {code}
> when in fact, it is using a newer version (3.1.8). Attaching simple patch to fix this.

--
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-896) Karaf webconsole exports wrong version of Felix webconsole package

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

Jamie goodyear updated KARAF-896:
---------------------------------

    Fix Version/s: 3.0.0
                   2.2.4
    
> Karaf webconsole exports wrong version of Felix webconsole package
> ------------------------------------------------------------------
>
>                 Key: KARAF-896
>                 URL: https://issues.apache.org/jira/browse/KARAF-896
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.2.3
>         Environment: trunk rev 1175914
>            Reporter: Jonathan Anstey
>            Assignee: Jamie goodyear
>            Priority: Minor
>             Fix For: 2.2.4, 3.0.0
>
>         Attachments: webconsole_export.diff
>
>
> The webconsole exports a hardcoded version of the felix webconsole:
> {code}
> org.apache.felix.webconsole;version=3.1.2
> {code}
> when in fact, it is using a newer version (3.1.8). Attaching simple patch to fix this.

--
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] (KARAF-896) Karaf webconsole exports wrong version of Felix webconsole package

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

Jamie goodyear commented on KARAF-896:
--------------------------------------

Issue exists on 2.2.x branch and trunk.

> Karaf webconsole exports wrong version of Felix webconsole package
> ------------------------------------------------------------------
>
>                 Key: KARAF-896
>                 URL: https://issues.apache.org/jira/browse/KARAF-896
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.2.3
>         Environment: trunk rev 1175914
>            Reporter: Jonathan Anstey
>            Assignee: Jamie goodyear
>            Priority: Minor
>         Attachments: webconsole_export.diff
>
>
> The webconsole exports a hardcoded version of the felix webconsole:
> {code}
> org.apache.felix.webconsole;version=3.1.2
> {code}
> when in fact, it is using a newer version (3.1.8). Attaching simple patch to fix this.

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

        

[jira] [Commented] (KARAF-896) Karaf webconsole exports wrong version of Felix webconsole package

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

Jamie goodyear commented on KARAF-896:
--------------------------------------

Trunk:

$ svn ci
Sending        webconsole/console/pom.xml
Transmitting file data .
Committed revision 1176066.
                
> Karaf webconsole exports wrong version of Felix webconsole package
> ------------------------------------------------------------------
>
>                 Key: KARAF-896
>                 URL: https://issues.apache.org/jira/browse/KARAF-896
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.2.3
>         Environment: trunk rev 1175914
>            Reporter: Jonathan Anstey
>            Assignee: Jamie goodyear
>            Priority: Minor
>         Attachments: webconsole_export.diff
>
>
> The webconsole exports a hardcoded version of the felix webconsole:
> {code}
> org.apache.felix.webconsole;version=3.1.2
> {code}
> when in fact, it is using a newer version (3.1.8). Attaching simple patch to fix this.

--
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-896) Karaf webconsole exports wrong version of Felix webconsole package

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

Jamie goodyear closed KARAF-896.
--------------------------------

    
> Karaf webconsole exports wrong version of Felix webconsole package
> ------------------------------------------------------------------
>
>                 Key: KARAF-896
>                 URL: https://issues.apache.org/jira/browse/KARAF-896
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.2.3
>         Environment: trunk rev 1175914
>            Reporter: Jonathan Anstey
>            Assignee: Jamie goodyear
>            Priority: Minor
>             Fix For: 2.2.4, 3.0.0
>
>         Attachments: webconsole_export.diff
>
>
> The webconsole exports a hardcoded version of the felix webconsole:
> {code}
> org.apache.felix.webconsole;version=3.1.2
> {code}
> when in fact, it is using a newer version (3.1.8). Attaching simple patch to fix this.

--
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] (KARAF-896) Karaf webconsole exports wrong version of Felix webconsole package

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

Jamie goodyear commented on KARAF-896:
--------------------------------------

Karaf 2.2.x branch:

$ svn ci
Sending        webconsole/console/pom.xml
Transmitting file data .
Committed revision 1175976.
                
> Karaf webconsole exports wrong version of Felix webconsole package
> ------------------------------------------------------------------
>
>                 Key: KARAF-896
>                 URL: https://issues.apache.org/jira/browse/KARAF-896
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.2.3
>         Environment: trunk rev 1175914
>            Reporter: Jonathan Anstey
>            Assignee: Jamie goodyear
>            Priority: Minor
>         Attachments: webconsole_export.diff
>
>
> The webconsole exports a hardcoded version of the felix webconsole:
> {code}
> org.apache.felix.webconsole;version=3.1.2
> {code}
> when in fact, it is using a newer version (3.1.8). Attaching simple patch to fix this.

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