-
-
### TL;DR
We want to maximize support for JFR in GraalVM Native Image.
### Goals
We want to allow users to re-use their monitoring tools and other JFR-based tools for native deployments of th…
-
### Describe the bug
To start with some context, we are creating a Spring Boot project with Spring Cloud Functions that uses GraalVM to build a native image and deploy this to AWS Lambda. Here it wil…
-
I tried to use the monitoring of native image build for my javafx application with gluonfx maven plugin.
I am on windows and my build and native app following gluon docs works correctly :)
I f…
cnico updated
2 months ago
-
**Describe the issue**
JVM prints:
```
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "String.length()" because "HelloWorld.name" is null
at HelloWorld.main(HelloWorld…
-
**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…
-
There's one use case for native image entry points that cannot be satisfied in the current implementation: the case where Java calls into C, which in turn calls back to Java using a provided function …
-
Context: most Docker daemons on MacOS behave OK, but there's some quirks such as the below if you try and run https://github.com/codecov/codecov-gateway under implementations like https://orbstack.dev…
CpuID updated
3 months ago
-
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
-
I know OpenPdf is not officially supported on Android devices.
Still any chances to provide support on Android Device, I am instrusted to make Android App using Gluon's plugins e.g. gluonfx-maven-p…