You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/10/02 07:03:55 UTC

[isis-app-demo] branch main updated (552ecc7 -> 6249707)

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

danhaywood pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/isis-app-demo.git.


    from 552ecc7  sets up default prompt styles
     add 24cd430  Removes unnecessary @ActionLayout#promptStyle and commened out code
     add ebf727f  adds derived PetOwner#name property
     add 9b4f857  hides PetOwner lastName and firstName propertie
     add 7302be3  associates PetOwner#updateName with new name property
     add 35c80e7  fixes integ tests
     add 4e8600b  adds PhoneNumber meta-annotation
     add dd17833  adds EmailAddress meta-annotation
     add 6249707  adds phoneNumber and emailAddress to PetOwner

No new revisions were added by this update.

Summary of changes:
 .../pets/integtests/tests/PetOwner_IntegTest.java  | 32 +++++++++++++++++-----
 .../modules/pets/dom/petowner/PetOwner.java        | 30 ++++++++++++++++----
 .../modules/pets/dom/petowner/PetOwners.java       |  4 +--
 .../pets/types/{Notes.java => EmailAddress.java}   | 19 +++++++------
 .../pets/types/{Notes.java => PhoneNumber.java}    | 17 ++++++------
 .../webapp/integtests/smoke/Smoke_IntegTest.java   |  2 +-
 6 files changed, 72 insertions(+), 32 deletions(-)
 copy module-pets/src/main/java/petclinic/modules/pets/types/{Notes.java => EmailAddress.java} (60%)
 copy module-pets/src/main/java/petclinic/modules/pets/types/{Notes.java => PhoneNumber.java} (65%)