Update api_changes_list_2024.md (#1382)

TaskOperationDescriptor interface to class  change
This commit is contained in:
Nikita Skvortsov 2024-10-31 10:46:05 +01:00 committed by GitHub
parent 0ac323d7d9
commit 91c2cda528
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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` `com.intellij.openapi.externalSystem.model.task.event.ExternalSystemFinishEventImpl` class renamed to `com.intellij.openapi.externalSystem.model.task.event.ExternalSystemFinishEvent`
: Use new class : 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 `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 : Override method `com.intellij.openapi.externalSystem.importing.AbstractOpenProjectProvider#linkProject` instead