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
discard b68f55e updates PetOwner#pets.columnOrder.txt with new properties
discard f9fd71b updates Pet.columnOrder.txt with new properties
discard b2aca73 adds notes property for Pet
discard 14bd73b updates PetOwner_persona fixture, to choose species at random
discard bbed140 updates addPet, to set the species of each
discard f2606f5 adds a PetSpecies property to Pet
discard bea4e29 adds PetSpecies enum
new 5f0ee19 adds PetSpecies enum
new 988e091 adds a PetSpecies property to Pet
new a39e6c5 updates addPet, to set the species of each
new 15317b0 updates PetOwner_persona fixture, to choose species at random
new 51dda9e adds notes property for Pet
new 29c9ec5 updates Pet.columnOrder.txt with new properties
new c08b831 updates PetOwner#pets.columnOrder.txt with new properties
new f530a92 adds Pet-xxx.png for each species
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b68f55e)
\
N -- N -- N refs/heads/v2 (f530a92)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 8 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:
.../domainapp/modules/petowner/dom/pet/Pet-budgie.png | Bin 0 -> 2324 bytes
.../domainapp/modules/petowner/dom/pet/Pet-cat.png | Bin 0 -> 2793 bytes
.../modules/petowner/dom/pet/{Pet.png => Pet-dog.png} | Bin
.../modules/petowner/dom/pet/Pet-hamster.png | Bin 0 -> 2424 bytes
.../java/domainapp/modules/petowner/dom/pet/Pet.java | 1 -
.../java/domainapp/modules/petowner/dom/pet/Pet.png | Bin 1677 -> 1268 bytes
.../petowner/{value => dom/pet}/PetSpecies.java | 2 +-
.../modules/petowner/dom/petowner/PetOwner.java | 3 +--
.../modules/petowner/fixture/PetOwner_persona.java | 3 +--
9 files changed, 3 insertions(+), 6 deletions(-)
create mode 100644
module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-budgie.png
create mode 100644
module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-cat.png
copy module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/{Pet.png
=> Pet-dog.png} (100%)
create mode 100644
module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/Pet-hamster.png
rename module-petowner/src/main/java/domainapp/modules/petowner/{value =>
dom/pet}/PetSpecies.java (63%)