Anshul-creator commented on issue #15842: URL: https://github.com/apache/dubbo/issues/15842#issuecomment-3667494295
I decided to split the fixes across multiple PRs because the changes span multiple sub-modules and touch a large number of files. A single PR would likely involve ~40–50 files across different areas, which would be harder to review and reason about. Each PR is scoped to stabilize failing tests within a specific sub-module of `dubbo-config/dubbo-config-spring` (for example, https://github.com/apache/dubbo/pull/15828 focuses only on the reference sub-module). This keeps each change set focused, easier to review, and easier to revert if needed. Moreover, the PRs are independent and do not depend on ordering or shared changes. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
