AxonFramework icon indicating copy to clipboard operation
AxonFramework copied to clipboard

Improve Axon Spring Configuration (internally)

Open abuijze opened this issue 6 years ago • 0 comments

The Axon Spring configuration in the axon-spring module doesn't use autoconfiguration to configure components. Instead, it actively searches the BeanFactory for definitions of a specific type.

By making the implementation used by this module a FactoryBean that implements Configurer and produces a Configuration when initialized. This allows for better guarantees on ordering of initialization of components. The FactoryBean could have setters to all optional and mandatory resources to change the Configurer's state.

abuijze avatar Sep 03 '18 12:09 abuijze