Steven van Beelen
Steven van Beelen
Haha, thanks, Sam. I did it on purpose to make the intent clearer, but I agree this is cleaner. I think I'll use it for my upcoming live coding session!...
Gotcha Sam!
> you could also have a master branch with N commits instead of N branches. That way you can still walk through the steps using git hard reset but you...
Thanks for spotting this and sharing it in so much detail, @nils-christian. I've checked out your project locally and confirm with your findings. I did not went in a deep-dive...
The reason we did not spot this bug sneaking into 4.6.0, is because the `EmbeddedEventStore` *only* tested with the `InMemoryEventStorageEngine`. As this engine is not an implementation of the `BatchingEventStorageEngine`,...
Closing this issue as it has been resolved in pull request #2390.
Fair addition, @nils-christian. Shouldn't be to tough to introduce, either. As you've put it right, this is a feature. So I won't expect this to be included in 4.6.x, but...
Alright, thanks for the feedback, @nils-christian :+1:
Although this sounds like a configuration on the `DeadlineManager`, it's actually the `ScopeAware` implementations that should change here. It's the `ScopeAware` implementations, namely the `Repository` and `SagaManager`, that simply swallow...
Hi @OLibutzki, I think I can alleviate the two major problems you've noted here: 1. When you're using the Spring configuration of Axon, you will thus also be using the...