We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114c4af commit 46e26f2Copy full SHA for 46e26f2
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
# Axon Framework plugin Changelog
4
5
+## [0.8.9]
6
+- Fix false highlights about non existing properties when they are defined in a superclass #307 Thanks to @guymahieu
7
+
8
## [0.8.8]
9
- Fix classes not rendering the correct value in popup of classes
10
- Plugin is now compatible with IDEA 2024.3 (IDEA 243.*) with minimum version of 2024.2
gradle.properties
@@ -18,7 +18,7 @@
18
# Basic plugin information
19
pluginGroup=io.axoniq.ide.intellij
20
pluginName=Axon Framework
21
-pluginVersion=0.8.8
+pluginVersion=0.8.9
22
axonVersion=4.10.1
23
javaVersion = 17
24
0 commit comments