Stefan Bischof

Results 205 comments of Stefan Bischof

Since service come and go for several reasons it could be that Service is soon back after your waitForRemoval. I would prefer to have a `Waiter-Mechanism` that can also wait...

``` exampleIntegrationTest() throws Exception { MonitoringAssertion.executeAndObserve(() -> { ServiceRegistration sr = bc.registerService(Serializable.class, new Serializable() {}, Dictionaries.dictionaryOf("k", "v0")); sr.setProperties(Dictionaries.dictionaryOf("k", "v1")); sr.setProperties(Dictionaries.dictionaryOf("k", "v2")); sr.unregister(); }) .untilNoMoreServiceEventWithin(100l)// main stop-condition criteria .assertWithTimeoutThat(3000)// timeout to...

``` exampleIntegrationTest() throws Exception { MonitoringAssertion.executeAndObserve(() -> { ServiceRegistration sr = bc.registerService(Serializable.class, new Serializable() {}, Dictionaries.dictionaryOf("k", "v0")); sr.setProperties(Dictionaries.dictionaryOf("k", "v1")); sr.setProperties(Dictionaries.dictionaryOf("k", "v2")); sr.unregister(); }) .untilNoMoreServiceEventWithin(100l)// main stop-condition criteria .assertWithTimeoutThat(3000)// timeout to...

@timothyjward Could you reopen this?

opened branch for https://github.com/osgi/osgi/tree/requirements/587

I opened the design branch: https://github.com/osgi/osgi/tree/design/587 @laeubi

Sorry @laeubi, I did not get it. Could you help me with a user story. > based on this an IDE/Tool can scan the target/repositories/... for items it wants to...

your branch https://github.com/osgi/osgi/tree/requirements/696

Issues: Doclets might not run untder java 8 https://github.com/osgi/osgi/tree/main/osgi.specs/src/org/osgi/tools/xmldoclet