Toni Menzel

Results 18 issues of Toni Menzel

Hi, did you look at Pax Wicket (https://github.com/ops4j/org.ops4j.pax.wicket) ? It currently gets a rewamp and is in active development again. Just to not reinvent the wheel. Toni

osgi
improvement

Hey @mockitoguy, great project! This is not the place for it (where is it? Mailinglist somewhere?) but: great project & dedication!! Now, uhm.. as a previous Maven consultant (converted teams...

suggestion

Integration tests in bndtools use a custom test launcher. Thats why they are not part of test coverage (coverage always 0%). Guess its only a matter of passing jacoco preprocessing...

latest release according to https://plugins.gradle.org/plugin/nebula.release is 6.3.0. Updated Readme.md accordingly.

I think the implementation in [https://github.com/dpishchukhin/org.knowhowlab.osgi.testing/blob/master/org.knowhowlab.osgi.testing.assertions/src/main/java/org/knowhowlab/osgi/testing/assertions/ServiceAssert.java#L455](https://github.com/dpishchukhin/org.knowhowlab.osgi.testing/blob/master/org.knowhowlab.osgi.testing.assertions/src/main/java/org/knowhowlab/osgi/testing/assertions/ServiceAssert.java#L455) is incorrect. Instead the call must wait for the specified amount (timeout). If it sees the service to be null once within that timeframe,...

type.enhancement
osgi.core

This plugin is far behind in terms of gradle compatibility and bnd version. The official plugin from bndlib is https://plugins.gradle.org/plugin/biz.aQute.bnd which is superior and well mantained. The README of this...

Needed to ignore a single integ test because "trace" seems to have lost meaning in bndlib 4.

We observed split package warnings where there really shouldn't be any. Looking at classpath which is printed on "trace": > Class path [Jar:A, Jar:B, Jar:main, Jar:main]] i would claim that...