-
**Describe the problem**
A simple Spring Boot 3.2.x application with Gradle and Gradle Native image plugin.
Running nativeImage target works without configuration changes.
Adding build arguments le…
-
**Describe the issue**
Upgrading to the latest graal-sdk (22.1.0) is causing a failure at image build time. Note that this used to work fine with 22.0.0.2.
**Describe GraalVM and your environment:…
-
### Expected Behavior
I am using an RxJava 2 `io.reactivex.Single` type as return type of a Micronaut declarative HTTP client (with annotation `@Client`). An example looks like this:
```
@Clien…
-
Output only to the console cannot be output to a specified log file
```
java version "21.0.1" 2023-10-17
Java(TM) SE Runtime Environment Oracle GraalVM 21.0.1+12.1 (build 21.0.1+12-jvmci-23.1-b19…
-
**Describe the issue**
Running JUnit Jupiter tests on Kotlin `1.9.0` fails when running under GraalVM (`nativeTest` via Gradle). See [reproducer project](https://github.com/sgammon/kotlin-1.9.0-gvm-r…
-
Opening this to know if there's some interest and discuss details of a possible implementation.
Basically, what I'd like to discuss is adding the possibility to do things like
```text
$ amm scrip…
-
**Describe the problem**
`
Exception in thread "main" org.springframework.boot.context.properties.bind.MissingParametersCompilerArgumentException: Constructor binding in a native image requires comp…
-
Gradle runs `System.getProperty("java.vm.vendor")` to determine the JVM's vendor. On GraalVM CE 22.3.0 this returns `GraalVM Community` and Gradle correctly recognizes this as a JVM vendored by Graa…
-
**Project description**
Pkl — pronounced Pickle — is an embeddable configuration language which provides rich support for data templating and validation. It can be used from the command line, i…
-
Hi,
I wonder if it's possible to generate an immutable class that has an empty public constructor. We need that constructor because of getting the following error:
```
com.fasterxml.jackson.dat…