File tree Expand file tree Collapse file tree
org.graalvm.truffle.truffle-runtime Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,8 @@ Bundle-Name: ${project.name}
33Bundle-License: Universal Permissive License, Version 1.0
44Bundle-Version: ${project.version}
55Import-Package: \
6- jdk.internal.module;resolution:="optional", \
76 jdk.jfr;resolution:="optional", \
87 jdk.vm.ci.*;resolution:="optional", \
9- org.graalvm.*;resolution:="optional", \
10- com.oracle.truffle.*;resolution:="optional", \
118 *
129Export-Package: \
1310 !NOTICE, \
Original file line number Diff line number Diff line change 107107 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
108108 <bnd .version>7.1.0</bnd .version>
109109 <origin .version>${project.version} </origin .version>
110- <!--
111- When updating this, remove the extra optional dependencies from
112- org.graalvm.truffle.truffle-runtime/osgi.bnd as was done at
113- https://github.com/openhab/openhab-osgiify/pull/61/files#diff-72d54f6aa7985a49f5c2bdf53810609701809e95bc69fe8d99e670771157ed92.
114- Those imports no longer need to be optional, but this version is still
115- used by milestone builds of openHAB 5.0 that _do_ need them to be optional.
116- It's not a problem for them to be optional, so just leave them that way
117- until we update GraalVM, instead of doing a special re-package version number
118- of that bundle.
119- -->
120- <graalvm .version>24.2.0</graalvm .version>
110+ <graalvm .version>24.2.1</graalvm .version>
121111 </properties >
122112
123113 <build >
You can’t perform that action at this time.
0 commit comments