-
```
What steps will reproduce the problem?
N/A
What is the expected output? What do you see instead?
META-INF/MANIFEST.MF should contain OSGi headers.
What version of the product are you using? On w…
-
@mhilbush Lazysodium would like to upgrade to Gradle 6. The plugin `osgi` was removed in Gradle 6.
Instead I have switched to using Bnd: https://github.com/bndtools/bnd/blob/master/biz.aQute.bnd.gr…
-
When I put the agent on solution build with OSGI Bundle (Apache Felix in this case)
I've got class not found exception for the agent.events.Event and other.
is there a non-intrusive way to include …
-
```
Hello
Please create OSGi bundle from your jar. You can use Bnd tool to do this. See
http://www.aqute.biz/Bnd/Ant or http://www.aqute.biz/Bnd/Maven.
Thanks in advance
```
Original issue reporte…
-
```
The attached patch and binaries adds an OSGi test suite to Guice.
This test starts up an OSGi container using the new standard launch API and
installs the relevant bundles. It registers bindings …
-
```
What steps will reproduce the problem?
N/A
What is the expected output? What do you see instead?
META-INF/MANIFEST.MF should contain OSGi headers.
What version of the product are you using? On w…
-
I am using the OSGi version of Metro in version 2.3.1, but I cannot create an OSGi runtime environment so that all package dependencies get fulfilled. I have a minimum standalone runtime (without OSGi…
-
I think we should look at switching DMDirc to use an OSGi framework for both the client itself and for plugins.
The OSGi framework could replace a lot of stuff we do ourselves, such as:
* Depende…
-
when installing plugin into an eclipse 2022-09 an installation error shows up:
Error message:
Cannot complete the install because one or more required items could not be found.
Software cur…
-
implementation not compatible with osgi class loading:
``` java
private ValidatorFactory getValidatorFactory() {
try {
return Validation.buildDefaultValidatorFactory();
} catch (Valid…