Skip to content

Commit 068b557

Browse files
samuelAndalonSamuel Vazquez
and
Samuel Vazquez
authored
feat: remove enable webflux annotation (ExpediaGroup#2048) (ExpediaGroup#2049)
### 🔗 Related Issues cherry pick ExpediaGroup@d3ad960 Co-authored-by: Samuel Vazquez <[email protected]>
1 parent 5a478b5 commit 068b557

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

servers/graphql-kotlin-spring-server/src/main/kotlin/com/expediagroup/graphql/server/spring/GraphQLServerCodecConfiguration.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ import com.alibaba.fastjson2.support.spring6.http.codec.Fastjson2Encoder
77
import com.fasterxml.jackson.databind.ObjectMapper
88
import org.springframework.context.annotation.Configuration
99
import org.springframework.http.codec.ServerCodecConfigurer
10-
import org.springframework.web.reactive.config.EnableWebFlux
1110
import org.springframework.web.reactive.config.WebFluxConfigurer
1211

1312
@Configuration
14-
@EnableWebFlux
1513
class GraphQLServerCodecConfiguration(
1614
private val config: GraphQLConfigurationProperties,
1715
private val objectMapper: ObjectMapper,

0 commit comments

Comments
 (0)