mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
api_changes_list_2022.md: JSch library
This commit is contained in:
parent
407675efa8
commit
a04018d65e
@ -90,5 +90,5 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
|
|||||||
`com.intellij.psi.impl.java.stubs.index.JavaFullClassNameIndex.get(Integer, Project, GlobalSearchScope)` method parameter type changed from `Integer` to `CharSequence`
|
`com.intellij.psi.impl.java.stubs.index.JavaFullClassNameIndex.get(Integer, Project, GlobalSearchScope)` method parameter type changed from `Integer` to `CharSequence`
|
||||||
: `JavaFullClassNameIndex` now takes `CharSequence` instead of its `hashCode` to allow specific optimizations
|
: `JavaFullClassNameIndex` now takes `CharSequence` instead of its `hashCode` to allow specific optimizations
|
||||||
|
|
||||||
JSch library removed
|
`com.jcraft.jsch` package removed
|
||||||
: Add [com.jcraft:jsch:0.1.55](https://mvnrepository.com/artifact/com.jcraft/jsch/0.1.55) as a dependency explicitly.
|
: [JSch library](https://mvnrepository.com/artifact/com.jcraft/jsch) was removed, bundle it with your plugin instead.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user