ops4j / org.ops4j.pax.exam2

Pax Exam is a testing framework for OSGi
https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/
Apache License 2.0
84 stars 100 forks source link

Probe builder should support private-package [PAXEXAM-931] #1012

Closed ops4j-issues closed 3 years ago

ops4j-issues commented 4 years ago

Jean-Baptiste Onofre created PAXEXAM-931


Votes: 0, Watches: 2

ops4j-issues commented 4 years ago

Christoph Läubrich commented

Can you please a a description? Probe-builder letzt zu configure the manifest, so I don’t see a problem in supporting “private” package, in fact there is nothing like a private package in OSGi, all packages are ‘private’ by default if you don’t export them so there is no need to declare them as private.

ops4j-issues commented 4 years ago

Jean-Baptiste Onofre commented

It’s more for the dependency of the class you are testing.

ops4j-issues commented 3 years ago

Jean-Baptiste Onofre commented

Useless as we can already "tweak" the bundle thanks to @ProbeBuilder (just need to disable dynamic import package header).