Galder Zamarreño

Results 219 comments of Galder Zamarreño

One option is of course to inline the contents of the files into the dockerfile, but that can be quite tedious. It'd be a pain with binary files. Maybe a...

The only workaround is to do: `sbt "gen-idea no-classifiers"`, but then you don't have source/javadocs for any of the other libraries :(

@jerboaa Did the GraalVM CE dev build you built use the same base JDK as Mandrel version that is failing? I have seen `NoClassDefFoundError` before due to JVMCI differences, e.g....

@zakkak Thanks for the exhaustive testing. It's important not to forget that there's some variability in the native build memory usage. In my local testing I've found that memory usage...

Note that in my testing I don't pass in `-Xmx` into the native image build processes, so that's why the max RSS numbers can look higher than the ones found...

> In any case, I am OK with enabling `ParseOnce` (given that the CI is now happy with it) and letting the users disable it on demand if they really...

@jerboaa Yes it is, I realised that after posting the comment.

> The build is still failing: > > * Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/83500076 I've came across this issue too: https://github.com/apache/camel-quarkus/issues/1115

> There are two cases of internal API usage which recently popped up breaking a potential future API contract (worked-around for now by [this PR](https://github.com/quarkusio/quarkus/pull/26370)): > > 1. `org.graalvm.nativeimage.impl.ConfigurationCondition`: Used...

I think these ^ fall within the "JNI / Resource / Proxy / Serialization registration" section in the [discussion](https://github.com/oracle/graal/discussions/4616). A public API version to register resources, serialization and others are...