Commit 66e19bd
committed
fix: update min IDEA version to 2024.1.7 and fix IconLoader compatibility
- Update minimum supported IDEA version from 2021.2.1 to 2024.1.7
- Remove support for outdated IDEA versions (2021.2.1, 2022.2.3)
- Fix binary incompatibility with IconLoader.findIcon(URL) method
- Replace IconLoader.findIcon(URL) with javax.swing.ImageIcon for compatibility
- This resolves NoSuchMethodError at runtime in IDEA 2024.1+1 parent f99e8c7 commit 66e19bd
File tree
2 files changed
+5
-4
lines changed- idea-plugin
- src/main/kotlin/com/itangcent/idea/icons
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
0 commit comments