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 2020/12/21 21:44:48 UTC

[isis] branch master updated (75d688c -> 4a1934f)

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

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


    from 75d688c  ISIS-2033: reinstate JDO facets in new jdo-integration module
     add 4a1934f  ISIS-2033: switch demo back to legacy-jdo

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/demoapp/dom/DemoModule.java      |  12 +-
 examples/demo/pom.xml                              |  20 +-
 .../metamodel/facets/entity/JdoEntityFacet.java    | 286 +++++++++++++++++++++
 .../facets/entity/JdoEntityFacetFactory.java       | 262 +------------------
 4 files changed, 311 insertions(+), 269 deletions(-)
 create mode 100644 persistence/jdo/integration/src/main/java/org/apache/isis/persistence/jdo/integration/metamodel/facets/entity/JdoEntityFacet.java