Skip to content

Commit a8a3395

Browse files
chore: update changelog/whatsnew with API compatibility fix details for 3.98.0
1 parent e39ed72 commit a8a3395

4 files changed

Lines changed: 23 additions & 0 deletions

File tree

  • PluginsAndFeatures/azure-toolkit-for-intellij
    • azure-intellij-plugin-base/src/main/resources/META-INF
    • azure-intellij-plugin-lib-java/src/main/resources
    • src/main/resources/META-INF

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
129129
- Support IntelliJ IDEA 2026.1 EAP
130130
- Upgrade Gradle to 9.0 and IntelliJ Platform Plugin to 2.12.0
131131

132+
### Changed
133+
- Migrate 97 scheduled-for-removal APIs to new IntelliJ Platform APIs
134+
- Replace deprecated AnActionEvent, ComponentManager, LafManager, Notification APIs
135+
- Replace deprecated TerminalView, HttpConfigurable, BrowseFolderActionListener APIs
136+
- Fix registry key conflict for Cosmos DB dbtools module
137+
- Reduce reflection usage in Scala plugin and Database plugin integration
138+
132139
## 3.97.3
133140
- Rename GitHub Copilot app modernization to GitHub Copilot modernization.
134141

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-base/src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<h4>3.98.0</h4>
2222
<ul>
2323
<li>Support IntelliJ IDEA 2026.1 EAP</li>
24+
<li>Migrate 97 scheduled-for-removal APIs to new IntelliJ Platform APIs</li>
25+
<li>Replace deprecated AnActionEvent, ComponentManager, LafManager, Notification APIs</li>
26+
<li>Fix registry key conflict for Cosmos DB dbtools module</li>
2427
</ul>
2528
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
2629
</html>

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib-java/src/main/resources/whatsnew.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
- Support IntelliJ IDEA 2026.1 EAP
77
- Upgrade Gradle to 9.0 and IntelliJ Platform Plugin to 2.12.0
88

9+
### Changed
10+
- Migrate 97 scheduled-for-removal APIs to new IntelliJ Platform APIs
11+
- Replace deprecated AnActionEvent, ComponentManager, LafManager, Notification APIs
12+
- Replace deprecated TerminalView, HttpConfigurable, BrowseFolderActionListener APIs
13+
- Fix registry key conflict for Cosmos DB dbtools module
14+
- Reduce reflection usage in Scala plugin and Database plugin integration
15+
916
## 3.97.3
1017
- Rename GitHub Copilot app modernization to GitHub Copilot modernization.
1118

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
<ul>
3434
<li>Support IntelliJ IDEA 2026.1 EAP</li>
3535
</ul>
36+
<h3 id="changed">Changed</h3>
37+
<ul>
38+
<li>Migrate 97 scheduled-for-removal APIs to new IntelliJ Platform APIs</li>
39+
<li>Replace deprecated AnActionEvent, ComponentManager, LafManager, Notification APIs</li>
40+
<li>Fix registry key conflict for Cosmos DB dbtools module</li>
41+
</ul>
3642
<h2 id="3-97-3">3.97.3</h2>
3743
<ul>
3844
<li>Rename GitHub Copilot app modernization to GitHub Copilot modernization.</li>

0 commit comments

Comments
 (0)