Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for incompatible API changes caused by the NLP plat… #1379

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions reference_guide/api_changes_list_2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ Unbundled JUnit library
`com.intellij.openapi.actionSystem.impl.MoreActionGroup(boolean, int, DefaultConstructorMarker)` constructor removed
: Use other constructors instead.

`ai.grazie.nlp.stemmer` package removed
: Add an explicit dependency on the NLP platform if needed.

### JSON Plugin (new) 2024.3

`com.intellij.json.JsonElementTypes` class removed
Expand Down Expand Up @@ -148,6 +151,9 @@ Constructor of `com.intellij.ui.tabs.TabInfo` requires not-null `JComponent` arg
`com.intellij.platform.workspace.jps.entities.DependenciesKt.modifyEntity(MutableEntityStorage, LibraryEntity, Function1)` method removed
: Use `com.intellij.platform.workspace.jps.entities.DependenciesKt.modifyLibraryEntity(MutableEntityStorage, LibraryEntity, Function1)` instead.

`ai.grazie.nlp.utils.UtilsKt.tokenizeByWhitespace(String)` method removed
: NLP platform internals.

### UML Plugin 2024.2

`com.intellij.uml.UmlGraphBuilder(Project, Graph2D, Graph2DView, DiagramDataModel<?>, DiagramPresentationModel)` constructor removed
Expand Down