You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 👍 on the original thread!
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
The text was updated successfully, but these errors were encountered: