Re: Resolving one 3rd party bundle before another

2017-10-27 Thread Timothy Ward
If you put the findbugs annotations on the system classpath when launching the tests then they will be exposed through the system bundle alongside the annotations from the JRE using the javax.annotation package. Regards, Tim > On 26 Oct 2017, at 18:50, JT

Resolving one 3rd party bundle before another

2017-10-26 Thread JT
Hi I am in the process of OSGi-ifying the source for TestFx, a JavaFx test framework. This bundle will import package javax.annotation provided by google.findbugs.annotation bundle but this is the JSR305 javax.annotation package not the same as exported by the Felix system bundle 0.