File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
splunk/src/main/java/com/splunk Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1212* Added Credits.md file along with licences. (Github PR [ #162 ] ( https://github.com/splunk/splunk-sdk-java/pull/162 ) ).
1313* Improved SSL/TLS implementation and hostname verification. (Github PR [ #158 ] ( https://github.com/splunk/splunk-sdk-java/pull/158 ) ).
1414
15+ ### Minor changes
16+ * Replaced Travis CI with Github actions (Github PR [ #161 ] ( https://github.com/splunk/splunk-sdk-java/pull/161 ) ).
17+ * Fixed Javadoc generation while packaging. (Github PR [ #159 ] ( https://github.com/splunk/splunk-sdk-java/pull/159 ) ).
18+ * SDK build is migrated from ant build tool to maven build tool (Github PR [ #157 ] ( https://github.com/splunk/splunk-sdk-java/pull/157 ) ).
19+ * Dependencies directory for ant build is removed and maven dependencies are added using pom.xml.
20+ * Dependencies are upgraded to its LTS version.
21+
22+ ## Version 1.7.0
23+
24+ ### New Features and APIs
25+ * Added Credits.md file along with licences. (Github PR [ #162 ] ( https://github.com/splunk/splunk-sdk-java/pull/162 ) ).
26+ * Improved SSL/TLS implementation and hostname verification. (Github PR [ #158 ] ( https://github.com/splunk/splunk-sdk-java/pull/158 ) ).
27+
1528### Minor changes
1629* Replaced Travis CI with Github actions (Github PR [ #161 ] ( https://github.com/splunk/splunk-sdk-java/pull/161 ) ).
1730* Fixed Javadoc generation while packaging. (Github PR [ #159 ] ( https://github.com/splunk/splunk-sdk-java/pull/159 ) ).
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ public class HttpService {
3838 private static final boolean VERBOSE_REQUESTS = false ;
3939 public static boolean useTLS =false ;
4040 protected static SSLSecurityProtocol sslSecurityProtocol = null ;
41-
4241 private static SSLSocketFactory sslSocketFactory = createSSLFactory ();
4342 private static String HTTPS_SCHEME = "https" ;
4443 private static String HTTP_SCHEME = "http" ;
You can’t perform that action at this time.
0 commit comments