GitHub user thusithathilina reopened 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 <[email protected]>
Date: 2017-10-04T05:23:53Z
ARIES-1746: Add SPIFly support for InitialContextFactory
commit 138c7ce3513b5e2f6423fcc7ec67e87c06c1eb75
Author: Thusitha Dayaratne <[email protected]>
Date: 2017-10-04T11:31:24Z
ARIES-1746: Fix test cases
----
---