Skip to content

Commit beed4df

Browse files
committed
Adjust the description slightly
- Add DDD to supported concepts of the framework - Add Event Sourcing to supported concepts of the framework - Add message-driven style to supported concepts - Specify the plugin only supports version 4.x - Make minor adjustments according to Grammarly #enhancemenet/plugin-description
1 parent 509c7df commit beed4df

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222

2323
<description>
2424
<![CDATA[
25-
Supports developers while writing applications using <a href="https://axoniq.io/">Axon Framework</a>. <br/><br/>
26-
Axon Framework helps build scalable, extensible and maintainable applications by supporting developers apply the Command Query
27-
Responsibility Separation (CQRS) architectural pattern.<br/><br/>
25+
Supports developers while writing applications using <a href="https://axoniq.io/">Axon Framework</a> version 4.x.<br/><br/>
26+
27+
Axon Framework helps build scalable, extensible, and maintainable applications by supporting developers to apply Domain-Driven Design (DDD), Command-Query Responsibility Separation (CQRS),
28+
and Event Sourcing. The framework provides a message-driven architecture with dedicated command, event, and query messages, to support these paradigms.<br/><br/>
2829
2930
The plugin provides the following features:
3031
<ul>
@@ -34,7 +35,7 @@
3435
<li>Easy access to the reference guide (ctrl+shift+a and type axon)
3536
</ul>
3637
37-
If you have a feature request, or want to report a bug, please report this at our <a href="https://github.com/AxonFramework/IdeaPlugin/issues">Github issue tracker</a>.<br/>
38+
If you have a feature request or want to report a bug, please report this at our <a href="https://github.com/AxonFramework/IdeaPlugin/issues">Github issue tracker</a>.<br/>
3839
For questions on Axon Framework usage, or about the plugin, please visit our <a href="https://discuss.axoniq.io/">Discuss</a>.
3940
]]>
4041
</description>

0 commit comments

Comments
 (0)