Skip to content

Commit

Permalink
api_changes_list_2023.md: jsonpath #1098
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Aug 23, 2023
1 parent 29a3964 commit 1dbd0c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reference_guide/api_changes_list_2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ JsonPath library unbundled
`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.

### 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

Property `com.intellij.openapi.externalSystem.service.ui.command.line.CompletionTableInfo.completionInfo` replaced by suspend function `CompletionTableInfo.collectCompletionInfo`
Expand Down

0 comments on commit 1dbd0c0

Please sign in to comment.