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/10/04 10:09:59 UTC

[isis] branch 2871-value.types.overhaul updated (91074ea -> c55de80)

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

ahuber pushed a change to branch 2871-value.types.overhaul
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 91074ea  ISIS-2871: revert ValueModel to its former glory
     add c55de80  ISIS-2871: remove EncodableFacetFromConfiguration

No new revisions were added by this update.

Summary of changes:
 .../object/encodeable/EncodableFacetAbstract.java  | 90 ----------------------
 .../annotcfg/EncodableFacetFromConfiguration.java  | 32 --------
 .../metamodel/facets/object/value/ValueFacet.java  |  6 ++
 .../facets/object/value/ValueFacetAbstract.java    | 13 ++++
 4 files changed, 19 insertions(+), 122 deletions(-)
 delete mode 100644 core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/object/encodeable/EncodableFacetAbstract.java
 delete mode 100644 core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/object/encodeable/annotcfg/EncodableFacetFromConfiguration.java