GitHub user CMoH opened a pull request:
https://github.com/apache/servicemix-bundles/pull/109
Janusgraph OSGi bundle
Add a OSGi bundle for janusgraph-core. The goal is to be able to access
janusgraph servers remotely from OSGi environments. I've added an example at
https://github.com/CMoH/tinkerpop-osgi-samples on how this bundle is usable to
connect to a remote server.
Also added OSGi bundle for gremlin-driver-3.2.6, since it is a dependency
of janusgraph-core-0.2.0
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CMoH/servicemix-bundles janusgraph
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/servicemix-bundles/pull/109.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 #109
----
commit f8d31a8857e342a5de28dde3c46260e74913a8b1
Author: Ciprian Ciubotariu <[email protected]>
Date: 2017-11-23T20:49:15Z
Create OSGi bundle for gremlin-driver-3.2.6 (shaded)
commit 1558f1a80417629f107c129bef46577aef8f6247
Author: Ciprian Ciubotariu <[email protected]>
Date: 2017-11-23T20:52:21Z
Create OSGi bundle for janusgraph-core 0.2.0 (shaded)
Depends at runtime on OSGi bundle gremlin-driver-shaded-3.2.6
----
---