Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EC252200BA2 for ; Sun, 2 Oct 2016 07:07:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EABB3160AEA; Sun, 2 Oct 2016 05:07:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 635C3160AD7 for ; Sun, 2 Oct 2016 07:07:21 +0200 (CEST) Received: (qmail 87418 invoked by uid 500); 2 Oct 2016 05:07:20 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 87399 invoked by uid 99); 2 Oct 2016 05:07:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2016 05:07:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6C0CF2C0057 for ; Sun, 2 Oct 2016 05:07:20 +0000 (UTC) Date: Sun, 2 Oct 2016 05:07:20 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CAMEL-10363) camel-spring-redist - Cannot install in Karaf MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 02 Oct 2016 05:07:22 -0000 Claus Ibsen created CAMEL-10363: ----------------------------------- Summary: camel-spring-redist - Cannot install in Karaf Key: CAMEL-10363 URL: https://issues.apache.org/jira/browse/CAMEL-10363 Project: Camel Issue Type: Bug Components: camel-spring-redis, karaf, osgi Affects Versions: 2.18.0 Reporter: Claus Ibsen Priority: Minor Sadly it seems redis is locked down to version 1.7.12 of slf4j, and not just 1.7.x etc. {code} karaf@root()> feature:install camel-spring-redis Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=camel-spring-redis; type=karaf.feature; version="[2.18.0.SNAPSHOT,2.18.0.SNAPSHOT]"; filter:="(&(osgi.identity=camel-spring-redis)(type=karaf.feature)(version>=2.18.0.SNAPSHOT)(version<=2.18.0.SNAPSHOT))" [caused by: Unable to resolve camel-spring-redis/2.18.0.SNAPSHOT: missing requirement [camel-spring-redis/2.18.0.SNAPSHOT] osgi.identity; osgi.identity=slf4j.api; type=osgi.bundle; version="[1.7.12,1.7.12]"; resolution:=mandatory [caused by: Unable to resolve slf4j.api/1.7.12: missing requirement [slf4j.api/1.7.12] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0))"]] {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)