yyqdbngt opened a new pull request, #2405: URL: https://github.com/apache/rocketmq-dashboard/pull/2405
## Summary - normalize null topic and consumer collections in the default SPI pagination methods - treat negative page sizes as empty pages rather than invalid sub-list indexes - preserve totals and return the normalized page size in page metadata ## Why The default provider methods dereference collection results and use a negative page size directly in index arithmetic. Custom providers can therefore turn empty results or defensive direct calls into NPE/index failures. ## Tests - `mvn -q -f server/pom.xml -Dtest=InstanceProviderTest test` -- 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]
