Skip to content

Commit 19b4618

Browse files
author
gurkerl83
committed
Do not expect package com.oracle.svm at OSGi runtime
In the current build process, some SVM substitutions got integrated to generate a native-image of the library. From an OSGi perspective, the integration of Oracles, respectively, Graal's substrate dependency causes an unintentional statement in the manifest.mf of the build result expecting a package called com.oracle.svm. This pull request adjusts the osgi.bnd file to avoid the com.oracle.svm package from being required when the bundle gets executed in an OSGi runtime.
1 parent cc08efb commit 19b4618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/osgi.bnd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Export-Package: \
66

77
Import-Package: \
88
!io.netty.*, \
9+
!com.oracle.svm.*, \
910
javax.security.cert, \
1011
*
1112

0 commit comments

Comments
 (0)