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/07/23 17:28:56 UTC

[isis] branch ISIS-2820 updated (bad8059 -> b8369fb)

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

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


 discard bad8059  ISIS-2820: adds docs for archtests
 discard b3bbb95  ISIS-2820: adds further arch tests
 discard 6695952  ISIS-2820: further arch tests
 discard 1abb936  ISIS-2820: adds a bunch of arch tests
     add 9d274b2  ISIS-2573: publishing tests: enhanced step tracing
     add 3ff83c4  ISIS-2820: adds a bunch of arch tests
     add ac4f61d  ISIS-2820: further arch tests
     add ab1d935  ISIS-2820: adds further arch tests
     add b8369fb  ISIS-2820: adds docs for archtests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch 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   (bad8059)
            \
             N -- N -- N   refs/heads/ISIS-2820 (b8369fb)

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:
 .../changetracking/_SimpleChangingEntities.java    |   2 +
 .../publishing/jdo/JdoCommandPublishingTest.java   |  13 +--
 ...shingTest.java => JdoEntityPublishingTest.java} |  16 ++-
 .../publishing/jdo/JdoExecutionPublishingTest.java |  13 +--
 ...ingTest.java => JdoPropertyPublishingTest.java} |  16 ++-
 .../publishing/jpa/JpaCommandPublishingTest.java   |  13 +--
 ...shingTest.java => JpaEntityPublishingTest.java} |  16 ++-
 .../publishing/jpa/JpaExecutionPublishingTest.java |  13 +--
 ...ingTest.java => JpaPropertyPublishingTest.java} |  16 ++-
 .../org/apache/isis/testdomain/jdo/JdoBookDto.java |   7 +-
 .../isis/testdomain/jdo/JdoTestDomainPersona.java  |   8 +-
 .../org/apache/isis/testdomain/jpa/JpaBookDto.java |   7 +-
 .../isis/testdomain/jpa/JpaTestDomainPersona.java  |   8 +-
 ...act.java => PublishingTestFactoryAbstract.java} | 130 +++++++++++++++------
 ...ctoryJdo.java => PublishingTestFactoryJdo.java} | 100 ++++++++--------
 ...ctoryJpa.java => PublishingTestFactoryJpa.java} | 100 ++++++++--------
 16 files changed, 267 insertions(+), 211 deletions(-)
 rename regressiontests/incubating/src/test/java/org/apache/isis/testdomain/publishing/jdo/{JdoEntityChangesPublishingTest.java => JdoEntityPublishingTest.java} (89%)
 rename regressiontests/incubating/src/test/java/org/apache/isis/testdomain/publishing/jdo/{JdoEntityPropertyChangePublishingTest.java => JdoPropertyPublishingTest.java} (88%)
 rename regressiontests/incubating/src/test/java/org/apache/isis/testdomain/publishing/jpa/{JpaEntityChangesPublishingTest.java => JpaEntityPublishingTest.java} (88%)
 rename regressiontests/incubating/src/test/java/org/apache/isis/testdomain/publishing/jpa/{JpaEntityPropertyChangePublishingTest.java => JpaPropertyPublishingTest.java} (87%)
 rename regressiontests/stable/src/main/java/org/apache/isis/testdomain/publishing/{ApplicationLayerTestFactoryAbstract.java => PublishingTestFactoryAbstract.java} (59%)
 rename regressiontests/stable/src/main/java/org/apache/isis/testdomain/publishing/{ApplicationLayerTestFactoryJdo.java => PublishingTestFactoryJdo.java} (74%)
 rename regressiontests/stable/src/main/java/org/apache/isis/testdomain/publishing/{ApplicationLayerTestFactoryJpa.java => PublishingTestFactoryJpa.java} (74%)