We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c51ed6 commit 5218baaCopy full SHA for 5218baa
r2dbc-spi/pom.xml
@@ -86,7 +86,7 @@
86
<Bundle-Version>${project.version}</Bundle-Version>
87
<Export-Package>io.r2dbc.spi;version="${project.version}"</Export-Package>
88
<Import-Package>javax.annotation.meta;resolution:=optional,javax.annotation</Import-Package>
89
- <Require-Capability>osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"</Require-Capability>
+ <Require-Capability>osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))", osgi.extender;resolution:=optional;filter:="(osgi.extender=osgi.serviceloader.processor)",osgi.serviceloader;resolution:=optional;filter:="(osgi.serviceloader=io.r2dbc.spi.ConnectionFactoryProvider)";cardinality:=multiple</Require-Capability>
90
</manifestEntries>
91
</archive>
92
</configuration>
0 commit comments