From 91c2cda52887417509a087fce6a4da59f3479fb4 Mon Sep 17 00:00:00 2001 From: Nikita Skvortsov <539027+nskvortsov@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:46:05 +0100 Subject: [PATCH] Update api_changes_list_2024.md (#1382) TaskOperationDescriptor interface to class change --- reference_guide/api_changes_list_2024.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index 759e5feb5..2a94cf33f 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -112,6 +112,9 @@ Unbundled JUnit library `com.intellij.openapi.externalSystem.model.task.event.ExternalSystemFinishEventImpl` class renamed to `com.intellij.openapi.externalSystem.model.task.event.ExternalSystemFinishEvent` : Use new class +Interface `com.intellij.openapi.externalSystem.model.task.event.TaskOperationDescriptor` changed to class +: Recompile your plugin with new class + `com.intellij.openapi.externalSystem.importing.AbstractOpenProjectProvider.linkToExistingProjectAsync(VirtualFile arg0, Project arg1, Continuation arg2)` method marked final : Override method `com.intellij.openapi.externalSystem.importing.AbstractOpenProjectProvider#linkProject` instead