You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/03/17 16:37:33 UTC

[isis] branch edge updated (2cd6a9e -> c7c0200)

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

ahuber pushed a change to branch edge
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 2cd6a9e  ISIS-2573: app layer tests: simplify
     add cb5a32d  ISIS-2577: invoke property clearing with non-null value adapter
     add 8eca78e  Merge remote-tracking branch 'origin/master' into edge
     add 7e6fbfb  ISIS-2444: fixes demo for auditing
     add 09c9410  ISIS-2579: fix jpa-entity-facet to also detect deleted/removed entity state
     add c7c0200  Merge remote-tracking branch 'origin/master' into edge

No new revisions were added by this update.

Summary of changes:
 .../applib/services/repository/EntityState.java    |  2 +-
 ...tySetterOrClearFacetForDomainEventAbstract.java | 26 +++++++++++++++-------
 .../update/clear/PropertyClearFacet.java           | 10 ++-------
 ...earFacet.java => PropertyClearingAccessor.java} | 10 +++------
 .../update/modify/PropertySetterFacet.java         | 17 +-------------
 ...tterFacet.java => PropertySettingAccessor.java} | 16 +++----------
 .../isis/core/metamodel/spec/ManagedObjects.java   |  4 ++--
 ...inObjectEntityChangePublishingVm_updateAll.java | 10 ++++-----
 .../JpaEntityInjectionPointResolver.java           |  5 ++---
 .../metamodel/JpaEntityFacetFactory.java           | 15 ++++++++-----
 .../wicket/ui/panels/FormExecutorDefault.java      | 20 +++++++++--------
 11 files changed, 57 insertions(+), 78 deletions(-)
 copy core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/properties/update/clear/{PropertyClearFacet.java => PropertyClearingAccessor.java} (82%)
 copy core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/properties/update/modify/{PropertySetterFacet.java => PropertySettingAccessor.java} (71%)