Is your feature request related to a problem? Please describe.
When updating to 0.11 I get
- GraalVM 21 works fine
- GraalVM 25 says that 'org.junit.platform.launcher.core.DefaultLauncherConfig' was found in the image heap
Some version of GraalVM 24 starts to show the error - but I can't remember the exact version
PR: open-telemetry/opentelemetry-java#7736
DefaultLauncherConfig is already added to
|
org.junit.platform.launcher.core.DefaultLauncherConfig |
- so I don't know how to fix or work around this issue
Is your feature request related to a problem? Please describe.
When updating to 0.11 I get
Some version of GraalVM 24 starts to show the error - but I can't remember the exact version
PR: open-telemetry/opentelemetry-java#7736
DefaultLauncherConfig is already added to
native-build-tools/common/junit-platform-native/src/main/resources/initialize-at-buildtime
Line 89 in 154f9ff