Update api_changes_list_2025.md (#1433)

The ExternalSystemProcessingManager class was extended from ExternalSystemTaskNotificationListener and DIsposable. Due to this, their functions were exposed in public API, when it is implementation detail of the ExternalSystemProcessingManager service.
This commit is contained in:
Sergei Vorobev 2025-03-11 15:08:00 +01:00 committed by GitHub
parent ed53618e67
commit 8d094a46b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,6 +83,11 @@ Code scheduled with `SwingUtilities.invokeLater` and `SwingUtilities.invokeAndWa
Coroutines running under `Dispatchers.Main` do not hold the write-intent lock
: To restore the old behavior, consider using `Dispatchers.EDT`.
### External System 2025.1
`com.intellij.openapi.externalSystem.service.internal.ExternalSystemProcessingManager` class now interface
: Recompile code usages.
### Kotlin Plugin 2025.1
`org.jetbrains.kotlin.KtFakeSourceElement` class renamed to `org.jetbrains.kotlin.KtFakePsiSourceElement`