mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
com.intellij.util.net.ssl.CertificateManager.HOSTNAME_VERIFIER
This commit is contained in:
parent
00a9955b5d
commit
bc1a49cbe8
@ -63,6 +63,9 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
|
|||||||
`com.intellij.openapi.editor.impl.EditorFactoryImpl(EditorActionManager)` constructor removed
|
`com.intellij.openapi.editor.impl.EditorFactoryImpl(EditorActionManager)` constructor removed
|
||||||
: Use constructor `com.intellij.openapi.editor.impl.EditorFactoryImpl()` instead.
|
: 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
|
# 2019.2
|
||||||
|
|
||||||
## Changes in IntelliJ Platform 2019.2
|
## Changes in IntelliJ Platform 2019.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user