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 886d8ed19a2 CAMEL-22333 netty additional bootstrap channel options can
be set on producer endpoints
886d8ed19a2 is described below
commit 886d8ed19a2fef521f3739a4b097b13186dbbf11
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Aug 15 08:02:22 2025 +0200
CAMEL-22333 netty additional bootstrap channel options can be set on
producer endpoints
---
.../org/apache/camel/component/netty/NettyUDPProducerOptionsTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/components/camel-netty/src/test/java/org/apache/camel/component/netty/NettyUDPProducerOptionsTest.java
b/components/camel-netty/src/test/java/org/apache/camel/component/netty/NettyUDPProducerOptionsTest.java
index c3a33c7ff89..fef62c249bd 100644
---
a/components/camel-netty/src/test/java/org/apache/camel/component/netty/NettyUDPProducerOptionsTest.java
+++
b/components/camel-netty/src/test/java/org/apache/camel/component/netty/NettyUDPProducerOptionsTest.java
@@ -18,8 +18,10 @@ package org.apache.camel.component.netty;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.component.mock.MockEndpoint;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
+@Disabled("manual test")
public class NettyUDPProducerOptionsTest extends BaseNettyTest {
@Test