Foivos Zakkak

Results 266 comments of Foivos Zakkak
trafficstars

This is addressed in https://github.com/quarkusio/quarkus/pull/28596 if we end up needing it. The plan is to drop support for 21.3 in Quarkus 2.13 and mark this as a won't fix. But...

This is an upstream GraalVM issue, it is not related to Quarkus. ``` $ native-image --version GraalVM 22.2.0 Java 17 CE (Java Version 17.0.4+8-jvmci-22.2-b06) $ native-image HelloWorld WARNING: Unknown module:...

@Karm this was appearing as "fixed" in 22.2-dev as well. The issue came up after the release because of the way upstream GraalVM CE packaged things. I suggest we wait...

Hi @ppalaga, not sure how to tackle this. Just wondering if https://www.graalvm.org/22.3/reference-manual/native-image/guides/configure-dynamic-proxies/ (i.e. defining a dynamic proxy manually) could be of any help. Are you defining any `io.quarkus.deployment.builditem.nativeimage.NativeImageProxyDefinitionBuildItem` for the...

> Could you please explain, how it could help? My understanding is that what Quarkus does via NativeImageProxyDefinitionBuildItem has the very same effect as the JSON file mentioned in https://www.graalvm.org/22.3/reference-manual/native-image/guides/configure-dynamic-proxies/...

+1 IMHO we should just try and _minimize_ the use of `-H:` options and more importantly _avoid introducing new Quarkus_ options mapping 1to1 to `-H:` options. We should instead mention...

Hi all, this is on my to-do list (just not high enough :) )

> @zakkak please fix the merge conflict before we make the internal PR. Done, should be good to go.

@olpaw could you please create the internal PR for this?