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 2022/08/26 14:33:34 UTC

[isis] branch 3172-select2 updated (f4084726b9 -> 62f61167f8)

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

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


    from f4084726b9 ISIS-3172: installs TitleFacet for values when testing
     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
     add 0c6003956b Merge branch 'ISIS-3183'
     add 62f61167f8 Merge remote-tracking branch 'origin/master' into 3172-select2

No new revisions were added by this update.

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