-
Hi,
I'm trying to compile dynamodb-enhanced client with Graalvm 21.1(graalvm-ce-java11-21.1.0) and awssdk.version=2.16.50
Here the code:
`DynamoDbTable dynamoDbTable = dynamoDbEnhancedClient.tabl…
-
Hey GraalVM folks,
Allow me to start with a pointer towards the homepage here:
https://www.graalvm.org/
The homepage looks neat, tidy, clear, has links to other parts and in general the quali…
-
Die Performance des native images ist signifikant schlechter im Vergleich zur "puren" Java-Variante. Die Fruchtfolgeflächen https://s3.eu-central-1.amazonaws.com/ch.so.agi.geodata/ch.so.alw.fruchtfolg…
-
this feature request must be submitted to the substrate VM team but I don't know where can I do that
**add java AWT support**
the feature is related to the IllegalArgumentException that occurs w…
-
**Type**: Bug
**Component**: DynamodDB
**Describe the bug**
When I was trying to use `io.awspring.cloud:spring-cloud-aws-starter-dynamodb` starter with a Native Image for an AWS Lambda, applica…
gvart updated
7 months ago
-
**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
-
I wanted to try the new windows native version today and windows defender triggered with a virus detection warning:
Trojan:Win32/Wacatac.B!ml
I hope this is a false positive?
-
## Overview
Prior to 6.1 M4 we did not have a need for registering resource hints for GraalVM native image for classpath location patterns (i.e., locations containing wildcards (`**`, `*`, or `?`) …
-
We will probably need to Update Micronaut 4 and Camunda 7.20 together because both switched from `javax` to `jakarta` namespace. We will also need to update to Java 17.
-
I want to limit native executable memory size, just like java -jar -Xmx500. what should I do?