Arnaud Quiblier wrote:
[...]
<dependency>
<groupId>org.ungoverned.gravity.servicebinder</groupId>
<artifactId>servicebinder</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
[...]
Arnaud,
I checked a ported Service Binder into the Felix repo. It builds and
installs into the Felix runtime OK for me. I need another block of time to:
- test it more with bundles that depend on Service Binder
- wire it into the Felix parent pom
- switch the tutorial spellcheck example to use it
- deploy it
Until then I could use more eyes on it and any issues reported.
Enrique