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 68DD6200B97 for ; Sun, 9 Oct 2016 16:29:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 676AE160AC3; Sun, 9 Oct 2016 14:29:22 +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 AB6F2160ADA for ; Sun, 9 Oct 2016 16:29:21 +0200 (CEST) Received: (qmail 45085 invoked by uid 500); 9 Oct 2016 14:29:20 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 45011 invoked by uid 99); 9 Oct 2016 14:29:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2016 14:29:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7548F2C0B04 for ; Sun, 9 Oct 2016 14:29:20 +0000 (UTC) Date: Sun, 9 Oct 2016 14:29:20 +0000 (UTC) From: "Carsten Ziegeler (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (FELIX-2984) org.apache.felix.prefs: org.osgi.service.log should not be mandatory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 09 Oct 2016 14:29:22 -0000 [ https://issues.apache.org/jira/browse/FELIX-2984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-2984: --------------------------------------- Assignee: Carsten Ziegeler > org.apache.felix.prefs: org.osgi.service.log should not be mandatory > -------------------------------------------------------------------- > > Key: FELIX-2984 > URL: https://issues.apache.org/jira/browse/FELIX-2984 > Project: Felix > Issue Type: Bug > Components: Preferences Service > Affects Versions: prefs-1.0.4 > Reporter: Andrei Pozolotin > Assignee: Carsten Ziegeler > Fix For: prefs-1.0.8 > > > it is not clear why > org.osgi.service.log should not be mandatory dependency for org.apache.felix.prefs > ? > currently: > ############################################################### > Manifest-Version: 1.0 > Built-By: cziegeler > Bundle-Activator: org.apache.felix.prefs.impl.PreferencesManager > Created-By: Apache Maven Bundle Plugin > Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt > Import-Package: org.apache.felix.prefs,org.osgi.framework,org.osgi.ser > vice.log;version="1.3",org.osgi.service.prefs;version="1.1",org.osgi. > util.tracker;version="1.3" > Bnd-LastModified: 1253171053531 > Export-Package: org.osgi.service.prefs;version="1.1",org.apache.felix. > prefs;uses:="org.osgi.service.prefs" > Bundle-Version: 1.0.4 > Bundle-Name: Apache Felix Preferences Service > Bundle-Description: Implementation of the OSGi Preferences Service Spe > cification 1.1 > Build-Jdk: 1.5.0_20 > Private-Package: org.apache.commons.codec,org.apache.commons.codec.bin > ary,org.apache.felix.prefs.impl > Bundle-DocURL: http://www.apache.org/ > Bundle-ManifestVersion: 2 > Bundle-Vendor: The Apache Software Foundation > Bundle-SymbolicName: org.apache.felix.prefs > Tool: Bnd-0.0.238 > Bundle-Category: osgi > ############################################################### -- This message was sent by Atlassian JIRA (v6.3.4#6332)