-
Following along with the readme and docs for:
mn create-app my-app --features aws-api-gateway-graal
Building the native image fails as is shown here:
https://github.com/micronaut-projects/micro…
-
- [ ] [Micronaut Prometheus](https://github.com/micronaut-projects/micronaut-micrometer/issues/530)
- [x] [Micronaut Views](https://github.com/micronaut-projects/micronaut-views/issues/508)
- [x] Mi…
-
I am trying to run an application as a Graal Native image which sets up a simple Kryonet server from the examples on this git page, but I have coming across the following issue. Any chance the devs o…
-
Hi @jeffque I was thinking that we should add the Native Image and as well both JIT and Native Image from Oracle GraalVM, to properly compare "all" options. And perhaps integrate it better with JMH.
…
-
This is an issue to automatically track failures in Mandrel's CI runs.
-
### Task List
- [x] Steps to reproduce provided
- [x] Stacktrace (if present) provided
- [ ] Example that reproduces the problem uploaded to Github
- [x] Full description of the issue provided (…
phxql updated
3 years ago
-
Please add an option to try to avoid building the exe if it was already created by some other plugin, like GraalVM native image plugin.
Rationale:
As it is now, if you create a simple Micronaut ap…
-
The "[Port forwarding](https://jadaptive.com/java-ssh-library/maverick-synergy/port-forwarding-java-ssh-example/)" sample does not work with this configuration:
- Java 22
- Windows 11
- Last rele…
-
I'd love to see GraalVM-enabled builds on Windows. Ideally, I'd go for JDK8 on Windows 64-bit.
I don't know any details, but there might be a general compatibility issue, as even Oracle does not pr…
-
Hi,
This is my usage of Pug4J:
```
PugTemplate template;
PugConfiguration config = new PugConfiguration();
config.setExpressionHandler(new GraalJsExpressionHandler());
try {
templat…