1996fanrui commented on code in PR #23199: URL: https://github.com/apache/flink/pull/23199#discussion_r1292785807
########## flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/util/TestLogger.java: ########## @@ -31,7 +31,10 @@ /** * Adds automatic test name logging. Every test which wants to log which test is currently executed * and why it failed, simply has to extend this class. + * + * @deprecated Continue using {@link TestLoggerExtension} with Junit5 tests. */ +@Deprecated Review Comment: Hi @JingGe , I'm not sure should these classes releted to junit4 be marked to `Deprecated`. Would you mind helping check it? thanks a lot~ -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org