api_changes_list_2023.md: jsonpath #1098, proper section

This commit is contained in:
Yann Cébron 2023-08-23 16:41:48 +02:00
parent 1dbd0c0131
commit f85a2ed37b

View File

@ -86,11 +86,6 @@ JsonPath library unbundled
`com.siyeh.ipp.base.Intention` class removed `com.siyeh.ipp.base.Intention` class removed
: As a part of migration to new experimental [`ModCommand`](%gh-ic%/platform/analysis-api/src/com/intellij/modcommand/ModCommand.java) API, the class was removed completely. It's a part of implementation module and was never intended to be inherited by external plugins. Consider implementing [`LocalInspectionTool`](%gh-ic%/platform/analysis-api/src/com/intellij/codeInspection/LocalInspectionTool.java) directly. : As a part of migration to new experimental [`ModCommand`](%gh-ic%/platform/analysis-api/src/com/intellij/modcommand/ModCommand.java) API, the class was removed completely. It's a part of implementation module and was never intended to be inherited by external plugins. Consider implementing [`LocalInspectionTool`](%gh-ic%/platform/analysis-api/src/com/intellij/codeInspection/LocalInspectionTool.java) directly.
### JSON Path Plugin 2023.2
Moved package `com.intellij.jsonpath`
: It is now part of separate _JSONPath_ plugin. [Add dependency](plugin_dependencies.md) on `com.intellij.jsonpath` to use its API.
### External System Run Configuration 2023.3 ### External System Run Configuration 2023.3
Property `com.intellij.openapi.externalSystem.service.ui.command.line.CompletionTableInfo.completionInfo` replaced by suspend function `CompletionTableInfo.collectCompletionInfo` Property `com.intellij.openapi.externalSystem.service.ui.command.line.CompletionTableInfo.completionInfo` replaced by suspend function `CompletionTableInfo.collectCompletionInfo`
@ -149,6 +144,11 @@ Specify `displayName`/`key` for `Configurable`
`org.jetbrains.idea.maven.server.MavenEmbedderWrapper.execute(VirtualFile, Collection, Collection, List)` method removed `org.jetbrains.idea.maven.server.MavenEmbedderWrapper.execute(VirtualFile, Collection, Collection, List)` method removed
: Use `executeGoal(Collection, String, MavenProgressIndicator, MavenConsole)` instead. : Use `executeGoal(Collection, String, MavenProgressIndicator, MavenConsole)` instead.
### JSON Path Plugin 2023.2
Moved package `com.intellij.jsonpath`
: It is now part of separate _JSONPath_ plugin. [Add dependency](plugin_dependencies.md) on `com.intellij.jsonpath` to use its API.
## 2023.1 ## 2023.1
### IntelliJ Platform 2023.1 ### IntelliJ Platform 2023.1