Loyal-Young opened a new pull request, #10649: URL: https://github.com/apache/rocketmq/pull/10649
## Summary - replace JVM `assert` statements in `IPAddressUtilsTest` with AssertJ assertions - preserve all IPv4, IPv6, CIDR, scope, and bracketed-address expectations ## Why Framework assertions make each test expectation explicit and provide useful failure diagnostics without depending on JVM assertion settings. ## Impact Production code is unchanged. The existing IP address utility coverage becomes more robust and easier to diagnose when it fails. ## Validation - `git diff --check` - `mvn --batch-mode --no-transfer-progress -pl common -Djacoco.skip=true -Dtest=IPAddressUtilsTest 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]
