-
### Describe the Issue
Attempting to build a native image of Oracle SQLcl Version 24.3.0.285.0530 fails within oracle.jdbc.nativeimage.NativeImageFeature.
### Using the latest version of GraalVM…
-
### Describe the Issue
When attempting to start up my native image, I'm met with the following stack trace:
`Exception in thread "main" java.lang.InternalError: Error loading java.security file
…
-
### Describe the Issue
Running built native image on Windows, AWT component `MenuItem` shows wrong characters.
`MenuItem` on `SystemTray` `PopupMenu` shows characters with inverted byte order.
Ot…
-
# Support GraalVM native images
In addition to supporting Kotlin/JS and Kotlin/Native (See #69) we should provide Support for GraalVM native image.
## Tasks
- [x] Generate GraalVM runtime hints…
-
Check SDK compiles using GraalVM native image.
* [ ] Figure out the required tasks required to enable the SDK to compile using GraalVM native image.
* [ ] Add CI test checking GraalVM native image…
-
### Describe the Issue
When `ImageLayerLoader#createBaseLayerMethod` is loading the layer's methodData it's defining annotations as well, but these annotations seem lacking their attributes.
In so…
-
There is an issue when using native compilation with GraalVM. I'm trying to use the **Admin SDK API Client Library** for directory operations.
#### Environment details
- Admin SDK API Client Li…
-
[GraalVM](https://www.graalvm.org/) is next generation emerging technology in the worlds of JVM.
And it have a feature called [native-image](https://www.graalvm.org/22.0/reference-manual/native-ima…
-
Update the build files, and change the engine ([`Netty` is not supported for GraalVM](https://youtrack.jetbrains.com/issue/KTOR-2558)) such that a docker image can be build with a native image.
Che…
-
### Describe the Issue
This is my simple code, displaying a file chooser object in JavaFX Maven application:
```java
setOnShowing(ev -> {
Platform.runLater(() -> {
…