You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/07/26 08:13:52 UTC

[isis] branch master updated (37be632 -> 408875d)

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

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


    from 37be632  ISIS-2573: publishing tests: fail on missed verification stage
     add 3b99f60  ISIS-2820: improves jdo and jpa subtype entity rules
     add 602ed85  ISIS-2820: improves jdo and jpa subtype entity rules
     new 408875d  Merge pull request #685 from apache/ISIS-2820

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../applib/classrules/ArchitectureJdoRules.java    | 29 +++++++++++++++++++---
 .../applib/classrules/ArchitectureJpaRules.java    | 18 ++++++++++++++
 .../applib/entity/jdo/dom/JdoEntity.java           |  1 -
 .../applib/entity/jdo/dom/JdoEntity2.java          |  4 +--
 .../applib/entity/jdo/dom/JdoEntitySubtype.java    | 20 +++++++++++++++
 5 files changed, 65 insertions(+), 7 deletions(-)
 create mode 100644 testing/archtestsupport/applib/src/test/java/org/apache/isis/testing/archtestsupport/applib/entity/jdo/dom/JdoEntitySubtype.java

[isis] 01/01: Merge pull request #685 from apache/ISIS-2820

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 408875d1cc1af98ff3b091a09bafe59fd4c519a1
Merge: 37be632 602ed85
Author: Dan Haywood <da...@apache.org>
AuthorDate: Mon Jul 26 09:13:45 2021 +0100

    Merge pull request #685 from apache/ISIS-2820
    
    Isis 2820

 .../applib/classrules/ArchitectureJdoRules.java    | 29 +++++++++++++++++++---
 .../applib/classrules/ArchitectureJpaRules.java    | 18 ++++++++++++++
 .../applib/entity/jdo/dom/JdoEntity.java           |  1 -
 .../applib/entity/jdo/dom/JdoEntity2.java          |  4 +--
 .../applib/entity/jdo/dom/JdoEntitySubtype.java    | 20 +++++++++++++++
 5 files changed, 65 insertions(+), 7 deletions(-)