-
Notifications
You must be signed in to change notification settings - Fork 125
AggregateRoot OnDSL and DefaultApplyStrategy always go together #982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
I think it's not clear which direction is desired 🤷♂️ |
|
lukaszreszke
added a commit
that referenced
this issue
Feb 8, 2023
DefaultApplyStrategy relies on OnDSL. Therefore they always have to go together. https: //github.com//issues/982 Co-authored-by: Paweł Pacana <[email protected]> Co-authored-by: Szymon Fiedler <[email protected]>
lukaszreszke
added a commit
that referenced
this issue
Feb 10, 2023
DefaultApplyStrategy relies on OnDSL. Therefore they always have to go together. https: //github.com//issues/982 Co-authored-by: Paweł Pacana <[email protected]> Co-authored-by: Szymon Fiedler <[email protected]>
fidel
added a commit
that referenced
this issue
Mar 7, 2023
DefaultApplyStrategy relies on OnDSL. Therefore they always have to go together. https: //github.com//issues/982 Co-authored-by: Paweł Pacana <[email protected]> Co-authored-by: Szymon Fiedler <[email protected]>
mostlyobvious
added a commit
that referenced
this issue
Sep 29, 2023
DefaultApplyStrategy relies on OnDSL. Therefore they always have to go together. https: //github.com//issues/982 Co-authored-by: Paweł Pacana <[email protected]> Co-authored-by: Szymon Fiedler <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yet it is possible to have
AggregateRoot.with_strategy(->{ DefaultApplyStrategy.new })
and noOnDSL
. This clearly signals needed change.PS.
event_type_resolver
refers to #969The text was updated successfully, but these errors were encountered: