Severin Gehwolf

Results 198 comments of Severin Gehwolf

@galderz No it likely didn't. GraalVM CE is based on labs JDK 11, vs. mandrel on stock OpenJDK 11. It could be the reason why it didn't show up with...

Building `quarkus-integration-test-grpc-interceptors-999-SNAPSHOT-runner` seems to have the same problem.

@geoand @Sgitario It looks fine to me and makes some sense. As mentioned in https://github.com/quarkusio/quarkus/issues/27211 the reason why this is happening now is the https://github.com/oracle/graal/commit/ce3d101fba368cdb4bd8eebad770e5c59c8aa57a change in GraalVM (22.3+). Previously...

FWIW, I came to the same conclusion when it comes to substitutions in https://github.com/quarkusio/quarkus/issues/27232

> You mean that no kind of substitution will work? No, I'm not saying that, as that would be too generic :-) It seems likely, though. In the case of...

What's the status of this? It still generates a lot of noise in our CI testing :-(

Related mandrel issue: https://github.com/graalvm/mandrel/issues/316

> > 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...

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 here, for example:...