local-motion / product

Apache License 2.0
2 stars 1 forks source link

Dependency injection of PersonalDataRepository #217

Open dimitriirtimid opened 5 years ago

dimitriirtimid commented 5 years ago

Problem is dependency injection of Micronaut icm Axon framework. The PersonalDataRepository needs to be injected in CommandHandlers and EventHandlers. For now a workaround use a static class getter is used.

dimitriirtimid commented 5 years ago

@AnandAili Did we find a solution for this one?

AnandAili commented 5 years ago

@dimitriirtimid No, not yet. some time back I had posted this issue to Micronaut community forum, But I did not get solutions at that time. I will post it again and update the issue soon.