AxonFramework / IdeaPlugin

An IntelliJ IDEA plugin for Axon Framework
Apache License 2.0
33 stars 19 forks source link

[Question] Is Groovy supported? #64

Open dmurat opened 2 years ago

dmurat commented 2 years ago

Basic information

Steps to reproduce

After installing the plugin, I'm not able to see any marker lines for Axon annotations. Since my project uses Groovy, I'm wondering if the plugin supports Groovy.

In the project, you can find Axon annotations in the following modules and classes: cargotracker/cargotracker-booking-domain-model-aggregate/src/main/groovy/org/klokwrk/cargotracker/booking/domain/model/aggregate/BookingOfferAggregate.groovy cargotracker/cargotracker-booking-queryside-app/src/main/groovy/org/klokwrk/cargotracker/booking/queryside/feature/bookingoffer/adapter/out/persistence/BookingOfferSummaryQueryHandlerService.groovy

CodeDrivenMitch commented 2 years ago

Hello @dmurat, thanks for raising the question. As of the current implementation, only Kotlin and Java are supported. IntelliJ requires custom implementations for each JVM language in order for it to work properly. We will internally discuss supporting groovy as well, but as of right now I cannot promise anything. If there are any other people wanting Groovy support on the plugin, please let us know by putting a :+1: on the original thread!