This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a change to tag tags/2.1.0/03-14-use-layout-xml-for-ui-semantics in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
*** WARNING: tag tags/2.1.0/03-14-use-layout-xml-for-ui-semantics was modified! *** from c7aec91 (commit) to fd2d28c (commit) omit c7aec91 organizes imports omit 63b43a8 associates 'delete' action with 'identity' fieldset omit e0d7e96 associates 'updateAttachment' action with 'name' property using .layout.xml omit b4977d1 associates 'updateName' action with 'name' property using .layout.xml omit ea9a820 specifies positioning of framework-provided props in metadata fieldset omit 2f4cda2 associates version property with its fieldset using .layout.xml omit 1b46bc9 associates attachment property with its fieldset using .layout.xml omit 47ddb0f associates daysSinceLastVisit property with its fieldset using .layout.xml omit 045d228 associates lastVisit property with its fieldset using .layout.xml omit 803bfc4 associates notes property with its fieldset using .layout.xml omit 789a606 associates emailAddress property with its fieldset using .layout.xml omit 911d6ab associates telephoneNumber property with its fieldset using .layout.xml omit 7836099 associates knownAs property with its fieldset using .layout.xml omit 441a87b associates name property with its fieldset using .layout.xml omit 492af39 updates PetOwners#create to use new value type omit 5143b2a updates PetOwner#emailAddress to use new value type omit 208c025 adds EmailAddressValueSemantics omit 1db55ac Adds EmailAddress value type omit b517f0e Updates ActionLayout#describedAs text, as constant has moved to Name meta-annotation omit cffa638 Removes validation for PetOwner#updateName omit 3a21401 Adds a mustSatisfy Specification to Name meta-annotation omit cc6ccab Updates PhoneNumber meta-annotation, adds regex validation omit f949d45 Annotates telephoneNumber property and param with meta-annotation omit 493f075 Defines PhoneNumber meta-annotation omit be7d028 Updates .columnOrder.txt for new property omit 93829f6 adds PetOwner#getDaysSinceLastVisit derived property omit 062a8eb Injects ClockService into PetOwner omit fea546e Resets prompt styles back to their defaults omit bad3e72 changes the default prompt style omit 74d8362 Comments out promptStyle for PetOwner#updateName omit 95b22fa Comments out promptStyle for PetOwners#create omit 636b00c Updates PetOwner_persona builder also omit 0e8e564 Updates PetOwners#create to specify additional details. omit 9019dcc adds HomePageViewModel#petOwners.colunmOrder.txt omit 484e50e renames 'getObjects' collection of HomePageViewModel to 'getPetOwners' omit 46e8efc updates title of HomePageViewModel omit 3d54d20 Updates HomePageViewModel to list PetOwners omit e194523 Updates PetOwner_persona to _not_ wrap PetOwners domain service omit 9148b1a updates IntelliJ run configuration to run with 'dev' spring profile omit 17d8bd2 adds application-dev.yml to run fixture automatically on startup omit 34936b3 Updates .columnOrder.txt of PetOwners to show additional properties omit d317677 Adds 'telephoneNumber' and 'emailAddress' to 'PetOwner' omit 75f4d87 updates persona to create a more realistic 'lastVisit' date omit 8dfd9db renames PetOwner's lastCheckedIn property to lastVisit omit 8ac2968 defines PetOwner's title using title() method rather than @Title annot. omit 45819b8 Extends PetOwner_persona to set up a 'knownAs' alias omit ce3b5ff Updates DomainAppDemo fixture script to create pet owners rather than omit 11e8430 updates PetOwner_persona and adds .pdf for each. omit 08907c9 adds references to PetOwners domain service in the menubars layout omit b6acf90 adds new PetOwnerModuleSuperuserRole, makes sven user a member omit 8fd4405 references petowner module in the ApplicatoinModule omit 8fb7ba6 renames SimpleApp to PetClinicApp omit 72ce3f9 Updates application.properties to ensure 'petowner' schema is created omit 3b866a8 updates the namespace of PetOwner module omit 8da58a5 copies simple module to petowner module omit 304a9a0 adds module-petowner module add e405e06 updates tagger.sh add 3ee5e11 adds check if cherry-pick failed add 17fefcc reverse order of commit sha's to cherry-pick in turn add b2645ac fixes typo in script add 8a16087 deletes tag first add 38d4289 adds module-petowner module add f82d43a copies simple module to petowner module add bdb9cc1 updates the namespace of PetOwner module add c8a402f Updates application.properties to ensure 'petowner' schema is created add 207e72c renames SimpleApp to PetClinicApp add 0e64faa references petowner module in the ApplicatoinModule add 48af223 adds new PetOwnerModuleSuperuserRole, makes sven user a member add 98edaf4 adds references to PetOwners domain service in the menubars layout add 84a4700 updates PetOwner_persona and adds .pdf for each. add 39eba16 Updates DomainAppDemo fixture script to create pet owners rather than add b7e31be Extends PetOwner_persona to set up a 'knownAs' alias add d6896f6 defines PetOwner's title using title() method rather than @Title annot. add 954f920 renames PetOwner's lastCheckedIn property to lastVisit add e38b98f updates persona to create a more realistic 'lastVisit' date add ee430d6 Adds 'telephoneNumber' and 'emailAddress' to 'PetOwner' add b89c1da Updates .columnOrder.txt of PetOwners to show additional properties add 1a04d33 adds application-dev.yml to run fixture automatically on startup add f743053 updates IntelliJ run configuration to run with 'dev' spring profile add 75fa4bb Updates PetOwner_persona to _not_ wrap PetOwners domain service add 35e405c Updates HomePageViewModel to list PetOwners add c5512e2 updates title of HomePageViewModel add bf92f9e renames 'getObjects' collection of HomePageViewModel to 'getPetOwners' add 7ca7a6b adds HomePageViewModel#petOwners.colunmOrder.txt add 55e8a5d Updates PetOwners#create to specify additional details. add 81a9d94 Updates PetOwner_persona builder also add 7267ca6 Comments out promptStyle for PetOwners#create add eeb6e3f Comments out promptStyle for PetOwner#updateName add 5f39019 changes the default prompt style add 9437eb9 Resets prompt styles back to their defaults add ca6320b Injects ClockService into PetOwner add 1c64b49 adds PetOwner#getDaysSinceLastVisit derived property add 6fb73de Updates .columnOrder.txt for new property add 55d1029 Defines PhoneNumber meta-annotation add 4050aa1 Annotates telephoneNumber property and param with meta-annotation add a3e02b8 Updates PhoneNumber meta-annotation, adds regex validation add aa864c0 Adds a mustSatisfy Specification to Name meta-annotation add d26b404 Removes validation for PetOwner#updateName add 6fc1690 Updates ActionLayout#describedAs text, as constant has moved to Name meta-annotation add 8c75999 Adds EmailAddress value type add b6e8aa4 adds EmailAddressValueSemantics add a81e4f9 updates PetOwner#emailAddress to use new value type add 0798b04 updates PetOwners#create to use new value type add 1272f36 associates name property with its fieldset using .layout.xml add 0df96bb associates knownAs property with its fieldset using .layout.xml add 560d766 associates telephoneNumber property with its fieldset using .layout.xml add ce20c86 associates emailAddress property with its fieldset using .layout.xml add b599ab7 associates notes property with its fieldset using .layout.xml add 9651a4d associates lastVisit property with its fieldset using .layout.xml add bf007c2 associates daysSinceLastVisit property with its fieldset using .layout.xml add e0be87f associates attachment property with its fieldset using .layout.xml add e3755ae associates version property with its fieldset using .layout.xml add 2048451 specifies positioning of framework-provided props in metadata fieldset add 626efd9 associates 'updateName' action with 'name' property using .layout.xml add d1b21b7 associates 'updateAttachment' action with 'name' property using .layout.xml add aab8a47 associates 'delete' action with 'identity' fieldset add fd2d28c organizes imports This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the tag 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 (c7aec91) \ N -- N -- N refs/tags/tags/2.1.0/03-14-use-layout-xml-for-ui-semantics (fd2d28c) 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. No new revisions were added by this update. Summary of changes: module-petowner/pom.xml | 2 +- tagger.sh | 77 ++++++++++++++++++++++++++++++++++--------------- 2 files changed, 54 insertions(+), 25 deletions(-)