Skip to content

Commit ffbfe9a

Browse files
authored
Upgrade to GraalVM 24.2.1 (#63)
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent 4fc650b commit ffbfe9a

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

org.graalvm.truffle.truffle-runtime/osgi.bnd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ Bundle-Name: ${project.name}
33
Bundle-License: Universal Permissive License, Version 1.0
44
Bundle-Version: ${project.version}
55
Import-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
*
129
Export-Package: \
1310
!NOTICE, \

pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,7 @@
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>

0 commit comments

Comments
 (0)