This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a change to tag tags/3.1.0/04-02-pet-ui-and-layout-semantics in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
*** WARNING: tag tags/3.1.0/04-02-pet-ui-and-layout-semantics was modified! *** from a10369c (commit) to 95c732c (commit) omit a10369c adds Pet.columnOrder.txt omit 96f4f51 adds icon .png for Pet omit a03dc6d adds Pet.layout.xml omit 6b4f41b uses the name of the pet as its title omit eba33d4 updates javax to jakarta omit 5a8e7e3 updates PetOwner module to delete all Pets. omit aa6a17a adds Pet entity omit 49bfbd9 adds PetName meta-annotation omit 251cecb replaces PetOwner.png omit 25d0ae4 organizes imports omit 1e54c0d associates 'delete' action with 'identity' fieldset omit ee8f015 associates 'updateAttachment' action with 'name' property using .layout.xml omit 3519780 associates 'updateName' action with 'name' property using .layout.xml omit bf42b3d specifies positioning of framework-provided props in metadata fieldset omit 82e146c associates version property with its fieldset using .layout.xml omit 92965d8 associates attachment property with its fieldset using .layout.xml omit e7363e2 associates daysSinceLastVisit property with its fieldset using .layout.xml omit 9e39124 associates lastVisit property with its fieldset using .layout.xml omit 867ecd8 associates notes property with its fieldset using .layout.xml omit 27d9b1d associates emailAddress property with its fieldset using .layout.xml omit 59c16f8 associates telephoneNumber property with its fieldset using .layout.xml omit 4d0cfa0 associates knownAs property with its fieldset using .layout.xml omit 433cdcf associates name property with its fieldset using .layout.xml omit 0227db7 updates javax to jakarta omit 5aa5f26 updates javax to jakarta omit a9f6148 updates PetOwners#create to use new value type omit 3e2f4a1 updates PetOwner#emailAddress to use new value type omit 0516c1c adds EmailAddressValueSemantics omit 21fd52c Adds EmailAddress value type omit 7d182e3 Updates ActionLayout#describedAs text, as constant has moved to Name meta-annotation omit ca682e4 Removes validation for PetOwner#updateName omit 8eff0eb Adds a mustSatisfy Specification to Name meta-annotation omit a08c0df Updates PhoneNumber meta-annotation, adds regex validation omit 65fae30 Annotates telephoneNumber property and param with meta-annotation omit 0242d00 Defines PhoneNumber meta-annotation omit eb9c2eb Updates .columnOrder.txt for new property omit 6773127 adds PetOwner#getDaysSinceLastVisit derived property omit 064a284 Injects ClockService into PetOwner omit 60d0ccf Resets prompt styles back to their defaults omit 21fe608 changes the default prompt style omit 3a5a000 Comments out promptStyle for PetOwner#updateName omit b09ef24 Comments out promptStyle for PetOwners#create omit 5f4f03e Updates PetOwner_persona builder also omit d135591 Updates PetOwners#create to specify additional details. omit 14a3db8 adds HomePageViewModel#petOwners.colunmOrder.txt omit 14a3eff renames 'getObjects' collection of HomePageViewModel to 'getPetOwners' omit 96187e7 updates title of HomePageViewModel omit 63a3d92 Updates HomePageViewModel to list PetOwners omit a349af9 Updates PetOwner_persona to _not_ wrap PetOwners domain service omit 4ec6a6a updates IntelliJ run configuration to run with 'dev' spring profile omit e57f4cb adds application-dev.yml to run fixture automatically on startup omit 9a3c4b4 Updates .columnOrder.txt of PetOwners to show additional properties omit ea35748 Adds 'telephoneNumber' and 'emailAddress' to 'PetOwner' omit 71eabb9 updates persona to create a more realistic 'lastVisit' date omit 9dfe639 renames PetOwner's lastCheckedIn property to lastVisit omit fd09b96 defines PetOwner's title using title() method rather than @Title annot. omit f83ba50 Extends PetOwner_persona to set up a 'knownAs' alias omit 931bdf7 Updates DomainAppDemo fixture script to create pet owners rather than omit 97a3976 updates PetOwner_persona and adds .pdf for each. omit a68ef93 adds references to PetOwners domain service in the menubars layout omit cd13453 adds new PetOwnerModuleSuperuserRole, makes sven user a member omit 5d38de7 references petowner module in the ApplicatoinModule omit 4609ced renames SimpleApp to PetClinicApp omit a8f0e8b converts javax imports to jakarta omit ceabc89 updates new pom.xml to 3.0.0 omit 1c7beda Updates application.properties to ensure 'petowner' schema is created omit e32a5a8 updates the namespace of PetOwner module omit c76d7a4 copies simple module to petowner module omit 84ab8d8 adds module-petowner module omit 528c1b1 more on recreate script omit bf5abac updates pom.xml files to 3.1.0 omit 1d48fe4 adds scripts to help generate new tags add 37bcedb updates tagger.sh add ef56989 more on recreate script add fa9a264 adds module-petowner module add 8f5d078 copies simple module to petowner module add 342483d updates the namespace of PetOwner module add 2f91b2d Updates application.properties to ensure 'petowner' schema is created add fb9f64a updates new pom.xml to 3.0.0 add 7a3c8b4 converts javax imports to jakarta add e60c6c8 renames SimpleApp to PetClinicApp add 330c189 references petowner module in the ApplicatoinModule add fbd6d95 adds new PetOwnerModuleSuperuserRole, makes sven user a member add 1f7a1e7 adds references to PetOwners domain service in the menubars layout add 08d73e2 updates PetOwner_persona and adds .pdf for each. add a88f972 Updates DomainAppDemo fixture script to create pet owners rather than add ba167d0 Extends PetOwner_persona to set up a 'knownAs' alias add effa238 defines PetOwner's title using title() method rather than @Title annot. add cbd7a89 renames PetOwner's lastCheckedIn property to lastVisit add 82ad473 updates persona to create a more realistic 'lastVisit' date add 44582b6 Adds 'telephoneNumber' and 'emailAddress' to 'PetOwner' add 7272815 Updates .columnOrder.txt of PetOwners to show additional properties add 46a75c2 adds application-dev.yml to run fixture automatically on startup add e6572b4 updates IntelliJ run configuration to run with 'dev' spring profile add 2c9dd8f Updates PetOwner_persona to _not_ wrap PetOwners domain service add 90e35f2 Updates HomePageViewModel to list PetOwners add ecb441b updates title of HomePageViewModel add ba94d6d renames 'getObjects' collection of HomePageViewModel to 'getPetOwners' add 4441a53 adds HomePageViewModel#petOwners.colunmOrder.txt add 09b61c0 Updates PetOwners#create to specify additional details. add d005d10 Updates PetOwner_persona builder also add 4ff2e42 Comments out promptStyle for PetOwners#create add 125d4ea Comments out promptStyle for PetOwner#updateName add 41ab2dd changes the default prompt style add bf2416b Resets prompt styles back to their defaults add d077a06 Injects ClockService into PetOwner add 51f9a8a adds PetOwner#getDaysSinceLastVisit derived property add 6e14ae7 Updates .columnOrder.txt for new property add cc367c2 Defines PhoneNumber meta-annotation add faf1ea2 Annotates telephoneNumber property and param with meta-annotation add 7d7cd0d Updates PhoneNumber meta-annotation, adds regex validation add 64d5af2 Adds a mustSatisfy Specification to Name meta-annotation add 395cf4c Removes validation for PetOwner#updateName add a1a26ae Updates ActionLayout#describedAs text, as constant has moved to Name meta-annotation add 60eeba2 Adds EmailAddress value type add effaccf adds EmailAddressValueSemantics add 2d59324 updates PetOwner#emailAddress to use new value type add 13a6774 updates PetOwners#create to use new value type add e37f99b updates javax to jakarta add 4c69ea7 updates javax to jakarta add b05f908 associates name property with its fieldset using .layout.xml add 0ee1127 associates knownAs property with its fieldset using .layout.xml add 630d5a9 associates telephoneNumber property with its fieldset using .layout.xml add 8697b8b associates emailAddress property with its fieldset using .layout.xml add 43fd762 associates notes property with its fieldset using .layout.xml add 853a8ba associates lastVisit property with its fieldset using .layout.xml add 5586b36 associates daysSinceLastVisit property with its fieldset using .layout.xml add 476a528 associates attachment property with its fieldset using .layout.xml add 18d4dd6 associates version property with its fieldset using .layout.xml add 3cf12b6 specifies positioning of framework-provided props in metadata fieldset add 331be9d associates 'updateName' action with 'name' property using .layout.xml add abe5622 associates 'updateAttachment' action with 'name' property using .layout.xml add 6961e22 associates 'delete' action with 'identity' fieldset add 590eb8e organizes imports add 3eae4c9 replaces PetOwner.png add 887e0bc adds PetName meta-annotation add e7ce6a5 adds Pet entity add 36d5dc2 updates PetOwner module to delete all Pets. add 6de5f7f updates javax to jakarta add 68d249a uses the name of the pet as its title add 4bb1d51 adds Pet.layout.xml add 5586bd2 adds icon .png for Pet add 95c732c adds Pet.columnOrder.txt 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 (a10369c) \ N -- N -- N refs/tags/tags/3.1.0/04-02-pet-ui-and-layout-semantics (95c732c) 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 | 84 +++++++++++++++++++++++++++++++++++-------------- 2 files changed, 61 insertions(+), 25 deletions(-)