ctubbsii commented on code in PR #3792:
URL: https://github.com/apache/accumulo/pull/3792#discussion_r1349305447
##########
test/src/main/java/org/apache/accumulo/test/functional/ReadWriteIT.java:
##########
@@ -154,7 +154,8 @@ public void sunnyDay() throws Exception {
if (monitorSslKeystore != null && !monitorSslKeystore.isEmpty()) {
log.info(
"Using HTTPS since monitor ssl keystore configuration was
observed in accumulo configuration");
- SSLContext ctx = SSLContext.getInstance("TLSv1.2");
+ SSLContext ctx =
+
SSLContext.getInstance(Property.RPC_SSL_CLIENT_PROTOCOL.getDefaultValue());
Review Comment:
I'm not sure, but this might still fit on one line if you use `var`. Could
also statically import the property name, so it doesn't take up as much space
on the line.
--
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]