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 2022/05/10 09:56:19 UTC

[isis] 01/01: Merge pull request #927 from apache/ISIS-3037

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 5b1a3bfe56e2cb945a30b394ab43c6cf288c2243
Merge: ad68697d03 8096d78232
Author: Dan Haywood <da...@apache.org>
AuthorDate: Tue May 10 10:56:12 2022 +0100

    Merge pull request #927 from apache/ISIS-3037
    
    ISIS-3037: rationalizes PersonaEnumPersistAll with v1

 .../applib/personas/BuilderScriptAbstract.java     | 14 ++++++------
 .../applib/setup/PersonaEnumPersistAll.java        |  7 +++---
 .../fixtures/applib/personas/dom/Employee.java     | 12 +++++++++++
 .../fixtures/applib/personas/dom/Person.java       | 14 ++++++++++++
 .../applib/personas/dom/PersonRepository.java      | 18 ++++++++++++++++
 .../applib/personas/fixtures/Customer_persona.java |  1 +
 .../applib/personas/fixtures/EmployeeBuilder.java  | 25 ++++++++++++++++++++++
 .../personas/fixtures/PersistAllFixtureScript.java | 18 ++++++----------
 .../personas/fixtures/PersonBuilderScript.java     | 25 ++++++++++++++++++++++
 .../{Customer_persona.java => Person_persona.java} | 16 +++++++-------
 .../personas/fixtures/ScenarioFixtureScript.java   | 13 +++++------
 .../applib/personas/fixtures/ScenarioTest.java     | 14 ++++++++++++
 12 files changed, 139 insertions(+), 38 deletions(-)