You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming up prooph/event-store v7 no longer contains Aggregate related classes. They are all moved to prooph/event-sourcing. Now we have two AggregateTranslator implementations in one package.
Originally the ConfigurableAggregateTranslator was meant to be a default implementation if one don't want to use prooph/event-sourcing.
With the new structure the ConfigurableAggregateTranslator is no longer needed. prooph/event-sourcing uses the decorator pattern and has its own AggregateTranslator in place.
W could create a gist of the ConfigurableAggregateTranslator instead and link it in the docs if one don't like the decorator approach.
The text was updated successfully, but these errors were encountered:
Coming up prooph/event-store v7 no longer contains Aggregate related classes. They are all moved to prooph/event-sourcing. Now we have two
AggregateTranslator
implementations in one package.Originally the
ConfigurableAggregateTranslator
was meant to be a default implementation if one don't want to use prooph/event-sourcing.With the new structure the
ConfigurableAggregateTranslator
is no longer needed. prooph/event-sourcing uses the decorator pattern and has its own AggregateTranslator in place.W could create a gist of the
ConfigurableAggregateTranslator
instead and link it in the docs if one don't like the decorator approach.The text was updated successfully, but these errors were encountered: