Hi Team,
I am using Axon Framework 4.7.3 with SpringBoot 3.0
We are able to generate commands and then events through command handlers in Aggregate. The events are getting persisted on Axon Server. But the even handler methods are not getting triggered. We are getting below error in logs:
o.s.c.annotation.AnnotationTypeMapping : Support for convention-based annotation attribute overrides is deprecated and will be removed in Spring Framework 6.1. Please annotate the following attributes in @org.axonframework.modelling.command.AggregateIdentifier with appropriate @AliasFor declarations: [routingKey]