api_changes_list_2022.md: JSch library

This commit is contained in:
Yann Cébron 2022-01-03 17:13:40 +01:00
parent 407675efa8
commit a04018d65e

View File

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