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 134FA200CFC for ; Thu, 28 Sep 2017 22:12:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 11EB31609EE; Thu, 28 Sep 2017 20:12:26 +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 4C2B71609EC for ; Thu, 28 Sep 2017 22:12:25 +0200 (CEST) Received: (qmail 62639 invoked by uid 500); 28 Sep 2017 20:12:24 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 62596 invoked by uid 99); 28 Sep 2017 20:12:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Sep 2017 20:12:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 6287FC48E0 for ; Thu, 28 Sep 2017 20:12:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id CB27BK1UvpcB for ; Thu, 28 Sep 2017 20:12:22 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id D8C3C6107B for ; Thu, 28 Sep 2017 20:12:20 +0000 (UTC) Received: (qmail 61975 invoked by uid 99); 28 Sep 2017 20:12:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Sep 2017 20:12:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 50487F5C0B; Thu, 28 Sep 2017 20:12:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anatole@apache.org To: commits@tamaya.incubator.apache.org Date: Thu, 28 Sep 2017 20:12:33 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [19/45] incubator-tamaya-sandbox git commit: TAMAYA-274: Fixed basic service loading in OSGI. Added missing requirements. archived-at: Thu, 28 Sep 2017 20:12:26 -0000 TAMAYA-274: Fixed basic service loading in OSGI. Added missing requirements. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/c345b5c2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/c345b5c2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/c345b5c2 Branch: refs/heads/master Commit: c345b5c2c0c8541c13930585392c7e7c59be012f Parents: 5925c34 Author: anatole Authored: Sun Sep 17 01:51:20 2017 +0200 Committer: anatole Committed: Sun Sep 17 01:51:20 2017 +0200 ---------------------------------------------------------------------- consul/bnd.bnd | 4 +++- etcd/bnd.bnd | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/c345b5c2/consul/bnd.bnd ---------------------------------------------------------------------- diff --git a/consul/bnd.bnd b/consul/bnd.bnd index 8c328f7..bb6123a 100644 --- a/consul/bnd.bnd +++ b/consul/bnd.bnd @@ -23,7 +23,9 @@ Export-Package: \ org.apache.tamaya.consul Import-Package: \ org.apache.tamaya,\ - org.apache.tamaya.spi + org.apache.tamaya.spi,\ + org.apache.tamaya.mutableconfig,\ + org.apache.tamaya.mutableconfig.spi Export-Service: \ org.apache.tamaya.spi.PropertySource \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/c345b5c2/etcd/bnd.bnd ---------------------------------------------------------------------- diff --git a/etcd/bnd.bnd b/etcd/bnd.bnd index 792c69c..027e033 100644 --- a/etcd/bnd.bnd +++ b/etcd/bnd.bnd @@ -23,7 +23,9 @@ Export-Package: \ org.apache.tamaya.etcd Import-Package: \ org.apache.tamaya,\ - org.apache.tamaya.spi + org.apache.tamaya.spi,\ + org.apache.tamaya.mutableconfig\ + org.apache.tamaya.mutableconfig.spi Export-Service: \ org.apache.tamaya.spi.PropertySource \ No newline at end of file