[osgi-dev] Jetty configuration questions

2016-11-14 Thread Tim Ward
As you can tell I'm quite new to all of this (and therefore I'm not the other Tim Ward). So, I've got some servlets and filters and stuff running, and I've found out how to use configuration/configuration.json to configure the tiny number of parameters that are exposed that way (including

Re: [osgi-dev] Mvn for enroute

2016-11-14 Thread Timothy Ward
> is it possible to use only bndrun and not the pom file? Yes - however in order for the bndrun file to work it needs to have one or more repositories to pull bundles from. In the example the repository that is used is a “POM repository” i.e. it uses dependencies from a Maven POM. Therefore the

[osgi-dev] How to make packages only visible for some peer bundles?

2016-11-14 Thread Christian Schneider
I am currently helping at openzipkin to make it fully OSGi ready. At one of the projects we came up with a problem that is of some general relevance. In the project brave-core there is a package com.github.kristofa.brave.internal. It contains several classes that are used inside other brave