Stefan Bischof
Stefan Bischof
1. release maven: i you have the time to this. you should talk with us in next osgi-call. the first 2 topic of your link needs a lot of time:...
> This is already in place for the next release. GEAT, @bjhargrave . Thank you! I just a bit curios. When does this happen?
Here is an example where i used the TCK to test againt a org.osgi.service.log implementation - in a maven project. bnd-maven-testing plugin executes the bndrun. https://github.com/stbischof/equinox.framework/blob/use_bnd/bundles/org.eclipse.osgi.tests/osgi_tck_log.bndrun
Maybe something something like [this](https://github.com/stbischof/osgi-compatibility) ? maybe it would be good to not just test against one compatible implementaition.
I think this is Java 17. AFAIK `java16` has just an `Preview` . After last Spec-Meeting I started to play with `Records` in the Converter context. * convert FROM Record...
I recommend to use the [Converter](https://osgi.github.io/osgi/cmpn/util.converter.html#d0e167294) and do the conversation by your own. But be careful: Since you only know the Service-Interface `SomeReference`, you do not know which properties are...
Expecting I implement `SomeReference` as `SomeReferenceImple` and use a Component Property Type Annotation `ConfigAnn`. When I configure/register the service the the properties would be converted and injected as an `ConfigAnn`...
Interfaces could be analyzes do create MetatypeInformation (bnd) and inject into the service (felix) What was the reason to not put this into the spec? 1 - bnd -dsannotations-options: felixExtensions...
The solution MUST be able to handle a Bundle-start and -stop conditions based on * [Start-Level](http://docs.osgi.org/specification/osgi.core/8.0.0/framework.startlevel.html): `start-level` * [Conditions](http://docs.osgi.org/specification/osgi.core/8.0.0/service.condition.html) - `start-condition` The solution MUST be able to launch multiple Frameworks...
The `org.apache.felix.cm.impl.helper.ManagedServiceTracker` tracks the added Service and gives the Configuration to the ConfigurationManager. This one knows about the coordination and queues the configuration. Without checking the existence of an other...