-
### Describe the Issue
Using `-H:+AllowJRTFileSystem` creates a native image that reads from the Graal JDK's module files, instead of reading from the provided JAVA_HOME.
### Using the latest versio…
-
**Description:**
With Java 21, GraalVM native image tool has marked some of the options/properties as experimental in order to remove them in the upcoming releases[1].
Currently there are added …
-
**Is your feature request related to a problem? Please describe.**
Notifications are not sent when run as a native image.
I was able to use the library after adding reflection configuration for thes…
-
Hello guys,
today i've updated one of my projects from version 20 to 21, tried to build and execute, but the native image build failed. The error i am getting is:
```
Fatal error: java.lang.Lay…
-
### Describe the Issue
I can't build a native executable that includes FFM functionality, and it doesn't include a static library when it actually runs
### Using the latest version of GraalVM can re…
-
Hello! I’ve started using the library and came across some errors. This error appears when trying to extract the content from a PDF with default configurations:
Exception in thread "main": org.graa…
-
## Feature Request
**For English only**, other languages will not be accepted.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we c…
-
### Describe the Issue
HI! I am in the process of migrating an existing spring boot application to Graalvm. One of the requirements is to instrument the application with the Datadog agent, which, acc…
-
Starting a native image built with `bootBuildImage` and `org.springframework.boot:spring-boot-starter-log4j2` throws an error on startup
```
Exception in thread "main" java.lang.ExceptionInInitial…
msosa updated
1 month ago
-
### 问题描述
If a bean contains a boolean field, it can't be deserialized with false value in GraalVM native image.
### 环境信息
- OS信息: macOS 14.7 (23H124)
- JDK信息: Java(TM) SE Runtime Environment…