Skip to content

Commit

Permalink
Adds Feature eclipse#1568 - [OSGi] Opting in to Service Loader Mediator
Browse files Browse the repository at this point in the history
  • Loading branch information
fipro78 committed Apr 4, 2024
1 parent d586d23 commit ad5c9c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions eclipse-collections-api/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ Automatic-Module-Name: org.eclipse.collections.api
Bundle-SymbolicName: org.eclipse.collections.api
Export-Package: \
*;version="${package-version}"

Require-Capability: \
osgi.extender;\
filter:="(&(osgi.extender=osgi.serviceloader.processor)(version>=1.0)(!(version>=2.0)))"
4 changes: 4 additions & 0 deletions eclipse-collections/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ Export-Package: \
Import-Package: \
sun.misc.*;resolution:=optional, \
*

Require-Capability: \
osgi.extender;\
filter:="(&(osgi.extender=osgi.serviceloader.registrar)(version>=1.0)(!(version>=2.0)))"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<version>5.1.1</version>
<version>6.4.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit ad5c9c1

Please sign in to comment.