Is it possible to use wildcards in org.osgi.framework.system.packages.extra in Felix?

800 views Asked by At

Is it possible to use wildcards in org.osgi.framework.system.packages.extra in Felix?

For example, I want to export to the org.osgi.framework.system.packages.extra packages like my.package.* .

1

There are 1 answers

0
Marcel Offermans On BEST ANSWER

No, it does not. The specification literally states:

Packages specified in this property are added to the org.osgi.framework.system.packages property and therefore have the same syntax. This allows the configurator to only define the additional packages and leave the standard VM packages to be defined by the framework.