Re: Resolution and CNFE problems with Configurator 1.0.10

2020-05-19 Thread Raymond Auge
@Neil Bartlett the issue is with start ordering. Because configurator doesn't explicitly use the Service Loader Mediator to describe a dependency on a _provider_ of the Json API, if the provider isn't _resolved_ before the JSON API when the lookup happens it will fail. The solution is to start

Re: Resolution and CNFE problems with Configurator 1.0.10

2020-05-19 Thread Neil Bartlett
I have raised a JIRA for this issue: https://issues.apache.org/jira/browse/FELIX-6277 Cheers, Neil On Tue, 19 May 2020 at 08:58, Neil Bartlett wrote: > Hi Apache devs, > > I'm trying to use org.apache.felix.configurator version 1.0.10 in an OSGi > enRoute project. EnRoute uses 1.0.6 by

Resolution and CNFE problems with Configurator 1.0.10

2020-05-19 Thread Neil Bartlett
Hi Apache devs, I'm trying to use org.apache.felix.configurator version 1.0.10 in an OSGi enRoute project. EnRoute uses 1.0.6 by default, but I'm trying to bump the version to see if it addresses what might be a lifecycle bug (that's a topic for a separate email). Initially there were some