com.intellij.util.net.ssl.CertificateManager.HOSTNAME_VERIFIER

This commit is contained in:
Sergey Ignatov 2019-07-31 23:31:12 +03:00 committed by GitHub
parent 00a9955b5d
commit bc1a49cbe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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