lizhimins opened a new issue, #2106: URL: https://github.com/apache/rocketmq-dashboard/issues/2106
## Background Active development of RocketMQ Dashboard has moved to the **`rocketmq-studio`** branch, where the console is being rebuilt as the new **RocketMQ Studio** with a modern architecture (`server/` Spring Boot backend + `web/` React frontend). ## What this means - **The `master` branch (the legacy dashboard codebase under `src/`) is no longer maintained.** It will not receive new features or bug fixes. - **Pull requests targeting `master` or modifying the legacy `src/` tree will be closed**, since those files no longer exist on the active branch. Contributors are welcome to re-submit the same idea as a new PR based on the `rocketmq-studio` branch. - **The `rocketmq-studio` branch is expected to become the main/default branch in September.** From that point on, all development, issues, and pull requests should target it. ## For contributors - Base new branches and pull requests on **`rocketmq-studio`**, not `master`. - New backend code goes under `server/` (package `org.apache.rocketmq.studio`); new frontend code goes under `web/`. - If your open PR was closed because it targeted the legacy tree, please check whether the same problem exists in the new Studio and open a fresh PR if so. Thanks for your understanding and continued contributions! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
