From 28c3ac4869e8e5c5d50ed46b74bddaffb0077664 Mon Sep 17 00:00:00 2001 From: mikhail-pyltsin Date: Mon, 9 Mar 2026 12:22:37 +0100 Subject: [PATCH 1/3] Create api_changes_list_2026.md + Java Plugin 2026.1 changes --- reference_guide/api_changes_list_2026.md | 78 ++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 reference_guide/api_changes_list_2026.md diff --git a/reference_guide/api_changes_list_2026.md b/reference_guide/api_changes_list_2026.md new file mode 100644 index 00000000000..dfb78bcbbc8 --- /dev/null +++ b/reference_guide/api_changes_list_2026.md @@ -0,0 +1,78 @@ + + +# Incompatible Changes in IntelliJ Platform and Plugins API 2025.* + + + +List of known Breaking API Changes in 2025.* + + + + + + + +## 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. From 50e2b90539a85c3c0df641ba73063c285c3a044a Mon Sep 17 00:00:00 2001 From: mikhail-pyltsin Date: Mon, 9 Mar 2026 12:24:28 +0100 Subject: [PATCH 2/3] Update api_changes_list_2026.md+java plugin 2026.1 --- reference_guide/api_changes_list_2026.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference_guide/api_changes_list_2026.md b/reference_guide/api_changes_list_2026.md index dfb78bcbbc8..daa57dbffcc 100644 --- a/reference_guide/api_changes_list_2026.md +++ b/reference_guide/api_changes_list_2026.md @@ -75,4 +75,4 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no 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. +If a plugin depends on specific Java plugin modules directly, the dependencies should be updated to reference the new module names. From b8f0223c7056758279f1e9952fb820ce6ecd065c Mon Sep 17 00:00:00 2001 From: mikhail-pyltsin Date: Mon, 9 Mar 2026 12:29:56 +0100 Subject: [PATCH 3/3] Fix 2025->2026 --- reference_guide/api_changes_list_2026.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference_guide/api_changes_list_2026.md b/reference_guide/api_changes_list_2026.md index daa57dbffcc..6879af0598d 100644 --- a/reference_guide/api_changes_list_2026.md +++ b/reference_guide/api_changes_list_2026.md @@ -1,6 +1,6 @@ -# Incompatible Changes in IntelliJ Platform and Plugins API 2025.* +# Incompatible Changes in IntelliJ Platform and Plugins API 2026.* -List of known Breaking API Changes in 2025.* +List of known Breaking API Changes in 2026.*