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/02 17:35:56 UTC

[isis] branch master updated (378ced296b -> cbb954f6de)

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 378ced296b Merge branch 'ISIS-3108'
     add 3807ee7d4d ISIS-3108: removes special case processing, we now always install the facet
     add 254e0379be ISIS-3108: fixes unit test
     new cbb954f6de Merge branch 'ISIS-3108'

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:
 .../DomainObjectAnnotationFacetFactory.java        | 10 ---------
 .../DomainObjectAnnotationFacetFactoryTest.java    | 14 -------------
 .../applib/dom/CommandLogEntryRepository.java      |  7 +++++--
 .../applib/dom/ExecutionLogEntryRepository.java    |  4 ++++
 .../applib/dom/ExecutionOutboxEntryRepository.java |  4 ++++
 .../applib/dom/AuditTrailEntryRepository.java      |  9 ++++++--
 .../CmdExecAuditSessLog_IntegTestAbstract.java     | 24 ++++++++++++++++++++++
 .../src/test/resources/application-test.yml        |  5 +++++
 8 files changed, 49 insertions(+), 28 deletions(-)


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

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 cbb954f6de02e5392538b2b675d976addf7fabf9
Merge: 378ced296b 254e0379be
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Aug 2 18:35:47 2022 +0100

    Merge branch 'ISIS-3108'

 .../DomainObjectAnnotationFacetFactory.java        | 10 ---------
 .../DomainObjectAnnotationFacetFactoryTest.java    | 14 -------------
 .../applib/dom/CommandLogEntryRepository.java      |  7 +++++--
 .../applib/dom/ExecutionLogEntryRepository.java    |  4 ++++
 .../applib/dom/ExecutionOutboxEntryRepository.java |  4 ++++
 .../applib/dom/AuditTrailEntryRepository.java      |  9 ++++++--
 .../CmdExecAuditSessLog_IntegTestAbstract.java     | 24 ++++++++++++++++++++++
 .../src/test/resources/application-test.yml        |  5 +++++
 8 files changed, 49 insertions(+), 28 deletions(-)