Michael Sievers

Results 5 comments of Michael Sievers

This would indeed be awesome. Until then, you can at least sneak it in, so that it can be managed by `sdk` the same way every other supported version can....

I faced a similar problem with existing code already having properties initialized with empty lists. For me `.overrideDefaultInitialization(true)` did the trick and initialized the fields, already populated with empty lists....

Although it's not exactly the same error message, the following use case seems related from my perspective. In the current Spring Boot 3.2, if you activate the newly introduced virtual...

@eregon We use GraalVM in a Spring Boot Java application to enrich business logic with custom JavaScript snippets. For security reasons, we use [polyglot sandboxing](https://www.graalvm.org/latest/security-guide/polyglot-sandbox/) with a [SandboxPolicy.UNTRUSTED](https://www.graalvm.org/latest/security-guide/polyglot-sandbox/#untrusted-policy). Am I...

@eregon Let me try to elaborate on why support for virtual threads in native-image is an important feature from my perspective. For example, when using GraalVM to extend business logic...