From 99be05a6ad344b3da7315f290ca331c56a704050 Mon Sep 17 00:00:00 2001 From: Sadeq Dousti <3616518+msdousti@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:59:06 +0100 Subject: [PATCH] Remove warning about Logbook bug --- .../httpServer/serverConfiguration/nettyClientPipeline.adoc | 2 -- .../httpServer/serverConfiguration/nettyServerPipeline.adoc | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/main/docs/guide/httpServer/serverConfiguration/nettyClientPipeline.adoc b/src/main/docs/guide/httpServer/serverConfiguration/nettyClientPipeline.adoc index 34005ee9907..8b94ac90a4c 100644 --- a/src/main/docs/guide/httpServer/serverConfiguration/nettyClientPipeline.adoc +++ b/src/main/docs/guide/httpServer/serverConfiguration/nettyClientPipeline.adoc @@ -11,5 +11,3 @@ snippet::io.micronaut.docs.netty.LogbookNettyClientCustomizer[tags="imports,clas <3> The actual customizer implements api:http.client.netty.NettyClientCustomizer[] <4> When a new channel is created, a new, specialized customizer is created for that channel <5> When the client signals that the stream pipeline has been fully constructed, the logbook handler is registered - -WARNING: Logbook has a https://github.com/zalando/logbook/issues/1216[major bug] that limits its usefulness with netty. diff --git a/src/main/docs/guide/httpServer/serverConfiguration/nettyServerPipeline.adoc b/src/main/docs/guide/httpServer/serverConfiguration/nettyServerPipeline.adoc index 8e4a43ab6ac..c87265f8c95 100644 --- a/src/main/docs/guide/httpServer/serverConfiguration/nettyServerPipeline.adoc +++ b/src/main/docs/guide/httpServer/serverConfiguration/nettyServerPipeline.adoc @@ -11,5 +11,3 @@ snippet::io.micronaut.docs.netty.LogbookNettyServerCustomizer[tags="imports,clas <3> The actual customizer implements api:http.server.netty.NettyServerCustomizer[] <4> When a new channel is created, a new, specialized customizer is created for that channel <5> When the server signals that the stream pipeline has been fully constructed, the logbook handler is registered - -WARNING: Logbook has a https://github.com/zalando/logbook/issues/1216[major bug] that limits its usefulness with netty.