commit bce8f2caa288fc45fb4b956c5b7874948239777f Author: Vihang Karajgaonkar Date: Tue Jun 26 12:14:19 2018 -0700 HIVE-19999 : Move precommit jobs to jdk 8 diff --git a/testutils/ptest2/src/main/java/org/apache/hive/ptest/api/client/PTestClient.java b/testutils/ptest2/src/main/java/org/apache/hive/ptest/api/client/PTestClient.java index e878e1834aabd29d42c2095b79712bc50325b9b0..fd84169ef308a63f277e4780c513d9db3ca0e02b 100644 --- a/testutils/ptest2/src/main/java/org/apache/hive/ptest/api/client/PTestClient.java +++ b/testutils/ptest2/src/main/java/org/apache/hive/ptest/api/client/PTestClient.java @@ -283,8 +283,6 @@ private static void assertRequired(CommandLine commandLine, String[] requiredOpt } } public static void main(String[] args) throws Exception { - //TODO This line can be removed once precommit jenkins jobs move to Java 8 - System.setProperty("https.protocols", "TLSv1,TLSv1.1,TLSv1.2"); CommandLineParser parser = new GnuParser(); Options options = new Options(); options.addOption(HELP_SHORT, HELP_LONG, false, "Display help text and exit");