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 Mar 27, 2024
1 parent d586d23 commit 3f6d7bb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion eclipse-collections-api/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
package-version=${version;===;${Bundle-Version}}

Automatic-Module-Name: org.eclipse.collections.api
-jpms-module-info: 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)))"
6 changes: 5 additions & 1 deletion eclipse-collections/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package-version=${version;===;${Bundle-Version}}

Automatic-Module-Name: org.eclipse.collections.impl
-jpms-module-info: org.eclipse.collections.impl
Bundle-SymbolicName: org.eclipse.collections.impl

Export-Package: \
Expand All @@ -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 3f6d7bb

Please sign in to comment.