Dmytro Pishchukhin
Dmytro Pishchukhin
> So for a bundle that hasn't changed between KF4, KF5 and KF6 the bundle version is the same, but potentially compiled for different JDK versions. @chlarsson But they have...
Cannot you use fragment bundles for native libs?
let me try to understand: you have bundles, for example, useradmin implementation that is compiled with JDK from 4 to 8 and all these artifacts have the same BSN and...
In this case, Maven classifier suits very well. e.g. - org.knopflerfish/useradmin/1.0/jdk1.4 - org.knopflerfish/useradmin/1.0/jdk1.5 - etc.
``` java postEvent(topicX, 200, TimeUnit.MILLISECONDS) // check API for more details assertEvent(topicX, 500, TimeUnit.MILLISECONDS) ``` it fires an event after a small delay in the separate Thread and assetEvent tries...
yes, in version 2.x
this summer. new 1.4 version will support DS partly. (release is planned as well this summer)
will see. if i have enough time for this
serviceUnavailable assertion checks if a service is not appeared in the registry within defined time, but not the final service status. you can try assertServiceEvent() for your case to validate...
sure, a new assertion is an option as well.