-
Currently, it's not possible to build GraalVM with configuration `--no-jlinking` when the base JDK doesn't include JMOD files. Only building `native-image` works in the `--no-jlinking` config: `mx --p…
-
I use jjwt generate token for my micronaut app,I use graalvm build native-image, when generate token, I get this error:
`io.jsonwebtoken.lang.UnknownClassException: Unable to load class named [io.j…
-
I'm not sure how the actions/setup-python caching is supposed to work, but every graal action indicates that it's "not found in the local cache", leading to a 30~35s overhead over cpython and pypy bui…
-
Example here: https://github.com/open-telemetry/opentelemetry-java/actions/runs/11899639702/job/33158699927?pr=6891
```
Execution failed for task ':integration-tests:graal-incubating:test'.
> Err…
-
This issue is to discuss possible support for [Graal Native Image](https://www.graalvm.org/latest/reference-manual/native-image/), and how that might be achieved.
Of late, I have been using Graal N…
-
Right now we only provide a NodeJS-based Ydoc docker image build definition and build/push to registry on a per-need basis.
We need to:
- [ ] provide a Docker build definition for Graal-based Ydoc…
-
### 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…
-
**Describe the issue**
A clear and concise description of the issue. We recommend using the [latest snapshot builds](https://github.com/graalvm/graalvm-ce-dev-builds/releases) to replicate the issue …
-
Following the great success of Graal's native image in projects like [Quarkus](https://quarkus.io/), Kyo should also provide a straightforward way to ship an HTTP server using `kyo-tapir` in a native …
-
Change `graalvm.version` value in the ./pom.xml from 23.1.0 to 24.1.1
Truffle is built with GraalVM so a Graal JDK build is required. Anything less than JDK 21 will not work. If you're using sdk …