Skip to content

Commit

Permalink
Rename serverWebExchangeContextFilter to dgsServerWebExchangeContextF…
Browse files Browse the repository at this point in the history
…ilter. This is a workaround for compatibility with Spring Hateoas.
  • Loading branch information
paulbakker committed Nov 15, 2024
1 parent 6450c31 commit b99dab2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ open class DgsSpringGraphQLAutoConfiguration {

@Bean
@ConditionalOnMissingBean
open fun serverWebExchangeContextFilter(): ServerWebExchangeContextFilter = ServerWebExchangeContextFilter()
open fun dgsServerWebExchangeContextFilter(): ServerWebExchangeContextFilter = ServerWebExchangeContextFilter()
}

@Configuration(proxyBeanMethods = false)
Expand Down

0 comments on commit b99dab2

Please sign in to comment.