diff --git a/reference_guide/api_changes_list_2026.md b/reference_guide/api_changes_list_2026.md new file mode 100644 index 00000000000..6879af0598d --- /dev/null +++ b/reference_guide/api_changes_list_2026.md @@ -0,0 +1,78 @@ + + +# Incompatible Changes in IntelliJ Platform and Plugins API 2026.* + + + +List of known Breaking API Changes in 2026.* + + + + + + + +## 2026.1 + +### Java Plugin 2026.1 + +The Java plugin has been split into several modules with their own classloaders. +This shouldn't affect plugins that use standard `com.intellij.java` dependency. +If a plugin depends on specific Java plugin modules directly, the dependencies should be updated to reference the new module names.