FrankChen021 commented on PR #20059: URL: https://github.com/apache/druid/pull/20059#issuecomment-5329930754
Reviewed the Advanced Security summary. The 34 CodeQL `deprecated-call` findings are pre-existing in `offical/master`: the affected lines retain the same deprecated method invocations, while this PR only changes the surrounding JUnit 4 `Assert` calls to JUnit 5 `Assertions` (for example, `config.getMaxRowsPerSegment()` and `underReplication...get(...)`). No deprecated API was introduced by this migration, so I am leaving the unrelated cleanup out of this PR. -- 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]
