Yunyung commented on code in PR #17543:
URL: https://github.com/apache/kafka/pull/17543#discussion_r1806924747
##########
clients/src/test/java/org/apache/kafka/common/internals/SecurityManagerCompatibilityTest.java:
##########
@@ -34,7 +34,7 @@
public class SecurityManagerCompatibilityTest {
- @EnabledForJreRange(min = JRE.JAVA_8, max = JRE.JAVA_22)
+ @EnabledForJreRange(max = JRE.JAVA_22)
Review Comment:
Would removing min=18 cause the JDK 11 and JDK 17 versions to run, which we
do not expect?
--
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]