From 06b15d9fdef740047ad971a12f3a68e3f3450411 Mon Sep 17 00:00:00 2001 From: ksrinivasan Date: Thu, 31 Oct 2024 10:00:29 -0700 Subject: [PATCH] Downgrade dgs version to check if framework build works with it. --- build.gradle.kts | 2 +- .../demo/instrumentation/ExampleTracingInstrumentation.kt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 54db234..efe5be6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ repositories { } dependencies { - implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:9.1.3")) + implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.5.6")) implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter") implementation("com.netflix.graphql.dgs:graphql-dgs-extended-scalars") implementation("org.springframework.boot:spring-boot-starter-web:3.3.+") diff --git a/src/main/kotlin/com/example/demo/instrumentation/ExampleTracingInstrumentation.kt b/src/main/kotlin/com/example/demo/instrumentation/ExampleTracingInstrumentation.kt index 94d0355..9a54201 100644 --- a/src/main/kotlin/com/example/demo/instrumentation/ExampleTracingInstrumentation.kt +++ b/src/main/kotlin/com/example/demo/instrumentation/ExampleTracingInstrumentation.kt @@ -19,7 +19,6 @@ package com.example.demo.instrumentation import graphql.ExecutionResult import graphql.execution.instrumentation.InstrumentationContext import graphql.execution.instrumentation.InstrumentationState -import graphql.execution.instrumentation.SimpleInstrumentation import graphql.execution.instrumentation.SimplePerformantInstrumentation import graphql.execution.instrumentation.parameters.InstrumentationCreateStateParameters import graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters