Rüdiger zu Dohna

Results 224 comments of Rüdiger zu Dohna

I've seen that, but it currently just looks like a PoC. Is there any documentation? I'd be very interested in understanding where we're going here!

> Or you can connect on zulip too I'd rather not use too many communication channels... let's keep it here 😁

That's a really cool idea. I love it. But it's still quite a way to go. As I need the implementations of a super type for the `Union`, I created...

@mskacelik: would it be possible to have only a single query string generator, but two meta data providers, one for Quarkus and one via reflection? The former would run at...

I have another problem with this approach: If I have a Java SE client, e.g. in a test, the Jandex has not been scanned. I would love to use sealed...

What do you think of this idea: 1. We create an interface for the `VertxTypesafeGraphQLClientProxy#queryCache` named `OperationStore`. It provides the query string for a `MethodKey` (which should BTW really be...

Current WildFly versions still support Java 11, true. But they've also been supporting Java 17 for a while; I can't recall since when exactly... do you happen to know? I...

Okay, so we'll stick to 11 for now. I still think that sealed classes would not put a burden on developers, but if we support both options (because it will...

> I'd go with the Jandex approach that scans it within the model-builder module IIUC, the model-builder is only used in Quarkus, and it has a dependency on Jandex, so...

The WildFly Feature Pack doesn't find the `MethodKey` class. How can we fix that?