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/05/08 06:10:23 UTC

[isis] branch 2648-wkt.coll.model updated (dff81df -> b90777a)

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

ahuber pushed a change to branch 2648-wkt.coll.model
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from dff81df  ISIS-2648: makes the old EntityCollectionModel obsolete
     add b90777a  ISIS-2648: mm mementos: one level of memoization should suffice

No new revisions were added by this update.

Summary of changes:
 .../spec/feature/memento/ActionMemento.java        |  9 +++-
 .../feature/memento/ActionParameterMemento.java    |  3 +-
 .../spec/feature/memento/CollectionMemento.java    |  6 ++-
 .../spec/feature/memento/PropertyMemento.java      |  6 ++-
 .../common/model/action/ActionUiMetaModel.java     |  3 +-
 .../viewer/wicket/model/models/ActionModel.java    |  6 +--
 .../models/EntityCollectionModelParented.java      |  2 +-
 .../viewer/wicket/model/models/EntityModel.java    |  2 +-
 .../wicket/model/models/ScalarParameterModel.java  |  2 +-
 .../wicket/model/models/ScalarPropertyModel.java   | 55 ++++++++++------------
 .../model/models/_EntityCollectionModelLegacy.java |  2 +-
 .../entityactions/EntityActionLinkFactory.java     |  2 +-
 .../serviceactions/MenuActionLinkFactory.java      |  2 +-
 .../serviceactions/ServiceActionUtil.java          |  2 +-
 14 files changed, 52 insertions(+), 50 deletions(-)