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 19:12:13 UTC

[isis] branch ISIS-2329 updated (7605ef2 -> 3f6cb91)

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

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


 discard 7605ef2  ISIS-2329: adds 1-arg constructors for domain events
     add b9711bb  ISIS-2785: filters out inherited ObjectNamedFacet ...
     add 0c11895  ISIS-2785: refactored to Andi's suggestion
     add 449f346  Merge pull request #687 from apache/ISIS-2785
     add 11bb58c  ISIS-2573: some housekeeping around ObjectAssociationContainer and EntityChangeTrackerDefault
     add fd3c5cf  ISIS-2329: adds 1-arg constructors for domain events
     add 3f6cb91  ISIS-2329: fixes reflective creation of domain events.

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   (7605ef2)
            \
             N -- N -- N   refs/heads/ISIS-2329 (3f6cb91)

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:
 .../core/metamodel/facets/DomainEventHelper.java   | 95 +++++++++++++++-------
 .../i18n/SynthesizeObjectNamingPostProcessor.java  | 11 ++-
 .../spec/feature/ObjectAssociationContainer.java   | 22 +++--
 .../runtime/events/TransactionEventEmitter.java    |  2 +-
 .../changetracking/EntityChangeTrackerDefault.java | 91 ++++++++++++---------
 .../publishing/PropertyPublishingTestAbstract.java |  2 +-
 .../publishing/jpa/JpaExecutionPublishingTest.java |  2 +
 7 files changed, 142 insertions(+), 83 deletions(-)