From c176d00a80fef08a696ad5b4378008d47fe0a196 Mon Sep 17 00:00:00 2001 From: Ivan Posti Date: Wed, 30 Oct 2024 15:46:21 +0100 Subject: [PATCH] Add documentation for incompatible API changes caused by the NLP platform (#1379) --- reference_guide/api_changes_list_2024.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index 6cdaaf966..b9924229f 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -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 @@ -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