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 74E65200D1E for ; Wed, 4 Oct 2017 07:25:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 73A9E160BD5; Wed, 4 Oct 2017 05:25:03 +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 B17E91609DE for ; Wed, 4 Oct 2017 07:25:02 +0200 (CEST) Received: (qmail 62377 invoked by uid 500); 4 Oct 2017 05:25:01 -0000 Mailing-List: contact dev-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list dev@aries.apache.org Received: (qmail 62366 invoked by uid 99); 4 Oct 2017 05:25:01 -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; Wed, 04 Oct 2017 05:25:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2B9D4F5715; Wed, 4 Oct 2017 05:25:00 +0000 (UTC) From: thusithathilina To: dev@aries.apache.org Reply-To: dev@aries.apache.org Message-ID: Subject: [GitHub] aries pull request #75: ARIES-1746: Add SPIFly support for InitialContextFac... Content-Type: text/plain Date: Wed, 4 Oct 2017 05:25:00 +0000 (UTC) archived-at: Wed, 04 Oct 2017 05:25:03 -0000 GitHub user thusithathilina opened a pull request: https://github.com/apache/aries/pull/75 ARIES-1746: Add SPIFly support for InitialContextFactory According to the OSGi spec when we register an InitialContextFactory, we need to register that for both implementation and InitialContextFactory classes. This PR will provide that support. You can merge this pull request into a Git repository by running: $ git pull https://github.com/thusithathilina/aries trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/aries/pull/75.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #75 ---- commit 0921c41d7a50ad00bf69f70c9841a0d4e057aff4 Author: Thusitha Dayaratne Date: 2017-10-04T05:23:53Z ARIES-1746: Add SPIFly support for InitialContextFactory ---- ---