4e5aaeddabd7b9d694f8c196cc783fc12a87a852
Prior to this commit, the request execution observation would have a context of type `RequestReplyReceiverContext` to directly deal with tracing propagation at the transport level. This approach doesn't work anymore as the parent observation is not properly set on the resulting trace, even if it is manually set in the instrumentation. This commit revisits the request observation setup and turns its context into a regular `Observation.Context`. Tracing propagation should be dealt with directly at the transport level by an underlying observation. This is the case already for Spring Framework HTTP server observations. As a result, the `PropagationWebGraphQlInterceptor` is deprecated with no replacement and should not be used anymore. Fixes gh-675
Spring for GraphQL 
GraphQL support for Spring applications with GraphQL Java.
Code of Conduct
This project is governed by the Spring Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
Documentation
This project has reference documentation (published and source), an API reference. The are samples in the 1.0.x branch that will be moved out into a separate repository.
Continuous Integration Builds
Information regarding CI builds can be found in the project's Concourse pipeline documentation.
Stay in Touch
Follow @SpringCentral.
License
This project is released under version 2.0 of the Apache License.
Description
Languages
Java
97.9%
CSS
1.2%
Shell
0.7%
HTML
0.2%