IDDD_Samples icon indicating copy to clipboard operation
IDDD_Samples copied to clipboard

sprint.commit vs. backlogItem.commitTo

Open killer-it44 opened this issue 3 years ago • 5 comments

I'm trying to understand the eventing and am a bit puzzled cause when I follow the invocations starting from RabbitMQBacklogItemCommitedListener, it calls SprintApplicationService, which calls sprint.commit(BacklogItem bli). It doesn't publish any event.

Then on the BacklogItem entity I also see a "commitTo" method, which does publish an event, but this method is only called from the tests.

That looks like something is wrong/inconsistent here...

killer-it44 avatar Jun 16 '21 05:06 killer-it44