The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git/fix/align-bazel-deps-with-maven-10383 has succeeded. Run started by GitHub user qianye1001 (triggered by qianye1001).
Head commit for run: e0f62cca45358cf23751f4c9157706099b6a04ed / qianye <[email protected]> fix: replace netty-all (pom-only) with specific netty submodules for Bazel netty-all 4.1.100+ is an aggregate POM (packaging=pom) with no actual jar. Bazel rules_jvm_external cannot extract classes from it, causing "symbol not found" errors for io.netty.* types. Replace the single netty-all artifact with explicit submodules: - netty-buffer, netty-common, netty-handler, netty-handler-proxy - netty-transport, netty-codec, netty-codec-http, netty-codec-http2 - netty-transport-native-epoll, netty-resolver Version: 4.1.130.Final (matching pom.xml netty.version) Report URL: https://github.com/apache/rocketmq/actions/runs/26487308540 With regards, GitHub Actions via GitBox
