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
Throw an IllegalStateException (see here) if the some keys are loaded from the repository and some others are created from the factory. This check is maybe a little abusive or it should be possible to skip it.
The text was updated successfully, but these errors were encountered:
I think this check is preventing some interesting use cases to be achieved and will remove it. The goal of fluent assembler is take care of all the plumbing whether an aggregate exists or not.
The following method:
Throw an
IllegalStateException
(see here) if the some keys are loaded from the repository and some others are created from the factory. This check is maybe a little abusive or it should be possible to skip it.The text was updated successfully, but these errors were encountered: