The GitHub Actions job "CI" on 
rocketmq-dashboard.git/feature/studio-rip1-defect-fixes has succeeded.
Run started by GitHub user zhaohai666 (triggered by zhaohai666).

Head commit for run:
9059b2486e0a48446ef70c5e70f9277b32f3406d / zhaohaihzb <[email protected]>
fix(compile): repair upstream baseline build errors after rebase

The rebase onto upstream/rocketmq-studio 24715633 surfaced pre-existing
compilation errors in the upstream baseline itself (verified in a clean
upstream worktree):

- AlertService: missing java.util.regex.Pattern import
- RocketMQDLQProvider: MessageExt.getUserProperties() does not exist in
  RocketMQ 5.5.0; use getProperties()
- RocketMQDashboardProvider / RocketMQMetadataProvider: SystemTopicFilter
  used without import
- RocketMQMessageProvider: single-arg adminExt.viewMessage(msgId) is not
  part of the 5.5.0 API; resolve the store timestamp via
  viewMessageByOffsetId (same semantics, no topic hint needed)

These are baseline-only fixes; test outcomes (DLQ 2 failures,
SettingsServiceTest 7 failures, StudioApplicationTest 1 error) are
identical to the clean upstream baseline and pre-date this branch.

Report URL: 
https://github.com/apache/rocketmq-dashboard/actions/runs/31452892289

With regards,
GitHub Actions via GitBox

Reply via email to