-
Using MockKExtension in a junit 5 test fails when running with GraalVM native with Spring Boot.
The error is:
```
NoClassDefFoundError: Could not initialize class io.mockk.impl.JvmMockKGateway
`…
-
**Is your feature request related to a problem? Please describe.**
It would be nice to have native image descriptors as part of the temporal-spring-boot-starter-alphao
Similar to what already exis…
-
Happened once, not reproducible. I think it deadlocked right at the startup on the opening of the app from the arguments.
```
PID: 12308
Host: localhost
Main class: org.netbeans.Main
Arguments:…
krasa updated
4 years ago
-
Hey there GraalVM devs,
I just did the following command on my linux box:
gu install native-image
This command normally works when I install native-image. (On a side node, perhaps in the
…
-
### Version Info
java:17
spring-boot:3.0.1
spring-framework:6.0.3
spring-guice:2.0.2
native-maven-plugin:0.9.19
### Description
I followed the requirements of the [SpringBoot3 native-image d…
-
Using `1.7.0`:
1. I created `src/graal/reflect.json`
1. I specify `"-H:ReflectionConfigurationFiles=stage/resources/reflect.json"` in my `graalVMNativeImageOptions`
1. I do not have `graalVMNativ…
-
**Problem statement:**
Compilation works fine on JDK8(not openJDK) with GraalVM 19.3.0 EE for linux for my projects, but report runtime error below on start.
java.lang.UnsatisfiedLinkError: faile…
-
### Expected Behavior
The deserialization works with a JDK `./gradlew run` but when I run it with GraalVM `./gradlew nativeRun` I get the error :
```
Caused by: io.micronaut.http.codec.CodecExcept…
-
I'm not sure if I'll do it, but I'm wondering: what if this were ported to Scala, set up to compile with GraalVM's `native-image`? Pros:
1. it wouldn't have additional runtime dependency, like `hu…
-
Thanks for reporting an issue for Micronaut, please review the task list below before submitting the
issue. Your issue report will be closed if the issue is incomplete and the below tasks not complet…
parml updated
4 years ago