From 5a7a442fdc8d9f7527efe7f6f77468f6ebc94997 Mon Sep 17 00:00:00 2001 From: Dmitriy Tverdiakov Date: Thu, 4 Sep 2025 21:15:52 +0100 Subject: [PATCH] feat(native): add support for Netty native transports This update brings support for using Netty native transports. Providing that a valid native dependency is added, it will be discovered and used instead of the default `NIO` transport. For example: ``` io.netty netty-transport-native-io_uring linux-x86_64 ``` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3e8563bbc..c59f16579 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ true - 8.0.1 + 8.2.0 1.0.4