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/26 08:13:20 UTC

[isis] branch ISIS-2820 updated (a2b49c0 -> 602ed85)

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 a2b49c0  ISIS-2820: improves jdo and jpa subtype entity rules
 discard 235bd31  ISIS-2820: improves jdo and jpa subtype entity rules
     add cdcc665  Merge pull request #684 from apache/ISIS-2820
     add 37be632  ISIS-2573: publishing tests: fail on missed verification stage
     add 3b99f60  ISIS-2820: improves jdo and jpa subtype entity rules
     add 602ed85  ISIS-2820: improves jdo and jpa subtype entity rules

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   (a2b49c0)
            \
             N -- N -- N   refs/heads/ISIS-2820 (602ed85)

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:
 .../publishing/CommandPublishingTestAbstract.java  |  8 +-
 .../publishing/EntityPublishingTestAbstract.java   | 10 ++-
 .../ExecutionPublishingTestAbstract.java           |  8 +-
 .../publishing/PropertyPublishingTestAbstract.java | 11 ++-
 .../publishing/PublishingTestFactoryAbstract.java  | 95 +++++++++++++---------
 5 files changed, 82 insertions(+), 50 deletions(-)