Skip to content

Commit bfd3026

Browse files
Recommend plugin when Axon Framework is found in project
1 parent 2c2cca7 commit bfd3026

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Axon Framework plugin Changelog
44

5+
## [0.5.2]
6+
7+
### Added
8+
9+
- Recommend plugin when Axon Framework is found in project
10+
511
## [0.5.1]
612

713
### Fixed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
pluginGroup=io.axoniq.ide.intellij
2121
pluginName=Axon Framework
22-
pluginVersion=0.5.1
22+
pluginVersion=0.5.2
2323

2424
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
2525
# for insight into build numbers and IntelliJ Platform versions.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
<idea-version since-build="203"/>
2828

2929
<extensions defaultExtensionNs="com.intellij">
30+
<!-- IntelliJ shows as invalid, but it is valid. The extension point is defined here, not in the IDE:
31+
https://github.com/JetBrains/intellij-plugin-verifier/blob/master/intellij-feature-extractor/src/main/java/com/jetbrains/intellij/feature/extractor/ExtensionPointFeatures.kt -->
32+
<dependencySupport kind="java" coordinate="org.axonframework:axon-messaging" displayName="Axon Framework"/>
33+
3034
<codeInsight.lineMarkerProvider language="JAVA"
3135
implementationClass="org.axonframework.intellij.ide.plugin.markers.publishers.PublishMethodLineMarkerProvider"/>
3236
<codeInsight.lineMarkerProvider language="JAVA"

0 commit comments

Comments
 (0)