Apache9 commented on code in PR #7142: URL: https://github.com/apache/hbase/pull/7142#discussion_r2225927995
########## hbase-common/src/test/java/org/apache/hadoop/hbase/io/crypto/tls/TestX509Util.java: ########## @@ -96,7 +96,16 @@ public void testCreateSSLContextWithClientAuthNONE() throws Exception { public void testCreateSSLContextWithoutCustomProtocol() throws Exception { SslContext sslContext = X509Util.createSslContextForClient(conf); ByteBufAllocator byteBufAllocatorMock = mock(ByteBufAllocator.class); - assertArrayEquals(new String[] { X509Util.DEFAULT_PROTOCOL }, + assertArrayEquals(new String[] { "TLSv1.3", "TLSv1.2" }, Review Comment: Will this be a problem when we start to support JDK21? -- 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...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org