btlqql opened a new pull request, #2249: URL: https://github.com/apache/rocketmq-dashboard/pull/2249
## Summary - decode QueueData permissions with RocketMQ's official bit helpers - report READ|INHERIT and WRITE|INHERIT as RO and WO instead of RW - preserve the existing fallback for masks without read/write bits - add route-level parameterized coverage for permissions and mapped fields ## Problem Studio compared route permission integers only with 6, 4, and 2. Valid masks that also carry the INHERIT bit, such as 5 and 3, missed those exact comparisons and fell through to RW. ## Verification - `mvn -Dtest=RocketMQMetadataProviderTest test` (22 tests passed) - `mvn checkstyle:check` (0 violations) - `mvn -DskipTests package` (BUILD SUCCESS) - `git diff --check` Closes #2248 -- 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]
