From bc1a49cbe8f6b16c1c35fbfc8aa61eeb9c5d899c Mon Sep 17 00:00:00 2001 From: Sergey Ignatov Date: Wed, 31 Jul 2019 23:31:12 +0300 Subject: [PATCH] com.intellij.util.net.ssl.CertificateManager.HOSTNAME_VERIFIER --- reference_guide/api_changes/api_changes_list_2019.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_guide/api_changes/api_changes_list_2019.md b/reference_guide/api_changes/api_changes_list_2019.md index faabd5ab6..9a6359922 100644 --- a/reference_guide/api_changes/api_changes_list_2019.md +++ b/reference_guide/api_changes/api_changes_list_2019.md @@ -63,6 +63,9 @@ NOTE: You are allowed to prettify the pattern using markdown-features: `com.intellij.openapi.editor.impl.EditorFactoryImpl(EditorActionManager)` constructor removed : Use constructor `com.intellij.openapi.editor.impl.EditorFactoryImpl()` instead. +`com.intellij.util.net.ssl.CertificateManager.HOSTNAME_VERIFIER` field removed +: Use `org.apache.http.conn.ssl.DefaultHostnameVerifier` instead. + # 2019.2 ## Changes in IntelliJ Platform 2019.2