From ee808b310a69a87aa13f9e76a1d82e35d91032f4 Mon Sep 17 00:00:00 2001 From: jbonofre Date: Mon, 5 Apr 2021 07:42:51 +0200 Subject: [PATCH] [AMQ-8218] Installing activemq features breaks http commands and can cause several refresh. The user should use spring-legacy from Karaf version instead of the range. --- activemq-karaf/src/main/resources/features-core.xml | 8 +------- activemq-karaf/src/main/resources/features.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/activemq-karaf/src/main/resources/features-core.xml b/activemq-karaf/src/main/resources/features-core.xml index 4d761e00c8..31187aa51f 100644 --- a/activemq-karaf/src/main/resources/features-core.xml +++ b/activemq-karaf/src/main/resources/features-core.xml @@ -20,12 +20,10 @@ - mvn:org.apache.karaf.features/spring-legacy/[4,5)/xml/features - spring - shell-compat + aries-blueprint mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1 mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1 @@ -50,10 +48,6 @@ connector http activemq-client - - shell - mvn:org.apache.activemq/activemq-karaf/${project.version} - mvn:commons-io/commons-io/${commons-io-version} mvn:commons-collections/commons-collections/${commons-collections-version} mvn:org.apache.commons/commons-lang3/${commons-lang-version} diff --git a/activemq-karaf/src/main/resources/features.xml b/activemq-karaf/src/main/resources/features.xml index 3e748bc576..b4115e1550 100644 --- a/activemq-karaf/src/main/resources/features.xml +++ b/activemq-karaf/src/main/resources/features.xml @@ -37,6 +37,11 @@ activemq-web-console + + shell-compat + mvn:org.apache.activemq/activemq-karaf/${project.version} + + activemq-client mvn:org.apache.activemq/activemq-camel/${project.version} @@ -46,6 +51,10 @@ camel-blueprint + war eventadmin