Hi, I understand that Axon aggregates are not spring managed, so @Autowired does not work.
A Google search on that topic showed that it is possible to add the desired spring components as parameters to the @CommandHandler annotated method.
But that does not work either, an UnsupportedHandlerException arises.
Is that feature not working with Axon 4 anymore? Or do I misunderstand that trick?
Cheers, Erik