From 677a9541e91ee7136a804796262ed6284b9d1aa4 Mon Sep 17 00:00:00 2001 From: daxpay Date: Tue, 11 Aug 2026 18:32:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(artemis):=20Netty=20=E8=A6=86=E7=9B=96=204.?= =?UTF-8?q?1.135=20=E4=BF=AE=E5=A4=8D=20JDK=2025=20=E4=B8=8B=E5=86=85?= =?UTF-8?q?=E5=B5=8C=20broker=20=E5=90=AF=E5=8A=A8=E5=B4=A9=E6=BA=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JDK 25 + Netty 4.2.15(Boot BOM 默认)hasUnsafe=false,freeDirectBuffer 对任意 direct ByteBuffer 直接抛 UnsupportedOperationException,Artemis embedded 模式加载 NIO journal 时未捕获该异常导致 AMQ224000 启动失败。 4.1.135 与 Artemis 2.53 官方声明版本同系,JDK 25 下可正常清理。 --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 93dd4b9c4..2d3e80457 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,15 @@ 3.3.7 4.8.4.B 0.24.0 + + 4.1.135.Final