Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.micronaut.configuration.graphql.ws

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.connection initialization

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.connection initialization timeout

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.client sends multiple connection requests

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:333)
	at app//io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:455)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.client sends heartbeat

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.client subscribes to a single-result query operation and receives result

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:333)
	at app//io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:455)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.client subscribes to a mutation operation and receives result

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.client subscribes to a mutation operation that uses a customizer that evaluates the http request and receives result

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.client subscribes to an operation with invalid query and receives error result

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:333)
	at app//io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:455)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.client subscribes to a long-running subscription operation and receive all results

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.client subscribes to a long-running subscription operation and completes after 1 result

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:333)
	at app//io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:455)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.reject subscription without a connection

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.reject duplicate subscriptions

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.reject invalid message

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

Check failure on line 1 in graphql/src/test/groovy/io/micronaut/configuration/graphql/ws/GraphQLWsHandlerSpec.groovy

View workflow job for this annotation

GitHub Actions / Java CI / Test Report (25)

GraphQLWsHandlerSpec.reject invalid type message

java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
Raw output
java.lang.InstantiationError: io.micronaut.configuration.graphql.ws.Message
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:818)
	at app//io.micronaut.inject.beans.AbstractInitializableBeanIntrospection$IntrospectionBuilder.build(AbstractInitializableBeanIntrospection.java:764)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bindPojo(QueryValueArgumentBinder.java:194)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:104)
	at app//io.micronaut.http.bind.binders.QueryValueArgumentBinder.bind(QueryValueArgumentBinder.java:47)
	at app//io.micronaut.websocket.bind.WebSocketStateBinderRegistry.lambda$findArgumentBinder$1(WebSocketStateBinderRegistry.java:84)
	at app//io.micronaut.core.bind.DefaultExecutableBinder.tryBind(DefaultExecutableBinder.java:137)
	at app//io.micronaut.http.client.netty.websocket.NettyWebSocketClientHandler.channelRead0(NettyWebSocketClientHandler.java:181)
	at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
	at app//io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.channelRead(WebSocketClientExtensionHandler.java:125)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
	at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
	at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
	at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
	at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:168)
	at app//io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
	at app//io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
	at app//io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
	at app//io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
	at app//io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
	at app//io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1474)

import graphql.ExecutionInput
import io.micronaut.configuration.graphql.GraphQLExecutionInputCustomizer
Expand All @@ -17,7 +17,6 @@
import spock.lang.Ignore
import spock.lang.Specification

@Ignore("InstantiationError during WebSocket message binding to the abstract Message class")
class GraphQLWsHandlerSpec extends Specification {

@AutoCleanup
Expand Down
Loading