Axon 3 RC1 and @EnableAxon

On RC1 if you use the @EnableAxon annotation the events are processed twice.
Yes I know it is not required anymore, but shuold be better og ignore the double declaration or at least throw an exception, since as it is now someone (a me) can go crazy spotting the error.

I can be wrong but I think the other Spring autoconfiguration @Enablexxxx does ignore it.

My 2 cent’s

Hi Pietro,

actually, I committed a fix for this yesterday. So it is fixed for RC2. It shouldn’t matter anymore howmany @EnableAxon you put on your classes…

Thanks for reporting!
Cheers,

Allard