Netflix / dgs-framework

GraphQL for Java with Spring Boot made easy.
https://netflix.github.io/dgs
Apache License 2.0
3.03k stars 286 forks source link

Conditionally instantiate bean for ServerWebExchangeContextFilter. #1949

Closed srinivasankavitha closed 6 days ago

srinivasankavitha commented 6 days ago

Pull Request type

Changes in this PR

Add a @ConditionalOnMissingBean to avoid errors when duplicate matching beans are found for ServerExchangeContentFilter

Describe the new behavior from this PR, and why it's needed Issue #1946