We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f637bb commit afb1196Copy full SHA for afb1196
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
# Axon Framework plugin Changelog
4
5
+## [0.8.5]
6
+- Fix StackOverflow issue when aggregate model is recursive (https://github.com/AxonFramework/IdeaPlugin/issues/261)
7
+
8
## [0.8.4]
9
- Plugin is now compatible with IDEA 2023.3 (IDEA 233.*) (Thanks to @maartenn)
10
gradle.properties
@@ -19,7 +19,7 @@
19
20
pluginGroup=io.axoniq.ide.intellij
21
pluginName=Axon Framework
22
-pluginVersion=0.8.4
+pluginVersion=0.8.5
23
axonVersion=4.9.0
24
25
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
0 commit comments