-
Would it be possible to add OSGI metadata to the MANIFEST?
just like zip4j did? https://github.com/srikanth-lingala/zip4j/issues/89
https://luceeserver.atlassian.net/browse/LDEV-4280
-
decoupling between osgi-container and osgi-web-container:
Replace the following with a new way .
for (ServiceReference r : urlhandlers) {
urlhandler = (URLStreamHandlerService) osgicontext.getSer…
-
```
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 …
-
```
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…
-
```
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…
-
```
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…
-
cc: @c0d3d
`easy-plugins` works well within a single-classloader environment, but there are challenges involved with running things across OSGi boundaries. In particular, the `*Registry` classes are…
-
```
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…
-
```
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…
-
If I try to call the Jimfs via Paths.get of a Jimfs URI inside an OSGi bundle, I get an illegal access exception from the reflection code in the file system provider. I'm not sure what the fuss is abo…