GitHub user zrlw added a comment to the discussion: [Q/A] Build fails with unresolved Netty native QUIC dependency on JDK 25
Try ```./mvnw -e --batch-mode --no-snapshot-updates --no-transfer-progress --fail-fast -T 2C clean install -P skip-spotless -Dmaven.test.skip=true -Dcheckstyle.skip=true -Dcheckstyle_unix.skip=true -Drat.skip=true``` refer to the mvn command at https://github.com/apache/dubbo/blob/3.3/.github/workflows/build-and-test-scheduled-3.3.yml But i doubt that it could be compiled with JDK25 if you don't upgrade Netty to the latest version, the ```Unsafe``` that older Nettys depend on had been removed from JDK25 totally. GitHub link: https://github.com/apache/dubbo/discussions/15749#discussioncomment-14867272 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
