Typo in QuartzDeadlineManager

Hi all!

Axonframework 3.3.5 QuartzDeadlineManager constructor ignores TransactionManager parameter:

`

public QuartzDeadlineManager(Scheduler scheduler,
                             ScopeAwareProvider scopeAwareProvider,
                             TransactionManager transactionManager) {
    this(scheduler, scopeAwareProvider, NoTransactionManager.INSTANCE, new XStreamSerializer());
}

`

Looks like a copy-paste issue. Please fix this.

Kind regards,

Aleksey

Hi Aleksey,

Thanks for pointing this out! Definitely a bug.

If you encounter any such issues in the future, would you mind creating a new issue with the bug label attached to it?

A part from that, I will fix this ASAP.

Cheers,
Steven

Hi Aleksey,

The issue has been fixed here. It is part of release 3.3.6.

Cheers,
Steven

Hi Steven,

Of course, if I am completely sure that this is a bug, it will be more correct to create an issue.

Kind regards,
Aleksey