-
This issue is automatically updated by CI to report issues with Quarkus main and mandrel builds of `graal/master`
-
```
$ ./2compile_graal.sh
deleting old JAR file ...
copying JAR file to current dir ...
running 'native-image' command on sbtmkdirs_2.13-0.2.jar ...
[sbtmkdirs:11328] classlist: 1,764.38 ms,…
-
### Expected Behavior
Running `./gradlew nativeTest` will compile and execute the tests as native code.
### Actual Behaviour
When running `./gradlew nativeTest`, the gradle task `nativeTestCompile…
-
**Describe the bug**
When using graal docker image introduced in https://github.com/erdos/stencil/pull/53, .docx templates are rendered slower.
**To Reproduce**
1. download & extract a .docx te…
gmile updated
4 months ago
-
Things that would be good to know about Linkerd and the new [Graal VM](https://www.graalvm.org/):
- Does the Graal JIT compiler improve Linkerd performance and/or memory usage?
- Can Linkerd use t…
-
### Acceptance Criteria (Required on creation)
* Bump `org.graalvm.sdk:graal-sdk` to a version >= 21.3.10.
* Warning "implementation doesn't support runtime compilation" is handled
### Hints
…
-
Hi all.
I'm unable to use a handler when using karate.websocket(), as intented in the documentation.
The test is:
```
@ws-test
Feature: public test
@websocket
Scenario: only listeni…
-
I built my scala program with GraalVM and class init at build time. From the error message I find that os.pwd0 is defined as a `val`, which was probably calculated by GraalVM compiler at build time, w…
-
Hi There,
When attempting to build my project using Graal VM, I encountered an error. I'm not sure if Spring Content supports Graal VM, but I'm raising this issue in case it's a bug or if support c…
-
Adapt for AWT: [GR-56112] Add detection of System.getProperty("java.home")
### Description
Fonts related part of AWT requires at least a fake JAVA_HOME directory structure to look for fonts. We work…