This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch v2
in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git


    from 8c39562  adds 'removePet' action
     new b9333db  updates PetOwner_persona to add pets for each owner
     new d74562e  adds validation to check that each owner's pet has a 
different name
     new bea4e29  adds PetSpecies enum
     new f2606f5  adds a PetSpecies property to Pet
     new bbed140  updates addPet, to set the species of each
     new 14bd73b  updates PetOwner_persona fixture, to choose species at random
     new b2aca73  adds notes property for Pet
     new f9fd71b  updates Pet.columnOrder.txt with new properties
     new b68f55e  updates PetOwner#pets.columnOrder.txt with new properties

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../modules/petowner/dom/pet/Pet.columnOrder.txt   |  2 ++
 .../domainapp/modules/petowner/dom/pet/Pet.java    | 38 ++++++++++++++++------
 .../dom/petowner/PetOwner#pets.columnOrder.txt     |  2 ++
 .../modules/petowner/dom/petowner/PetOwner.java    | 14 +++++++-
 .../modules/petowner/fixture/PetOwner_persona.java | 29 +++++++++++------
 .../modules/petowner/value/PetSpecies.java         |  8 +++++
 6 files changed, 72 insertions(+), 21 deletions(-)
 create mode 100644 
module-petowner/src/main/java/domainapp/modules/petowner/value/PetSpecies.java

Reply via email to