IdeaPlugin icon indicating copy to clipboard operation
IdeaPlugin copied to clipboard

[Question] Is Groovy supported?

Open dmurat opened this issue 3 years ago • 1 comments

Basic information

  • JDK version: 11.0.13 (Oracle Corporation 11.0.13+10-LTS-370)
  • Complete executable reproducer if available (e.g. GitHub Repo): https://github.com/croz-ltd/klokwrk-project
  • Axon Framework: 4.5.3

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

dmurat avatar Apr 09 '22 07:04 dmurat

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!

CodeDrivenMitch avatar Apr 11 '22 07:04 CodeDrivenMitch