mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-12 23:45:39 +08:00
根 pom 删 netty.version=4.1.135 覆盖,恢复 Boot 4.1 默认 netty 4.2.15; common-artemis 删 artemis-jms-server 依赖(fat jar 不再含 EmbeddedActiveMQ, Spring Boot @ConditionalOnClass 自动跳过 embedded 装配); application-dev/prod.yml 删 spring.artemis.embedded 段,mode 固定 native。 根因:netty 4.1 降级曾为修 JDK25+Artemis embedded 的 CleanerJava25 崩溃, 但 Lettuce 7.5.2 针对 netty 4.2 编译,Linux epoll 路径引用 MultiThreadIoEventLoopGroup(4.2 新基类)致 NoClassDefFoundError; 移除 embedded 消除 CleanerJava25 触发点后 netty 恢复 4.2,Lettuce 正常。