mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
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:
parent
ed53618e67
commit
8d094a46b1
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user