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 1CE48200BF3 for ; Thu, 5 Jan 2017 11:03:25 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1BA0F160B42; Thu, 5 Jan 2017 10:03:25 +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 6CB10160B26 for ; Thu, 5 Jan 2017 11:03:24 +0100 (CET) Received: (qmail 72755 invoked by uid 500); 5 Jan 2017 10:03:23 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 72746 invoked by uid 99); 5 Jan 2017 10:03:23 -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, 05 Jan 2017 10:03:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7A5ECDF9FA; Thu, 5 Jan 2017 10:03:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cschneider@apache.org To: commits@activemq.apache.org Date: Thu, 05 Jan 2017 10:03:23 -0000 Message-Id: <77b0528c48a249b28191d1745f11c401@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] activemq git commit: [AMQ-6542] Use name instead of configurationPid to make relation to config more obvious archived-at: Thu, 05 Jan 2017 10:03:25 -0000 Repository: activemq Updated Branches: refs/heads/master 4dd3aa420 -> 59f27aa48 [AMQ-6542] Use name instead of configurationPid to make relation to config more obvious Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/861390a9 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/861390a9 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/861390a9 Branch: refs/heads/master Commit: 861390a9ebc8039489ff102eb349380bf5ef3906 Parents: 4dd3aa4 Author: Christian Schneider Authored: Fri Dec 16 11:09:36 2016 +0100 Committer: Christian Schneider Committed: Wed Jan 4 18:21:47 2017 +0100 ---------------------------------------------------------------------- .../org/apache/activemq/osgi/cf/ConnectionFactoryProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/861390a9/activemq-cf/src/main/java/org/apache/activemq/osgi/cf/ConnectionFactoryProvider.java ---------------------------------------------------------------------- diff --git a/activemq-cf/src/main/java/org/apache/activemq/osgi/cf/ConnectionFactoryProvider.java b/activemq-cf/src/main/java/org/apache/activemq/osgi/cf/ConnectionFactoryProvider.java index 67f64fb..ee28498 100644 --- a/activemq-cf/src/main/java/org/apache/activemq/osgi/cf/ConnectionFactoryProvider.java +++ b/activemq-cf/src/main/java/org/apache/activemq/osgi/cf/ConnectionFactoryProvider.java @@ -33,7 +33,7 @@ import org.osgi.service.component.annotations.Deactivate; @Component // ( // - configurationPid = "org.apache.activemq", // + name = "org.apache.activemq", // immediate = true, // configurationPolicy = ConfigurationPolicy.REQUIRE // )