Skip to content

Versions of kotlin, kotlin-graphql, graphql-java for springboot 3.4.4 #2119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
donhill opened this issue Jun 7, 2025 · 0 comments
Open

Comments

@donhill
Copy link

donhill commented Jun 7, 2025

I have an issue with moving to springboot 3.4.4. I keep getting the following No method found exception.
'ava.lang.Object kotlin.coroutines.intrinsics.IntrinsicsKt.wrapWithContinuationImpl(kotlin.jvm.functions.Function2, java.lang.Object, kotlin.coroutines.Continuation)
I am running on Corretto 17.0.5 in Docker, springboot 3.4.4, and koting-graphql version 7.4.0, which isn't being maintained.

With this version of springboot what versions of kotlin/coroutines, kotlin-graphql and graphql-java should I be running.

`java.lang.NoSuchMethodError: 'java.lang.Object kotlin.coroutines.intrinsics.IntrinsicsKt.wrapWithContinuationImpl(kotlin.jvm.functions.Function2, java.lang.Object, kotlin.coroutines.Continuation)'

at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:61)

Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:

Error has been observed at the following site(s):

*__checkpoint ⇢ org.springframework.web.filter.reactive.ServerWebExchangeContextFilter [DefaultWebFilterChain]

*__checkpoint ⇢ LogoutWebFilter [DefaultWebFilterChain]

*__checkpoint ⇢ ServerRequestCacheWebFilter [DefaultWebFilterChain]

*__checkpoint ⇢ SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]

*__checkpoint ⇢ ReactorContextWebFilter [DefaultWebFilterChain]

*__checkpoint ⇢ HttpHeaderWriterWebFilter [DefaultWebFilterChain]

*__checkpoint ⇢ ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]

*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]

Original Stack Trace:

at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:61)

at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:261)

at com.expediagroup.graphql.server.execution.GraphQLServer.execute$suspendImpl(GraphQLServer.kt:49)

at com.expediagroup.graphql.server.execution.GraphQLServer.execute(GraphQLServer.kt)

at com.expediagroup.graphql.server.spring.GraphQLRoutesConfiguration$graphQLRoutes$1$1.invokeSuspend(GraphQLRoutesConfiguration.kt:48)

at com.expediagroup.graphql.server.spring.GraphQLRoutesConfiguration$graphQLRoutes$1$1.invoke(GraphQLRoutesConfiguration.kt)

at com.expediagroup.graphql.server.spring.GraphQLRoutesConfiguration$graphQLRoutes$1$1.invoke(GraphQLRoutesConfiguration.kt)

at org.springframework.web.reactive.function.server.CoRouterFunctionDsl$asHandlerFunction$1.invokeSuspend(CoRouterFunctionDsl.kt:736)

at org.springframework.web.reactive.function.server.CoRouterFunctionDsl$asHandlerFunction$1.invoke(CoRouterFunctionDsl.kt)

at org.springframework.web.reactive.function.server.CoRouterFunctionDsl$asHandlerFunction$1.invoke(CoRouterFunctionDsl.kt)

at org.springframework.web.reactive.function.server.CoRouterFunctionDsl$CoroutineContextAwareHandlerFunction$handle$1.invokeSuspend(CoRouterFunctionDsl.kt:817)

at org.springframework.web.reactive.function.server.CoRouterFunctionDsl$CoroutineContextAwareHandlerFunction$handle$1.invoke(CoRouterFunctionDsl.kt)`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant