Skip to content

Commit

Permalink
#242 OSGi headers
Browse files Browse the repository at this point in the history
Inclusion of optional ServiceLoader provider requirement
  • Loading branch information
ascertrobw committed Sep 9, 2021
1 parent 7c51ed6 commit 5218baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2dbc-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<Bundle-Version>${project.version}</Bundle-Version>
<Export-Package>io.r2dbc.spi;version="${project.version}"</Export-Package>
<Import-Package>javax.annotation.meta;resolution:=optional,javax.annotation</Import-Package>
<Require-Capability>osgi.ee;filter:="(&amp;(osgi.ee=JavaSE)(version=1.8))"</Require-Capability>
<Require-Capability>osgi.ee;filter:="(&amp;(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>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 5218baa

Please sign in to comment.