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/01 08:25:34 UTC

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

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 c536780  adds default for new parameter of PetOwner#updateName
     add bc8caf9  adds firstName to PetOwners#create action
     add c9ffddc  sets up initial fixture script under a 'dev' Spring Boot profile.
     add 552ecc7  sets up default prompt styles

No new revisions were added by this update.

Summary of changes:
 .run/PetClinicApp.run.xml                                         | 1 +
 .../java/petclinic/modules/pets/dom/petowner/PetOwners_Test.java  | 2 +-
 .../modules/pets/integtests/tests/PetOwners_IntegTest.java        | 4 ++--
 .../main/java/petclinic/modules/pets/dom/petowner/PetOwner.java   | 2 +-
 .../main/java/petclinic/modules/pets/dom/petowner/PetOwners.java  | 8 +++++---
 .../main/java/petclinic/modules/pets/fixture/PetOwnerBuilder.java | 2 +-
 .../java/petclinic/webapp/integtests/smoke/Smoke_IntegTest.java   | 4 ++--
 webapp/src/main/resources/application-custom.yml                  | 6 ++++++
 webapp/src/main/resources/application-dev.yml                     | 4 ++++
 9 files changed, 23 insertions(+), 10 deletions(-)
 create mode 100644 webapp/src/main/resources/application-custom.yml
 create mode 100644 webapp/src/main/resources/application-dev.yml