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 2022/08/26 13:09:38 UTC

[isis] branch master updated (4d38e6761d -> 0c6003956b)

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 4d38e6761d ISIS-3182: include impersonation mixins per default
     add 0ca0400660 ISIS-3161 : trivial update to docs
     add a81aabd60f ISIS-3184: fixes by copying immutable list to mutable so can then remove self.
     add 5b2a058e9a ISIS-3181: adds guard when target's adapter is unknown.
     add 7b6481f5c6 ISIS-3183: moves DN mixins to own module.
     add f61fd1601d ISIS-3183: fixes regression test for JDO mixins
     new 0c6003956b Merge branch 'ISIS-3183'

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:
 .../ExecutionLogEntry_siblingExecutions.java       |   3 +-
 .../IsisModulePersistenceJdoDatanucleus.java       |  17 ----
 .../IsisModulePersistenceJdoDatanucleusMixins.java | 100 +++++++++++++++++++++
 .../mixins/Persistable_datanucleusVersionLong.java |   1 +
 .../Persistable_datanucleusVersionTimestamp.java   |   1 +
 .../mixins/Persistable_downloadJdoMetadata.java    |   2 +-
 .../jpa/adoc/modules/ROOT/pages/weaving.adoc       |   7 +-
 .../testdomain/conf/Configuration_usingJdo.java    |   4 +-
 .../entity/icontitle/EntityIconAndTitlePanel.java  |  44 +++++----
 9 files changed, 139 insertions(+), 40 deletions(-)
 create mode 100644 persistence/jdo/datanucleus/src/main/java/org/apache/isis/persistence/jdo/datanucleus/IsisModulePersistenceJdoDatanucleusMixins.java


[isis] 01/01: Merge branch 'ISIS-3183'

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 0c6003956b3d7de00cfe71db124b5db9936ffe62
Merge: 4d38e6761d f61fd1601d
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Aug 26 14:09:20 2022 +0100

    Merge branch 'ISIS-3183'

 .../ExecutionLogEntry_siblingExecutions.java       |   3 +-
 .../IsisModulePersistenceJdoDatanucleus.java       |  17 ----
 .../IsisModulePersistenceJdoDatanucleusMixins.java | 100 +++++++++++++++++++++
 .../mixins/Persistable_datanucleusVersionLong.java |   1 +
 .../Persistable_datanucleusVersionTimestamp.java   |   1 +
 .../mixins/Persistable_downloadJdoMetadata.java    |   2 +-
 .../jpa/adoc/modules/ROOT/pages/weaving.adoc       |   7 +-
 .../testdomain/conf/Configuration_usingJdo.java    |   4 +-
 .../entity/icontitle/EntityIconAndTitlePanel.java  |  44 +++++----
 9 files changed, 139 insertions(+), 40 deletions(-)