Skip to content

Commit

Permalink
Merge pull request #33 from AxonFramework/feature/plugin-recommendation
Browse files Browse the repository at this point in the history
Recommend plugin when Axon Framework is found in project
  • Loading branch information
CodeDrivenMitch authored Feb 28, 2022
2 parents 2c2cca7 + bfd3026 commit 7badb12
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Axon Framework plugin Changelog

## [0.5.2]

### Added

- Recommend plugin when Axon Framework is found in project

## [0.5.1]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

pluginGroup=io.axoniq.ide.intellij
pluginName=Axon Framework
pluginVersion=0.5.1
pluginVersion=0.5.2

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<idea-version since-build="203"/>

<extensions defaultExtensionNs="com.intellij">
<!-- IntelliJ shows as invalid, but it is valid. The extension point is defined here, not in the IDE:
https://github.com/JetBrains/intellij-plugin-verifier/blob/master/intellij-feature-extractor/src/main/java/com/jetbrains/intellij/feature/extractor/ExtensionPointFeatures.kt -->
<dependencySupport kind="java" coordinate="org.axonframework:axon-messaging" displayName="Axon Framework"/>

<codeInsight.lineMarkerProvider language="JAVA"
implementationClass="org.axonframework.intellij.ide.plugin.markers.publishers.PublishMethodLineMarkerProvider"/>
<codeInsight.lineMarkerProvider language="JAVA"
Expand Down

0 comments on commit 7badb12

Please sign in to comment.