The GitHub Actions job "CodeQL Analysis" on rocketmq.git/feat/rip2-proxy-admin 
has failed.
Run started by GitHub user zhaohai666 (triggered by zhaohai666).

Head commit for run:
4127706c42705e9458d9c41fb1f45133defd758a / zhaohaihzb <[email protected]>
fix(rip2): bump protobuf.version to 3.24.4 to match rocketmq-proto 2.2.0

rocketmq-proto 2.2.0 is generated with protobuf gencode 3.24.4, whose
generated classes call LazyStringArrayList.emptyList() that is only
public from 3.21+. With the repository pinned at protobuf-java 3.20.1
this fails at runtime with IllegalAccessError, e.g.
DefaultAuthorizationContextBuilderTest.buildGrpcLiteSubscriptionIgnoresLiteTopics
on the auth module (JDK8 CI). Align the runtime with the proto gencode.

Verified on JDK8: full-repo compile/install BUILD SUCCESS, auth module
63 tests green (incl. the previously failing lite-subscription test),
proxy module 352 tests green.

Report URL: https://github.com/apache/rocketmq/actions/runs/34110379604

With regards,
GitHub Actions via GitBox

Reply via email to