Georgios Andrianakis

Results 773 comments of Georgios Andrianakis

I tried to reproduce this but I failed...

Thanks a lot for this! I'll have a look next week.

@aloubyansky it seems like `io.quarkus:quarkus-resteasy-reactive-kotlin` is not getting included in the build (it's included in `quarkus-resteasy-reactive` [here](https://github.com/quarkusio/quarkus/blob/2.13.1.Final/extensions/resteasy-reactive/quarkus-resteasy-reactive/runtime/pom.xml#L23) and [here](https://github.com/quarkusio/quarkus/blob/2.13.1.Final/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/pom.xml#L22)). The problem does **not** happen with `2.13.0.Final`, it starts showing up...

Yes, it does. This seems to indicate a problem with the conditional adding of extensions in `2.13.1.Final` (I also think the problem is limited to Gradle)

What do you propose we do here @zakkak? Ignore the configured values when using GraalVM 21.3 and just log a warning?

> But I think we should better fail with an error stating that the user needs to either use a newer version of GraalVM or remove the LambdaCapturingTypeBuildItem Users don't...

@zakkak have we addressed this one?

See https://github.com/quarkusio/quarkus/issues/22658#issuecomment-1017523516