You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/03/28 14:50:41 UTC

[jira] [Commented] (KARAF-5070) Uninstall of asm causes bad refresh cascades

    [ https://issues.apache.org/jira/browse/KARAF-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15945303#comment-15945303 ] 

ASF subversion and git services commented on KARAF-5070:
--------------------------------------------------------

Commit 5633c86c4d962a915fda173246d5c3612f0dbce1 in karaf's branch refs/heads/master from [~chris@die-schneider.net]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=5633c86 ]

[KARAF-5070] Also switching back to asm 5.2 as we do not support jdk9 fully anyway


> Uninstall of asm causes bad refresh cascades
> --------------------------------------------
>
>                 Key: KARAF-5070
>                 URL: https://issues.apache.org/jira/browse/KARAF-5070
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 4.1.1
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 4.1.1
>
>
> Karaf 4.1.1 installs asm 6 which is used by aries proxy and xbean finder .. among others.
> As dependency="true" is set for asm it is replaced if a feature requires a different version. In this case all bundles requiring asm are refreshed. As aries proxy 1.1.0 is only one bundle the refreshs are cascaded up until shell.core which causes this behaviour:
> http://apaste.info/fGGv9
> This happens for example if the http feature or activemq feature is installed.
> A solution is to remove dependency=true on asm which then causes two asm versions to be installed and no refreshs to happen.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)