You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/02/20 06:36:42 UTC

[causeway] branch master updated (b9e98459da -> 555209320b)

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/causeway.git


    from b9e98459da CAUSEWAY-2297: purge _Plugin util
     add c4f1785c76 CAUSEWAY-3362: adds queries for AuditTrailEntry, by username
     add 60631677df CAUSEWAY-3362: fixes predicate in query for jpa
     new 555209320b Merge pull request #1435 from apache/CAUSEWAY-3362

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:
 .../audittrail/applib/dom/AuditTrailEntry.java     |  9 +++
 .../applib/dom/AuditTrailEntryRepository.java      | 81 +++++++++++++++++++++-
 .../audittrail/jdo/dom/AuditTrailEntry.java        | 69 +++++++++++++++++-
 .../audittrail/jpa/dom/AuditTrailEntry.java        | 68 +++++++++++++++++-
 4 files changed, 224 insertions(+), 3 deletions(-)


[causeway] 01/01: Merge pull request #1435 from apache/CAUSEWAY-3362

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/causeway.git

commit 555209320b3d1ba6b4b34deda598cd1b2e99830c
Merge: b9e98459da 60631677df
Author: Dan Haywood <da...@apache.org>
AuthorDate: Mon Feb 20 06:36:38 2023 +0000

    Merge pull request #1435 from apache/CAUSEWAY-3362
    
    CAUSEWAY-3362: adds queries for AuditTrailEntry, by username

 .../audittrail/applib/dom/AuditTrailEntry.java     |  9 +++
 .../applib/dom/AuditTrailEntryRepository.java      | 81 +++++++++++++++++++++-
 .../audittrail/jdo/dom/AuditTrailEntry.java        | 69 +++++++++++++++++-
 .../audittrail/jpa/dom/AuditTrailEntry.java        | 68 +++++++++++++++++-
 4 files changed, 224 insertions(+), 3 deletions(-)