Phillip Krüger
Phillip Krüger
Ok yes that should be fixed. Basically any non-router (spa of the dev ui) would have been broken
https://quarkus.io/guides/dev-ui#ide-link
This needs some work in the IDE component in vertx-http (dev ui resources). At the moment the component expects a file in this format (x.y.z.FileName) for file in src/x/y/z/FileName.java. We...
I did not follow this closely, but please use Jandex and do not include the Jetbrains dependency (if you use Jandex you can use String values to reference the class)
OK, I though we are using Jandex on the client. We really need to do that. Is there an issue for that ?
@mrickly are you keen to do a PR for this ?
Ok No worries. Most of the work is done in core (https://github.com/smallrye/smallrye-open-api/tree/main/core) and core then calls out to one of jax-rs, spring or vertx. So this should be done somewhere...
We can look at why this happens (@jmartisk) but also know that the method with the non-list will never be called by the graphql framework if there exist a list...
Nice !. @jmartisk let's get the smallrye PR in and released, then we can get this builing in CI
We are going to need a reproducer please.