osgi-run icon indicating copy to clipboard operation
osgi-run copied to clipboard

Osgi-Run - A Gradle plugin to make the development of modular applications using OSGi completely painless

Results 10 osgi-run issues
Sort by recently updated
recently updated
newest added

When I use the 'runOsgi' task, it gives me: ``` Feb 14, 2022 12:13:34 PM org.jline.utils.Log logr WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug...

bug
help wanted

Is it possible to build a fat jar with all transitive dependencies (conflicts resolved similar to maven), and select just the packages that I need to export for my plugin...

enhancement

JavaFX cannot run in most OSGi environment. Creating a pre-configured environment enabling JavaFX might be very useful to a lot of people. Notice that this might involve having several configs...

enhancement

Firstly, I'm loving this plug-in, thank you! I'm having some trouble figuring out how to properly use DS Annotations. Felix SCR annotations are now deprecated in favor of the actual...

enhancement

[GDSL](https://confluence.jetbrains.com/display/GRVY/Scripting+IDE+for+DSL+awareness) will allow the IDE to auto-complete and check the syntax of Groovy DS files.

enhancement

[feature request] please vote with :+1: from the top right menu run any time any osgi container with `runOsgiFelix`, `runOsgiEquinox`, `runOsgiKnopflerfish` Currently this plugin makes a great job to run...

enhancement

If osgi-run relies on gradle `osgi` plulgin #31 , then with osgi-run it is likely impossible to make jar with nested jar. There is [`gradle-bundle-plugin`](https://github.com/TomDmitriev/gradle-bundle-plugin) > that uses the bnd...

question