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.
* Add documentation about integration tests
* Fixes after review https://github.com/JetBrains/intellij-sdk-docs/pull/1426
* Migrate Gradle to use a separate test task and source root for integration tests
* Fixes after review (continue)
* Formatting
* Fixes after review (continue)
* Fixes after review (continue)
* Fixes after review (continue)
* Document removal of IrDeserializer.IrLinkerExtension and related classes in API changes
See the commit which removed this:
c2122dbae1 (diff-7083caf53f53703e1d1c65d198007306455dfa5878601b206c35cb2ba6512cfd)
In general, this incompatibility change should not be triggered anywhere, unless someone tries to call the missing `IrDeserializer.IrLinkerExtension.resolveSymbol` by hand. We do not see any such External Usages
* Update reference_guide/api_changes_list_2025.md
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* Update reference_guide/api_changes_list_2025.md
---------
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* Clarify the role of `Dispatchers.Main` in 2025.1
* Update topics/basics/architectural_overview/threading/coroutines/coroutine_dispatchers.md
* Update topics/basics/architectural_overview/threading/coroutines/coroutine_dispatchers.md
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* Update topics/basics/architectural_overview/threading/coroutines/coroutine_dispatchers.md
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
---------
Co-authored-by: Karol Lewandowski <karol86@gmail.com>