Skip to content

Commit 9886615

Browse files
committed
Require JAXB implementation by capability
This avoids the wiring problem that occurs because the same package is also exported by the source bundle.
1 parent 73f5834 commit 9886615

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • org.eclipse.wb.core.databinding.xsd/META-INF

org.eclipse.wb.core.databinding.xsd/META-INF/MANIFEST.MF

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ Import-Package: jakarta.xml.bind;version="[3.0.0,5.0.0)",
1111
Bundle-RequiredExecutionEnvironment: JavaSE-21
1212
Automatic-Module-Name: org.eclipse.wb.core.databinding.xsd
1313
Bundle-ActivationPolicy: lazy
14+
Require-Capability: osgi.extender;filter:="(osgi.extender=osgi.serviceloader.registrar)",
15+
osgi.serviceloader;filter:="(osgi.serviceloader=jakarta.xml.bind.JAXBContextFactory)"

0 commit comments

Comments
 (0)