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 2022/09/04 19:38:15 UTC

[isis] branch 3202_executor_not_persisting_jpa updated (4a00c704d2 -> f5e2c5c1aa)

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

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


    from 4a00c704d2 ISIS-3202: adds wicket viewer entity page regression test
     add f5e2c5c1aa ISIS-3202: fixes the Wicket Viewer on JPA; yet still test failures

No new revisions were added by this update.

Summary of changes:
 .../core/metamodel/consent/InteractionResult.java  |  3 +-
 .../facets/object/entity/EntityFacet.java          |  4 +++
 .../object/entity/_EntityFacetForTesting.java      |  6 ++++
 .../accessor/PropertyAccessorFacetViaAccessor.java |  4 +--
 .../object/_ManagedObjectEntityBookmarked.java     | 20 +++++++++----
 .../webapp/wicket/jpa/DemoAppWicketJpa.java        |  2 +-
 .../metamodel/facets/entity/JdoEntityFacet.java    |  6 ++++
 .../jpa/integration/entity/JpaEntityFacet.java     |  7 +++++
 .../viewers/jpa/wkt/InteractionTestJpaWkt.java     | 24 +++++++++++++++
 .../isis/testdomain/jpa/entities/JpaBook.java      | 34 +++++++++++++++++++++-
 .../wicket/ui/panels/FormExecutorDefault.java      |  7 +++++
 11 files changed, 106 insertions(+), 11 deletions(-)