You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Alexey Markevich (JIRA)" <ji...@apache.org> on 2016/07/26 07:57:20 UTC

[jira] [Commented] (KARAF-4411) FeatureResolver: spring-dm-web feature installs Spring ver 3.1.4 and 3.2.14 at the same time

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

Alexey Markevich commented on KARAF-4411:
-----------------------------------------

existing fix cause
Bundles to install:
  mvn:org.codehaus.woodstox/stax2-api/3.1.4
  mvn:org.codehaus.woodstox/woodstox-core-asl/4.4.1
during custom feature installation and takes more time.
Feature descriptor list is
featuresRepositories = \
    mvn:org.apache.karaf.features/spring/4.0.5/xml/features, \
    mvn:org.apache.karaf.features/standard/4.0.5/xml/features, \
    mvn:org.apache.karaf.features/framework/4.0.5/xml/features, \
    mvn:org.apache.karaf.features/enterprise/4.0.5/xml/features, \
    mvn:org.apache.camel.karaf/apache-camel/2.16.3/xml/features, \
    mvn:org.apache.cxf.karaf/apache-cxf/3.1.5/xml/features, \
    mvn:org.apache.activemq/activemq-karaf/5.13.3/xml/features, \
    mvn:org.apache.activemq/activemq-karaf/5.13.3/xml/features-core, \
    mvn:org.apache.jclouds.karaf/jclouds-karaf/1.9.1/xml/features, \
+ some custom

> FeatureResolver: spring-dm-web feature installs Spring ver 3.1.4 and 3.2.14 at the same time
> --------------------------------------------------------------------------------------------
>
>                 Key: KARAF-4411
>                 URL: https://issues.apache.org/jira/browse/KARAF-4411
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 4.0.4
>         Environment: Oracle JDK 1.8
>            Reporter: Vladimir Konkov
>            Assignee: Guillaume Nodet
>             Fix For: 4.1.0, 4.0.6
>
>
> Similar to KARAF-4159.
> To reproduce:
> $ feature:install spring-dm-web
> $ la
> ...
>  56 | Active   |  30 | 3.2.14.RELEASE_1 | Apache ServiceMix :: Bundles :: spring-aop
>  57 | Active   |  30 | 3.2.14.RELEASE_1 | Apache ServiceMix :: Bundles :: spring-beans
>  58 | Active   |  30 | 3.2.14.RELEASE_1 | Apache ServiceMix :: Bundles :: spring-context
>  59 | Active   |  30 | 3.2.14.RELEASE_1 | Apache ServiceMix :: Bundles :: spring-context-support
>  60 | Active   |  30 | 3.2.14.RELEASE_1 | Apache ServiceMix :: Bundles :: spring-core
>  61 | Active   |  30 | 3.2.14.RELEASE_1 | Apache ServiceMix :: Bundles :: spring-expression
> ...
> 106 | Active   |  30 | 3.1.4.RELEASE    | Spring AOP
> 107 | Active   |  30 | 3.1.4.RELEASE    | Spring ASM
> 108 | Active   |  30 | 3.1.4.RELEASE    | Spring Beans
> 109 | Active   |  30 | 3.1.4.RELEASE    | Spring Context
> 110 | Active   |  30 | 3.1.4.RELEASE    | Spring Context Support
> 111 | Active   |  30 | 3.1.4.RELEASE    | Spring Core
> 112 | Active   |  30 | 3.1.4.RELEASE    | Spring Expression Language
> 113 | Active   |  30 | 1.2.1            | spring-osgi-web



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)