This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 14c4625d9e6 Replace obsolete classname in the camel-netty document (#12082) 14c4625d9e6 is described below commit 14c4625d9e650c964cb1460bcc7aad027054397e Author: Kengo Seki <sek...@apache.org> AuthorDate: Sun Nov 19 22:29:44 2023 +0900 Replace obsolete classname in the camel-netty document (#12082) --- components/camel-netty/src/main/docs/netty-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-netty/src/main/docs/netty-component.adoc b/components/camel-netty/src/main/docs/netty-component.adoc index e4e1926017b..d5fb0fd3cf6 100644 --- a/components/camel-netty/src/main/docs/netty-component.adoc +++ b/components/camel-netty/src/main/docs/netty-component.adoc @@ -473,7 +473,7 @@ must be created and registered with the context via the context registry A custom pipeline factory must be constructed as follows * A Producer linked channel pipeline factory must extend the abstract -class `ClientPipelineFactory`. +class `ClientInitializerFactory`. * A Consumer linked channel pipeline factory must extend the abstract class `ServerInitializerFactory`. * The classes should override the initChannel() method in order to