Re: GoGo Command requires a runtime

2021-11-04 Thread Raymond Augé
Another option which is less ideal but useful if you have a strong reason not to make the gogo annotations import optional (maybe there are too many bundles to change or something) then you can tell bnd that certain capabilities (particularly ones which are `effective:=active`) are already provide

Re: GoGo Command requires a runtime

2021-11-04 Thread Raymond Augé
So this is because of the imported package `org.apache.felix.gogo.command` for the annotations right? Just make that import optional! On Thu, Nov 4, 2021 at 6:20 AM Alexander Broekhuis wrote: > Hi all, > > Since a few releases GoGo uses a cap/req model to get a complete set of > bundles (shell,

GoGo Command requires a runtime

2021-11-04 Thread Alexander Broekhuis
Hi all, Since a few releases GoGo uses a cap/req model to get a complete set of bundles (shell, runtime, command). While this makes sense in most cases, this introduces a new problem for us. When creating a component that implements some commands, it is now always coupled to the shell bundle as we