Dirk Fauth

Results 63 comments of Dirk Fauth

@nikhilnanivadekar Is there anything I can do here? Not sure about the state of this discussion?

@pkriens Need to see what I can do to create something smaller. But actually this is the configuration in my repo https://github.com/fipro78/osgi_deployment_options/blob/main/org.fipro.service.app/atomos-equinox-app.bndrun I will try to extract the necessary parts...

I have reduced my example to a minimum to be able to focus on this issue: https://github.com/fipro78/atomos_bndlauncher_issue After the build via Maven there are two executable jars. The one with...

@pkriens Unfortunately I don't know details about the module connector. But hopefully @tjwatson can give some insights on this.

Hm, good question. I was following the example from @rotty3000 and created different variants for deployments, trying to reduce container size and compare the effect on startup time. Using the...

Sorry my statement was not precise enough. I meant atomos is not working in a executable jar with bnd. At least this is what I understand from the discussion. Although...

I just wanted to proof things and thought it is an issue. I understand that it can't be fixed easily or even not at all and we would need something...

@timothyjward As an OSGi expert, could you please at least verify if my assumption and approach for the fix is correct? I tested it locally in an Maven based OSGi-application,...

@timothyjward Thanks for the feedback. From the specification point of view, you are totally right that the `osgi.serviceloader` capabilities need to be added. Interestingly it doesn't need to be required...

I adapted the request from @timothyjward and use `@ServiceProvider` for the generation of the SPI resources. This way also the provider configuration files are generated. I therefore also removed the...