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
I just tried to generate PetClinic project again with latest xoom1.5.3-SNAPSHOT version and I found this. In this example, PetEntity::register method constructing new PetState object and passing it to PetRegistered event and PetRegistered event object deconstructing it. Instead, PetEntity can just pass values directly to PetRegistered event.
The text was updated successfully, but these errors were encountered:
Thanks @hurelhuyag. I discussed this with @danilo-ambrosio and we decided for now we will keep it this way. We will likely change as you suggested, but for now it is lower priority.
I just tried to generate
PetClinic
project again with latestxoom
1.5.3-SNAPSHOT
version and I found this. In this example,PetEntity::register
method constructing newPetState
object and passing it toPetRegistered
event andPetRegistered
event object deconstructing it. Instead,PetEntity
can just pass values directly toPetRegistered
event.The text was updated successfully, but these errors were encountered: