coding / coding/Coding-Plugin-for-JetBrains

Use `org.apache.http.conn.ssl.DefaultHostnameVerifier` instead of com.intellij.util.net.ssl.CertificateManager#HOSTNAME_VERIFIER

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
10
Forks
5
PR merge metrics
No merged PRs in 30d

Description

It's been deprecated since IntelliJ 2018. We're going to remove it in 2019.3. Thanks in advance.

Contributor guide

No contributing guide indexed for this repository

Research direction

Search the Java sources for references to com.intellij.util.net.ssl.CertificateManager#HOSTNAME_VERIFIER and inspect each usage. Replace the deprecated verifier with org.apache.http.conn.ssl.DefaultHostnameVerifier, then verify that no old references remain and the project still builds.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
tooling
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.