-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphQL Field level context and error event on blocking fixes #27679
Conversation
7f7db07
to
fa2424f
Compare
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Phillip Kruger <[email protected]>
fa2424f
to
7744dec
Compare
This comment has been minimized.
This comment has been minimized.
@jmartisk @phillip-kruger this update is missing the Jakarta counterpart. Could you fix it and make sure it doesn't happen again? Thanks. Also, as reported elsewhere, I suspect this patch is triggering the context leaks again. See #27742 (comment) . |
Hmmm, the update is there but the tests are failing with a weird class error. I will report back here when I know more. |
Yeah, so sorry about the confusion. Apparently, it's still the |
Oh, my, I think I will go back to bed. Doesn't look like a good day... I was looking in the history to better understand things and ended up working on an old report... So the current issue at hand is a NPE when we try to index a GraphQL class. This is because we have both Jandex versions in the classpath when GraphQL is around and the new Jandex is taking precedence, returning null when a class is indexed:
@Ladicek I wonder if we should push the fix to Asking because having the report full of unrelated failures makes things a bit harder for me. |
Humm, did we already upgrade to SmallRye GraphQL that depends on Jandex 3? I expected the Jandex 3 upgrade would bump SmallRye GraphQL (and OpenAPI)... |
Ah it's the Jakarta variant of SmallRye GraphQL that already depends on Jandex 3. Humpf... |
@Ladicek yeah, exactly. I don't think it's worth spending much time on this given we will merge the Jandex upgrade on Sep 14th or around that. But if the |
In my Jandex 3 branch, I had to change |
OK, I'll think about it. Not sure it's worth it. If I prepare a PR with an exclusion, I'll ping you there so you can adjust your Jandex 3 PR to remove it. |
Fix #27628
Fix smallrye/smallrye-graphql#1530
see https://github.com/smallrye/smallrye-graphql/releases/tag/1.7.1
Signed-off-by: Phillip Kruger [email protected]