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 07:02:31 UTC

[causeway] branch CAUSEWAY-3361 updated (ae0c4fda44 -> 1c10dc0bf1)

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

danhaywood pushed a change to branch CAUSEWAY-3361
in repository https://gitbox.apache.org/repos/asf/causeway.git


    omit ae0c4fda44 CAUSEWAY-3361: adds isEnabled on enums for symmetry
    omit 85e95bbe20 CAUSEWAY-3361: adds configuration properties to disable audittrail, commandlog and executionlog optionally
     add c4f1785c76 CAUSEWAY-3362: adds queries for AuditTrailEntry, by username
     add 60631677df CAUSEWAY-3362: fixes predicate in query for jpa
     add 555209320b Merge pull request #1435 from apache/CAUSEWAY-3362
     add 54477ff540 CAUSEWAY-3361: adds configuration properties to disable audittrail, commandlog and executionlog optionally
     add 42b73109a2 CAUSEWAY-3361: adds isEnabled on enums for symmetry
     add 1c10dc0bf1 CAUSEWAY-3361: improves javadoc, overrides isEnabled, makes annotations consistent

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ae0c4fda44)
            \
             N -- N -- N   refs/heads/CAUSEWAY-3361 (1c10dc0bf1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../core/config/CausewayConfiguration.java         | 62 ++++++++++++++---
 .../subscriber/CommandSubscriberForCommandLog.java | 16 ++++-
 .../ExecutionSubscriberForExecutionLog.java        | 22 +++++-
 .../ExecutionSubscriberForExecutionOutbox.java     | 30 +++++++-
 .../audittrail/applib/dom/AuditTrailEntry.java     |  9 +++
 .../applib/dom/AuditTrailEntryRepository.java      | 81 +++++++++++++++++++++-
 ...ntityPropertyChangeSubscriberForAuditTrail.java | 17 ++---
 .../audittrail/jdo/dom/AuditTrailEntry.java        | 69 +++++++++++++++++-
 .../audittrail/jpa/dom/AuditTrailEntry.java        | 68 +++++++++++++++++-
 .../subscriber/CommandSubscriberForTesting.java    | 11 ++-
 .../EntityPropertyChangeSubscriberForTesting.java  | 16 +++--
 .../subscriber/ExecutionSubscriberForTesting.java  |  9 ++-
 12 files changed, 374 insertions(+), 36 deletions(-)