Skip to content
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

SmallRye GraphQL 1.0.19 + tests for context propagation #13736

Merged
merged 1 commit into from
Dec 8, 2020

Conversation

jmartisk
Copy link
Contributor

@jmartisk jmartisk commented Dec 7, 2020

fixes #13385

@ghost ghost added area/dependencies Pull requests that update a dependency file area/graphql area/smallrye labels Dec 7, 2020

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-context-propagation-deployment</artifactId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So context propagation is mandatory for GraphQL now?

Copy link
Member

@phillip-kruger phillip-kruger Dec 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. For batch to work, and for our own internal Context to work, we need this. At the moment, batch only works if you use ApplicationScope. This fix that. So it fix #13385 (also see your comment - #13385 (comment))

@gsmet gsmet merged commit 19117c7 into quarkusio:master Dec 8, 2020
@ghost ghost added this to the 1.11 - master milestone Dec 8, 2020
@jmartisk jmartisk deleted the graphql-mutiny branch December 8, 2020 12:43
@gsmet gsmet modified the milestones: 1.11 - master, 1.10.4.Final Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/graphql area/smallrye
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GraphQL Batch processing throws a ContextNotActiveException
3 participants